projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b95eed7
)
[ALSA] Add new pci device id (SB400) to atiixp-modem
author
Harald Welte
<laforge@gnumonks.org>
Mon, 27 Jun 2005 13:10:56 +0000
(15:10 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Thu, 28 Jul 2005 10:09:37 +0000
(12:09 +0200)
ATIIXP-modem driver
I didn't actually test whether the modem works, but at least the driver
loads and initializes fine. Please consider inclusion.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/atiixp_modem.c
patch
|
blob
|
history
diff --git
a/sound/pci/atiixp_modem.c
b/sound/pci/atiixp_modem.c
index a6b4b8d589fd672918da5efda911e280f59cfc10..8d2002951bd78381194a99e38689f8759171879a 100644
(file)
--- a/
sound/pci/atiixp_modem.c
+++ b/
sound/pci/atiixp_modem.c
@@
-265,6
+265,7
@@
struct snd_atiixp {
*/
static struct pci_device_id snd_atiixp_ids[] = {
{ 0x1002, 0x434d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* SB200 */
+ { 0x1002, 0x4378, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* SB400 */
{ 0, }
};