commit | 8d8bbc6f17b2a28c58de804064dbdab036d4318e | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Feb 22 12:26:38 2012 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Feb 22 12:28:44 2012 +0100 |
tree | bc842e88c063c460172574daff1a1716043e62a0 | |
parent | 070cff4cfd267b9d266f4f8362ea99532234eb21 [diff] |
ALSA: hda/via - Don't create duplicated boost controls The driver may create duplicated mic boost controls when there are multiple mics with the very same type / location, and this leads to the error at actual kcontrol creation. It needs to check the validity of the created control and add a proper index if it's duplicated. Signed-off-by: Takashi Iwai <tiwai@suse.de>