From: Nick Begg <quentin@student.usyd.edu.au>
To: alsa-devel@lists.sourceforge.net
Subject: [PATCH] add additional PnP id to sb16.c for sb16 'value'
Date: 27 Jan 2003 00:20:33 +1100 [thread overview]
Message-ID: <1043587236.10200.7.camel@rover> (raw)
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
next reply other threads:[~2003-01-26 13:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-26 13:20 Nick Begg [this message]
2003-01-27 10:13 ` [PATCH] add additional PnP id to sb16.c for sb16 'value' Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1043587236.10200.7.camel@rover \
--to=quentin@student.usyd.edu.au \
--cc=alsa-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.