At Mon, 12 Mar 2007 12:23:02 -0700, Stephen Hassard wrote: > > ALSA sound/pci/hda/hda_intel.c:696: codec_mask = 0x8 > ALSA sound/pci/hda/hda_intel.c:994: hda-intel: no codecs initialized Hm, the codec bit 3 is used for this device although this is out of range defined in ICH controllers. Maybe an extenion by ATI chip. Could you try the patch below? This reverts the max number of codecs to 4, which was used in the ealier version. If this works, we may need to define AZX_MAX_CODECS selectively according to the controller and/or the device SSID. Takashi diff -r e87b2114ceae pci/hda/hda_intel.c --- a/pci/hda/hda_intel.c Mon Mar 12 12:54:23 2007 +0100 +++ b/pci/hda/hda_intel.c Mon Mar 12 20:57:10 2007 +0100 @@ -199,7 +199,7 @@ enum { SDI0, SDI1, SDI2, SDI3, SDO0, SDO /* STATESTS int mask: SD2,SD1,SD0 */ #define STATESTS_INT_MASK 0x07 -#define AZX_MAX_CODECS 3 +#define AZX_MAX_CODECS 4 /* SD_CTL bits */ #define SD_CTL_STREAM_RESET 0x01 /* stream reset bit */ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel