projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8c29e7
)
ASoC: Remove unnecessary backslash from alc5632 codec
author
Leon Romanovsky
<leon@leon.nu>
Thu, 10 Nov 2011 19:22:16 +0000
(21:22 +0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 11 Nov 2011 08:47:00 +0000
(08:47 +0000)
Signed-off-by: Leon Romanovsky <leon@leon.nu>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/alc5632.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/alc5632.c
b/sound/soc/codecs/alc5632.c
index 048c60e4cbac9ca86dcef3712828b0be16253322..8a3bf71947283cb423443e9cd253646fdef3ac88 100644
(file)
--- 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,
static int alc5632_mute(struct snd_soc_dai *dai, int mute)
{
struct snd_soc_codec *codec = dai->codec;
- u16 hp_mute = ALC5632_MISC_HP_DEPOP_MUTE_L
\
+ u16 hp_mute = ALC5632_MISC_HP_DEPOP_MUTE_L
|ALC5632_MISC_HP_DEPOP_MUTE_R;
u16 mute_reg = snd_soc_read(codec, ALC5632_MISC_CTRL) & ~hp_mute;