Skip to content

Commit

Permalink
ASoC: fsl_spdif: Reduce the noise on comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fabio Estevam authored and Mark Brown committed Aug 26, 2013
1 parent 5af407c commit 6d22db4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions sound/soc/fsl/fsl_spdif.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,15 +555,13 @@ struct snd_soc_dai_ops fsl_spdif_dai_ops = {


/*
* ============================================
* FSL SPDIF IEC958 controller(mixer) functions
*
* Channel status get/put control
* User bit value get/put control
* 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,
Expand Down Expand Up @@ -942,11 +940,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)
{
Expand Down

0 comments on commit 6d22db4

Please sign in to comment.