diff options
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"}, |