commit | 82d04e1088769c769c87ffa1d4df5e4a228f637a | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Dec 15 13:40:42 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Dec 15 13:40:42 2014 +0100 |
tree | 58bfa39026453fe0f7f2d9c6851a382fdd7d5262 | |
parent | c10b11f6cd1319ba1d8133cf416e61181650f368 [diff] |
ALSA: hda - Create capture source ctls when stereo mix input is added 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>