From 05a076de83b507238cd186e93daeaf15820d570e Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Fri, 6 Jun 2008 17:13:53 +0100 Subject: [PATCH] [ALSA] ASoC: Fix default mono mixer configuration for WM8510 Signed-off-by: Mark Brown Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- sound/soc/codecs/wm8510.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/wm8510.c b/sound/soc/codecs/wm8510.c index 6f54cb0..152e6f2 100644 --- a/sound/soc/codecs/wm8510.c +++ b/sound/soc/codecs/wm8510.c @@ -71,7 +71,7 @@ static const u16 wm8510_reg[WM8510_CACHEREGNUM] = { 0x0003, 0x0010, 0x0000, 0x0000, 0x0000, 0x0002, 0x0001, 0x0000, 0x0000, 0x0000, 0x0039, 0x0000, - 0x0000, + 0x0001, }; /* -- 2.7.4