Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162636337
D56044.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
843 B
Referenced Files
None
Subscribers
None
D56044.diff
View Options
diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c
--- a/sys/dev/sound/pcm/ac97.c
+++ b/sys/dev/sound/pcm/ac97.c
@@ -125,12 +125,7 @@
{ 0x57454300, "Winbond" },
{ 0x574d4c00, "Wolfson" },
{ 0x594d4800, "Yamaha" },
- /*
- * XXX This is a fluke, really! The real vendor
- * should be SigmaTel, not this! This should be
- * removed someday!
- */
- { 0x01408300, "Creative" },
+ { 0x01408300, "SigmaTel" },
{ 0x00000000, NULL }
};
@@ -238,12 +233,7 @@
{ 0x594d4800, 0x00, 0, "YMF743", 0 },
{ 0x594d4802, 0x00, 0, "YMF752", 0 },
{ 0x594d4803, 0x00, 0, "YMF753", 0 },
- /*
- * XXX This is a fluke, really! The real codec
- * should be STAC9704, not this! This should be
- * removed someday!
- */
- { 0x01408384, 0x00, 0, "EV1938", 0 },
+ { 0x01408384, 0x00, 0, "STAC9704", 0 },
{ 0, 0, 0, NULL, 0 }
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 16, 7:14 AM (2 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35128920
Default Alt Text
D56044.diff (843 B)
Attached To
Mode
D56044: sound: Address some XXX comments regarding AC'97 IDs
Attached
Detach File
Event Timeline
Log In to Comment