diff options
author | Marc Dietrich <marvin24@gmx.de> | 2012-02-11 16:26:35 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-11 18:02:47 -0500 |
commit | 2435d46fe61ecc1f00d1b9471808f399f465366c (patch) | |
tree | e67841511a262579ed1be452589a8637818afb91 /sound/soc | |
parent | 9e75177901b03c3aea40e872f2dce361f2ffd10b (diff) |
ASoC: alc5632: Connect HP/HPL/HPR mix'es to HPOut Mix
This patch should fix output through speakers using HP mixer.
Signed-off-by: Andrey Danin <danindrey@mail.ru>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/alc5632.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/alc5632.c b/sound/soc/codecs/alc5632.c index f965560cd158..69c652cfe858 100644 --- a/sound/soc/codecs/alc5632.c +++ b/sound/soc/codecs/alc5632.c | |||
@@ -482,6 +482,9 @@ static const struct snd_soc_dapm_route alc5632_dapm_routes[] = { | |||
482 | {"HP Mix", "VOICE2HP Playback Switch", "Voice Mix"}, | 482 | {"HP Mix", "VOICE2HP Playback Switch", "Voice Mix"}, |
483 | {"HPR Mix", "DACR2HP Playback Switch", "DAC Right Channel"}, | 483 | {"HPR Mix", "DACR2HP Playback Switch", "DAC Right Channel"}, |
484 | {"HPL Mix", "DACL2HP Playback Switch", "DAC Left Channel"}, | 484 | {"HPL Mix", "DACL2HP Playback Switch", "DAC Left Channel"}, |
485 | {"HPOut Mix", NULL, "HP Mix"}, | ||
486 | {"HPOut Mix", NULL, "HPR Mix"}, | ||
487 | {"HPOut Mix", NULL, "HPL Mix"}, | ||
485 | 488 | ||
486 | /* speaker mixer */ | 489 | /* speaker mixer */ |
487 | {"Speaker Mix", "LI2SPK Playback Switch", "Line Mix"}, | 490 | {"Speaker Mix", "LI2SPK Playback Switch", "Line Mix"}, |