diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-06-06 12:13:53 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-06-13 10:26:11 -0400 |
commit | 05a076de83b507238cd186e93daeaf15820d570e (patch) | |
tree | 49dd5ab05308865b1d0cdaf006ec30c1ad63f802 /sound/soc/codecs/wm8510.c | |
parent | 0264b3b636f1ba5777426dd9b5bb5cbbeb5fcb34 (diff) |
[ALSA] ASoC: Fix default mono mixer configuration for WM8510
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/soc/codecs/wm8510.c')
-rw-r--r-- | sound/soc/codecs/wm8510.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8510.c b/sound/soc/codecs/wm8510.c index 6f54cb0f50fd..152e6f21154f 100644 --- a/sound/soc/codecs/wm8510.c +++ b/sound/soc/codecs/wm8510.c | |||
@@ -71,7 +71,7 @@ static const u16 wm8510_reg[WM8510_CACHEREGNUM] = { | |||
71 | 0x0003, 0x0010, 0x0000, 0x0000, | 71 | 0x0003, 0x0010, 0x0000, 0x0000, |
72 | 0x0000, 0x0002, 0x0001, 0x0000, | 72 | 0x0000, 0x0002, 0x0001, 0x0000, |
73 | 0x0000, 0x0000, 0x0039, 0x0000, | 73 | 0x0000, 0x0000, 0x0039, 0x0000, |
74 | 0x0000, | 74 | 0x0001, |
75 | }; | 75 | }; |
76 | 76 | ||
77 | /* | 77 | /* |