A small patch to make the AMD Db1500 Audio codec correctly recognized. /Hartvig
Index: ac97_codec.c =================================================================== RCS file: /home/cvs/linux/drivers/sound/Attic/ac97_codec.c,v retrieving revision 1.18.2.4 diff -u -r1.18.2.4 ac97_codec.c --- ac97_codec.c 25 Feb 2003 22:03:09 -0000 1.18.2.4 +++ ac97_codec.c 18 Mar 2003 08:10:53 -0000 @@ -153,6 +153,7 @@ {0x83847608, "SigmaTel STAC9708", &sigmatel_9708_ops}, {0x83847609, "SigmaTel STAC9721/23", &sigmatel_9721_ops}, {0x83847644, "SigmaTel STAC9744/45", &sigmatel_9744_ops}, + {0x83847652, "SigmaTel STAC9752/53", &default_ops}, {0x83847656, "SigmaTel STAC9756/57", &sigmatel_9744_ops}, {0x83847666, "SigmaTel STAC9750T", &sigmatel_9744_ops}, {0x83847684, "SigmaTel STAC9783/84?", &null_ops},