mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 11:44:01 +08:00
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: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
f9e336f65b
commit
3c3e9892a1
@ -1351,6 +1351,15 @@ static struct snd_kcontrol_new alc_capture_mixer ## num[] = { \
|
||||
.put = alc_cap_vol_put, \
|
||||
.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 */ \
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user