aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/oxygen/xonar_dg.c
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2012-05-01 17:40:30 +0200
committerTakashi Iwai <tiwai@suse.de>2012-05-05 14:24:12 +0200
commit76bc7a0d0a2a833d09fbf9d4e19a7985ef6e276b (patch)
tree41d58e5ed925b3e9979b28c363696f5a361b91e6 /sound/pci/oxygen/xonar_dg.c
parentALSA: asihpi - Revert module_pci_driver conversion for asihpi.c (diff)
downloadlinux-dev-76bc7a0d0a2a833d09fbf9d4e19a7985ef6e276b.tar.xz
linux-dev-76bc7a0d0a2a833d09fbf9d4e19a7985ef6e276b.zip
ALSA: oxygen: add Xonar DGX support
Add the PCI ID of the Asus Xonar DGX card; it's otherwise identical with the DG. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/oxygen/xonar_dg.c')
-rw-r--r--sound/pci/oxygen/xonar_dg.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sound/pci/oxygen/xonar_dg.c b/sound/pci/oxygen/xonar_dg.c
index 793bdf03d7e0..77acd790ea47 100644
--- a/sound/pci/oxygen/xonar_dg.c
+++ b/sound/pci/oxygen/xonar_dg.c
@@ -1,5 +1,5 @@
/*
- * card driver for the Xonar DG
+ * card driver for the Xonar DG/DGX
*
* Copyright (c) Clemens Ladisch <clemens@ladisch.de>
*
@@ -17,8 +17,8 @@
*/
/*
- * Xonar DG
- * --------
+ * Xonar DG/DGX
+ * ------------
*
* CMI8788:
*
@@ -581,7 +581,6 @@ static void dump_cs4245_registers(struct oxygen *chip,
}
struct oxygen_model model_xonar_dg = {
- .shortname = "Xonar DG",
.longname = "C-Media Oxygen HD Audio",
.chip = "CMI8786",
.init = dg_init,