From: Takashi Iwai Date: Mon, 12 Mar 2007 20:30:46 +0000 (+0100) Subject: [ALSA] hda-intel - Fix codec probe with ATI contorllers X-Git-Tag: v2.6.21-rc5~67^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9995a3557ebf09721fd111744ff8b6e498797a6;p=pandora-kernel.git [ALSA] hda-intel - Fix codec probe with ATI contorllers ATI controllers may have up to 4 codecs while ICH up to 3. Thus the earlier fix to change AZX_MAX_CODECS to 3 cause a regression on some devices that have the audio codec at bit#3. Now max codecs is defined according to the driver type, either 3 or 4. Currently 4 is set only to ATI chips. Other might need the same change, too. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed