提交 4806ef0c 编写于 作者: T Takashi Iwai 提交者: Jaroslav Kysela

[ALSA] hda-codec - Add SPDIF controls as slave on AD codecs

The AD codecs have hardware SPDIF volume/switch controls but they
are not assigned to the slave list for virtual master controls.
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
Signed-off-by: NJaroslav Kysela <perex@perex.cz>
上级 b5895dc8
......@@ -139,6 +139,7 @@ static const char *ad_slave_vols[] = {
"Headphone Playback Volume",
"Mono Playback Volume",
"Speaker Playback Volume",
"IEC958 Playback Volume",
NULL
};
......@@ -151,6 +152,7 @@ static const char *ad_slave_sws[] = {
"Headphone Playback Switch",
"Mono Playback Switch",
"Speaker Playback Switch",
"IEC958 Playback Switch",
NULL
};
......@@ -3078,6 +3080,7 @@ static const char *ad1884_slave_vols[] = {
"Internal Mic Playback Volume",
"Docking Mic Playback Volume"
"Beep Playback Volume",
"IEC958 Playback Volume",
NULL
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册