]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: alc5632: Connect HP/HPL/HPR mix'es to HPOut Mix
authorMarc Dietrich <marvin24@gmx.de>
Sat, 11 Feb 2012 21:26:35 +0000 (23:26 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 11 Feb 2012 23:02:47 +0000 (23:02 +0000)
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>
sound/soc/codecs/alc5632.c

index f965560cd1584b5b8edc4a5d9f6e35cd7090b2f4..69c652cfe858b0dc67e17ca8a55168e7c2c4b5bd 100644 (file)
@@ -482,6 +482,9 @@ static const struct snd_soc_dapm_route alc5632_dapm_routes[] = {
        {"HP Mix", "VOICE2HP Playback Switch",  "Voice Mix"},
        {"HPR Mix", "DACR2HP Playback Switch",  "DAC Right Channel"},
        {"HPL Mix", "DACL2HP Playback Switch",  "DAC Left Channel"},
+       {"HPOut Mix", NULL, "HP Mix"},
+       {"HPOut Mix", NULL, "HPR Mix"},
+       {"HPOut Mix", NULL, "HPL Mix"},
 
        /* speaker mixer */
        {"Speaker Mix", "LI2SPK Playback Switch",       "Line Mix"},