commit | a9995a3557ebf09721fd111744ff8b6e498797a6 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Mar 12 21:30:46 2007 +0100 |
committer | Jaroslav Kysela <perex@suse.cz> | Wed Mar 14 08:24:17 2007 +0100 |
tree | 23bfc0d88b096182b4de3d066b3eb225393947e0 | |
parent | a64c8cd6e22bbc6a101da5b827e720fff35a5ab9 [diff] |
[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 <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>