commit | dd704698f56c1451fc9c5daadcd6e3a089de2c40 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Aug 11 08:45:11 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Aug 11 08:45:11 2009 +0200 |
tree | 7bff685dfde51f46ba424fa194b52e2966ef36f1 | |
parent | 100d5eb36ba20dc0b99a17ea2b9800c567bfc3d1 [diff] |
ALSA: hda - Don't override ADC definitions for ALC codecs ALC269 and ALC861-VD parsers override the ADC definitions unconditionally without checking the spec definition. This causes the problem when any inconsistent ADC is set up in the device quirk (like ALC272 with digital-mic). This patch avoids the overriding by adding the proper checks. Reference: Novell bnc#529467 https://bugzilla.novell.com/show_bug.cgi?id=529467 Signed-off-by: Takashi Iwai <tiwai@suse.de>