diff options
author | Robert Jarzmik <rjarzmik@free.fr> | 2008-03-18 07:08:35 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:27 -0400 |
commit | c0bbf48db35fec29c39c8a7826ca271069537e57 (patch) | |
tree | cbcea26ee21b30a03ae70b3bb6af5151065391ed /sound/soc | |
parent | 888afa15418f001896bc11f498f9348e029611bd (diff) |
[ALSA] soc - Add missing audio path between Mono Mixer and Mic PGAs
Signed-off-by: Robert Jarzmik <rjarzmik@free.fr>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/wm9713.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c index c3d0afdc0997..e3174c4d980d 100644 --- a/sound/soc/codecs/wm9713.c +++ b/sound/soc/codecs/wm9713.c | |||
@@ -499,6 +499,8 @@ static const char *audio_map[][3] = { | |||
499 | {"Mono Mixer", "Aux Playback Switch", "Aux DAC"}, | 499 | {"Mono Mixer", "Aux Playback Switch", "Aux DAC"}, |
500 | {"Mono Mixer", "Bypass Playback Switch", "Line Mixer"}, | 500 | {"Mono Mixer", "Bypass Playback Switch", "Line Mixer"}, |
501 | {"Mono Mixer", "PCM Playback Switch", "AC97 Mixer"}, | 501 | {"Mono Mixer", "PCM Playback Switch", "AC97 Mixer"}, |
502 | {"Mono Mixer", "Mic 1 Sidetone Switch", "Mic A PGA"}, | ||
503 | {"Mono Mixer", "Mic 2 Sidetone Switch", "Mic B PGA"}, | ||
502 | {"Mono Mixer", NULL, "Capture Mono Mux"}, | 504 | {"Mono Mixer", NULL, "Capture Mono Mux"}, |
503 | 505 | ||
504 | /* DAC inv mux 1 */ | 506 | /* DAC inv mux 1 */ |