Skip to content

Commit

Permalink
ASoC: alc5632: Connect HP/HPL/HPR mix'es to HPOut Mix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marc Dietrich authored and Mark Brown committed Feb 11, 2012
1 parent 9e75177 commit 2435d46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sound/soc/codecs/alc5632.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 2435d46

Please sign in to comment.