ALSA: hda - Don't override ADC definitions for ALC codecs
authorTakashi Iwai <tiwai@suse.de>
Tue, 11 Aug 2009 06:45:11 +0000 (08:45 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Aug 2009 06:45:11 +0000 (08:45 +0200)
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>

No differences found