ALSA: hda - Create capture source ctls when stereo mix input is added
authorTakashi Iwai <tiwai@suse.de>
Mon, 15 Dec 2014 12:40:42 +0000 (13:40 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 15 Dec 2014 12:40:42 +0000 (13:40 +0100)
When the stereo mix input is explicitly enabled via a user hint, the
driver should create always a capture source enum ctl and disable the
auto-mic switch.  Otherwise the behavior gets confused.  For doing it,
this patch just sets spec->suppress_auto_mic flag appropriately.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_generic.c

Simple merge