commit | e80c60f3cbe76fa95029abc53b1a29172b51b96a | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Aug 12 14:44:59 2013 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Aug 13 09:11:04 2013 +0200 |
tree | 80ece245698dc8e88da0eae405009af5e03d1e53 | |
parent | bc2eee29fc8224ffad495d0c68ead0ce603309e3 [diff] |
ALSA: hda - Mute the right widget in auto_mute_via_amp mode The current generic parser code assumes that always a pin widget controls the mute for an output blindly although it might be a different widget in the middle. Instead of the fixed assumption, check each parsed path and just pick up the right widget that has been already defined as a mute control. Signed-off-by: Takashi Iwai <tiwai@suse.de>