Rob Lytle writes:
> So I am SOL with the -current azalia driver.
Well, no, you are not SOL, since you are willing to run -current
and I am willing to fix it for you ;)
Please try a -current kernel with 'option AZALIA_DEBUG' in the
config file and this patch applied, then mail me the new dmesg.
Thanks.
Index: azalia_codec.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/azalia_codec.c,v
retrieving revision 1.43
diff -u -p -r1.43 azalia_codec.c
--- azalia_codec.c 21 Nov 2007 18:48:11 -0000 1.43
+++ azalia_codec.c 24 Nov 2007 02:19:47 -0000
@@ -207,6 +207,7 @@ azalia_codec_init_vtbl(codec_t *this)
this->name = "Sigmatel STAC9200D";
break;
case 0x83847661:
+ case 0x83847662:
this->name = "Sigmatel 83847661";
this->init_dacgroup = azalia_stac7661_init_dacgroup;
this->mixer_init = azalia_stac7661_mixer_init;