linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ac97_codec.c: add ident string for Winbond W83971D codec
@ 2001-08-10  7:46 Andrey Panin
  0 siblings, 0 replies; only message in thread
From: Andrey Panin @ 2001-08-10  7:46 UTC (permalink / raw)
  To: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 262 bytes --]

Hi all,

patch adds ident string for the Winbond W83971D (stupid fixedrate 48kHz AC97 codec).

Best regards.

-- 
Andrey Panin            | Embedded systems software engineer
pazke@orbita1.ru        | PGP key: http://www.orbita1.ru/~pazke/AndreyPanin.asc

[-- Attachment #1.2: patch-w83971d --]
[-- Type: text/plain, Size: 825 bytes --]

diff -urN /linux.vanilla/drivers/sound/ac97_codec.c /linux/drivers/sound/ac97_codec.c
--- /linux.vanilla/drivers/sound/ac97_codec.c	Fri Aug 10 11:06:17 2001
+++ /linux/drivers/sound/ac97_codec.c	Fri Aug 10 11:08:28 2001
@@ -141,6 +141,7 @@
 	{0x83847644, "SigmaTel STAC9744/45",	&sigmatel_9744_ops},
 	{0x83847656, "SigmaTel STAC9756/57",	&sigmatel_9744_ops},
 	{0x83847684, "SigmaTel STAC9783/84?",	&null_ops},
+	{0x57454301, "Winbond 83971D",		&null_ops},
 	{0,}
 };
 
@@ -173,7 +174,7 @@
 	/*  24 */ "Wolfson Microelectronics 3D Enhancement",
 	/*  25 */ "Delta Integration 3D Enhancement",
 	/*  26 */ "SigmaTel 3D Enhancement",
-	/*  27 */ "Reserved 27",
+	/*  27 */ "Winbond 3D Stereo Enhancement",
 	/*  28 */ "Rockwell 3D Stereo Enhancement",
 	/*  29 */ "Reserved 29",
 	/*  30 */ "Reserved 30",

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-08-10  7:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-10  7:46 [PATCH] ac97_codec.c: add ident string for Winbond W83971D codec Andrey Panin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).