提交 94324841 编写于 作者: M Marek Vasut 提交者: Takashi Iwai

ALSA: soc - wm9712 mono mixer

this fixes typo in wm9712 codec which prevents it from registering all audio
routes (and thus working correctly). Please consider applying.

(Tested and works on palmtx, palmld and palmt5)
Signed-off-by: NMarek Vasut <marek.vasut@gmail.com>
Acked-by: NMark Brown <brooie@opensource.wolfsonmicro.com>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 f53281e6
...@@ -427,20 +427,20 @@ static const struct snd_soc_dapm_route audio_map[] = { ...@@ -427,20 +427,20 @@ static const struct snd_soc_dapm_route audio_map[] = {
{"HPOUTR", NULL, "Headphone PGA"}, {"HPOUTR", NULL, "Headphone PGA"},
{"Headphone PGA", NULL, "Right HP Mixer"}, {"Headphone PGA", NULL, "Right HP Mixer"},
/* mono hp mixer */ /* mono mixer */
{"Mono HP Mixer", NULL, "Left HP Mixer"}, {"Mono Mixer", NULL, "Left HP Mixer"},
{"Mono HP Mixer", NULL, "Right HP Mixer"}, {"Mono Mixer", NULL, "Right HP Mixer"},
/* Out3 Mux */ /* Out3 Mux */
{"Out3 Mux", "Left", "Left HP Mixer"}, {"Out3 Mux", "Left", "Left HP Mixer"},
{"Out3 Mux", "Mono", "Phone Mixer"}, {"Out3 Mux", "Mono", "Phone Mixer"},
{"Out3 Mux", "Left + Right", "Mono HP Mixer"}, {"Out3 Mux", "Left + Right", "Mono Mixer"},
{"Out 3 PGA", NULL, "Out3 Mux"}, {"Out 3 PGA", NULL, "Out3 Mux"},
{"OUT3", NULL, "Out 3 PGA"}, {"OUT3", NULL, "Out 3 PGA"},
/* speaker Mux */ /* speaker Mux */
{"Speaker Mux", "Speaker Mix", "Speaker Mixer"}, {"Speaker Mux", "Speaker Mix", "Speaker Mixer"},
{"Speaker Mux", "Headphone Mix", "Mono HP Mixer"}, {"Speaker Mux", "Headphone Mix", "Mono Mixer"},
{"Speaker PGA", NULL, "Speaker Mux"}, {"Speaker PGA", NULL, "Speaker Mux"},
{"LOUT2", NULL, "Speaker PGA"}, {"LOUT2", NULL, "Speaker PGA"},
{"ROUT2", NULL, "Speaker PGA"}, {"ROUT2", NULL, "Speaker PGA"},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册