From: Takashi Iwai Date: Mon, 22 Jun 2009 08:56:54 +0000 (+0200) Subject: ALSA: hda - Add digital-mic support to ALC262 auto model X-Git-Tag: v2.6.31-rc1~38^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c927b4acf819ed0170bff991bc9eaec4c85deb8;p=pandora-kernel.git ALSA: hda - Add digital-mic support to ALC262 auto model Add the digital-mic support with ALC262 auto model. The new ALC262 models have the digital mic at NID 0x12. This widget isn't checked in the current alc262_auto_create_analog_input_ctls() since it's under 0x18. So, just reuse the routine for alc269 to fix the behavior. But, it doesn't suffice: the digital mic is supported only with the ADC0, we have to exclude other ADCs when d-mic is detected. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed