aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-08-23 17:14:46 -0400
committerMark Brown <broonie@linaro.org>2013-08-26 07:53:13 -0400
commit6d22db43cf8b841dae37e7e3ee284c2b6c91a58b (patch)
treea52e8a0326e410d21143ae381337266a1fe52979 /sound
parent5af407cd365c8aab8a20e66aa6e4bc4a4983979e (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.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c
index a8ef46a3281b..a9798aa1cd8d 100644
--- a/sound/soc/fsl/fsl_spdif.c
+++ b/sound/soc/fsl/fsl_spdif.c
@@ -555,7 +555,6 @@ struct snd_soc_dai_ops fsl_spdif_dai_ops = {
555 555
556 556
557/* 557/*
558 * ============================================
559 * FSL SPDIF IEC958 controller(mixer) functions 558 * FSL SPDIF IEC958 controller(mixer) functions
560 * 559 *
561 * Channel status get/put control 560 * Channel status get/put control
@@ -563,7 +562,6 @@ struct snd_soc_dai_ops fsl_spdif_dai_ops = {
563 * Valid bit value get control 562 * Valid bit value get control
564 * DPLL lock status get control 563 * DPLL lock status get control
565 * User bit sync mode selection control 564 * User bit sync mode selection control
566 * ============================================
567 */ 565 */
568 566
569static int fsl_spdif_info(struct snd_kcontrol *kcontrol, 567static int fsl_spdif_info(struct snd_kcontrol *kcontrol,
@@ -942,11 +940,7 @@ static const struct snd_soc_component_driver fsl_spdif_component = {
942 .name = "fsl-spdif", 940 .name = "fsl-spdif",
943}; 941};
944 942
945/* 943/* FSL SPDIF REGMAP */
946 * ================
947 * FSL SPDIF REGMAP
948 * ================
949 */
950 944
951static bool fsl_spdif_readable_reg(struct device *dev, unsigned int reg) 945static bool fsl_spdif_readable_reg(struct device *dev, unsigned int reg)
952{ 946{