提交 3c3e9892 编写于 作者: T Takashi Iwai

ALSA: hda - Re-add input-source control for Realtek

Re-added again "Input Source" control that was removed mistakenly
in the previous patchset.
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 f9e336f6
...@@ -1351,6 +1351,15 @@ static struct snd_kcontrol_new alc_capture_mixer ## num[] = { \ ...@@ -1351,6 +1351,15 @@ static struct snd_kcontrol_new alc_capture_mixer ## num[] = { \
.put = alc_cap_vol_put, \ .put = alc_cap_vol_put, \
.tlv = { .c = alc_cap_vol_tlv }, \ .tlv = { .c = alc_cap_vol_tlv }, \
}, \ }, \
{ \
.iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
/* .name = "Capture Source", */ \
.name = "Input Source", \
.count = num, \
.info = alc_mux_enum_info, \
.get = alc_mux_enum_get, \
.put = alc_mux_enum_put, \
}, \
{ } /* end */ \ { } /* end */ \
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册