Commit 6d22db43 authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown

ASoC: fsl_spdif: Reduce the noise on comments

Remove the "====" pattern to let the comments cleaner and more uniform.

Also, do not use multi-line style for a single line comment.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Acked-by: default avatarNicolin Chen <b42378@freescale.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 5af407cd
...@@ -555,7 +555,6 @@ struct snd_soc_dai_ops fsl_spdif_dai_ops = { ...@@ -555,7 +555,6 @@ struct snd_soc_dai_ops fsl_spdif_dai_ops = {
/* /*
* ============================================
* FSL SPDIF IEC958 controller(mixer) functions * FSL SPDIF IEC958 controller(mixer) functions
* *
* Channel status get/put control * Channel status get/put control
...@@ -563,7 +562,6 @@ struct snd_soc_dai_ops fsl_spdif_dai_ops = { ...@@ -563,7 +562,6 @@ struct snd_soc_dai_ops fsl_spdif_dai_ops = {
* Valid bit value get control * Valid bit value get control
* DPLL lock status get control * DPLL lock status get control
* User bit sync mode selection control * User bit sync mode selection control
* ============================================
*/ */
static int fsl_spdif_info(struct snd_kcontrol *kcontrol, static int fsl_spdif_info(struct snd_kcontrol *kcontrol,
...@@ -942,11 +940,7 @@ static const struct snd_soc_component_driver fsl_spdif_component = { ...@@ -942,11 +940,7 @@ static const struct snd_soc_component_driver fsl_spdif_component = {
.name = "fsl-spdif", .name = "fsl-spdif",
}; };
/* /* FSL SPDIF REGMAP */
* ================
* FSL SPDIF REGMAP
* ================
*/
static bool fsl_spdif_readable_reg(struct device *dev, unsigned int reg) static bool fsl_spdif_readable_reg(struct device *dev, unsigned int reg)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment