projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
345c03e
)
sound: virtuoso: add another DX PCI ID
author
Clemens Ladisch
<clemens@ladisch.de>
Mon, 25 May 2009 08:05:43 +0000
(10:05 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 25 May 2009 09:49:44 +0000
(11:49 +0200)
Add another PCI ID for a second revision of the Xonar DX.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/oxygen/virtuoso.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/oxygen/virtuoso.c
b/sound/pci/oxygen/virtuoso.c
index bc5ce11c8b1444fa632b81ba2684ac4f0410bd08..ebc4e8514f1dbe80f7236372dc2832cc8001ce68 100644
(file)
--- a/
sound/pci/oxygen/virtuoso.c
+++ b/
sound/pci/oxygen/virtuoso.c
@@
-188,6
+188,7
@@
static struct pci_device_id xonar_ids[] __devinitdata = {
{ OXYGEN_PCI_SUBID(0x1043, 0x8275), .driver_data = MODEL_DX },
{ OXYGEN_PCI_SUBID(0x1043, 0x82b7), .driver_data = MODEL_D2X },
{ OXYGEN_PCI_SUBID(0x1043, 0x8314), .driver_data = MODEL_HDAV },
+ { OXYGEN_PCI_SUBID(0x1043, 0x8327), .driver_data = MODEL_DX },
{ OXYGEN_PCI_SUBID(0x1043, 0x834f), .driver_data = MODEL_D1 },
{ OXYGEN_PCI_SUBID(0x1043, 0x835c), .driver_data = MODEL_STX },
{ OXYGEN_PCI_SUBID_BROKEN_EEPROM },