diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-08-23 18:14:46 -0300 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-10-30 09:55:29 +0800 |
commit | fc81a564cd44fb2a6a1710fda97dffa34681f36f (patch) | |
tree | 13255916eeb4e4350f1bd0c191b4693c7fc3c48d /sound | |
parent | 77f1195cbd5adf1a223cd5abb73243515282771d (diff) |
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: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Nicolin Chen <b42378@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/fsl/fsl_spdif.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c index de2275130e78..fa1ffc03968d 100644 --- a/sound/soc/fsl/fsl_spdif.c +++ b/sound/soc/fsl/fsl_spdif.c @@ -561,7 +561,6 @@ static struct snd_soc_dai_ops fsl_spdif_dai_ops = { /* - * ============================================ * FSL SPDIF IEC958 controller(mixer) functions * * Channel status get/put control @@ -569,7 +568,6 @@ static struct snd_soc_dai_ops fsl_spdif_dai_ops = { * Valid bit value get control * DPLL lock status get control * User bit sync mode selection control - * ============================================ */ static int fsl_spdif_info(struct snd_kcontrol *kcontrol, @@ -948,11 +946,7 @@ static const struct snd_soc_component_driver fsl_spdif_component = { .name = "fsl-spdif", }; -/* - * ================ - * FSL SPDIF REGMAP - * ================ - */ +/* FSL SPDIF REGMAP */ static bool fsl_spdif_readable_reg(struct device *dev, unsigned int reg) { |