* [PATCH] add additional PnP id to sb16.c for sb16 'value'
@ 2003-01-26 13:20 Nick Begg
2003-01-27 10:13 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Nick Begg @ 2003-01-26 13:20 UTC (permalink / raw)
To: alsa-devel
Hello All,
I had to add an additional id to the list in sb16.c to get it to
recognise my Creative Soundblaster 16 PnP 'value' (i'd never heard of it
before the other day).. Does this seem correct? Patch is against alsa
0.9.0rc6
Cheers,
nick
--- alsa-driver-0.9.0rc6/alsa-kernel/isa/sb/sb16.c 2002-10-24 05:07:44.000000000 +1000
+++ alsa-driver-0.9.0rc6.new/alsa-kernel/isa/sb/sb16.c 2003-01-26 18:36:58.000000000 +1100
@@ -202,6 +202,9 @@
ISAPNP_SB16('C','T','L',0x0070,0x0001),
/* Sound Blaster Vibra16CL - added by ctm@ardi.com */
ISAPNP_SB16('C','T','L',0x0080,0x0041),
+ /* Sound Blaster 16 'value' PnP. It says model ct4130 on the pcb, */
+ /* but ct4131 on a sticker on the board.. */
+ ISAPNP_SB16('C','T','L',0x0086,0x0041),
/* Sound Blaster Vibra16X */
ISAPNP_SB16('C','T','L',0x00f0,0x0043),
#else /* SNDRV_SBAWE defined */
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-01-27 10:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-26 13:20 [PATCH] add additional PnP id to sb16.c for sb16 'value' Nick Begg
2003-01-27 10:13 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.