aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/alc5632.c
diff options
context:
space:
mode:
authorLeon Romanovsky <leon@leon.nu>2011-11-10 14:22:16 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-11 03:47:00 -0500
commit88c494b99a5873a46738c4c3f6f37ccce87b03e9 (patch)
tree24c8e915e20f2808b8b8134a24cf25aa344276df /sound/soc/codecs/alc5632.c
parentd8c29e7f78a6c52fc5cfa956c4b72c797a468241 (diff)
ASoC: Remove unnecessary backslash from alc5632 codec
Signed-off-by: Leon Romanovsky <leon@leon.nu> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/alc5632.c')
-rw-r--r--sound/soc/codecs/alc5632.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/alc5632.c b/sound/soc/codecs/alc5632.c
index 048c60e4cbac..8a3bf7194728 100644
--- a/sound/soc/codecs/alc5632.c
+++ b/sound/soc/codecs/alc5632.c
@@ -811,7 +811,7 @@ static int alc5632_pcm_hw_params(struct snd_pcm_substream *substream,
811static int alc5632_mute(struct snd_soc_dai *dai, int mute) 811static int alc5632_mute(struct snd_soc_dai *dai, int mute)
812{ 812{
813 struct snd_soc_codec *codec = dai->codec; 813 struct snd_soc_codec *codec = dai->codec;
814 u16 hp_mute = ALC5632_MISC_HP_DEPOP_MUTE_L \ 814 u16 hp_mute = ALC5632_MISC_HP_DEPOP_MUTE_L
815 |ALC5632_MISC_HP_DEPOP_MUTE_R; 815 |ALC5632_MISC_HP_DEPOP_MUTE_R;
816 u16 mute_reg = snd_soc_read(codec, ALC5632_MISC_CTRL) & ~hp_mute; 816 u16 mute_reg = snd_soc_read(codec, ALC5632_MISC_CTRL) & ~hp_mute;
817 817