diff options
Diffstat (limited to 'sound/pci/oxygen/xonar_dg.c')
-rw-r--r-- | sound/pci/oxygen/xonar_dg.c | 7 |
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 @@ | |||
1 | /* | 1 | /* |
2 | * card driver for the Xonar DG | 2 | * card driver for the Xonar DG/DGX |
3 | * | 3 | * |
4 | * Copyright (c) Clemens Ladisch <clemens@ladisch.de> | 4 | * Copyright (c) Clemens Ladisch <clemens@ladisch.de> |
5 | * | 5 | * |
@@ -17,8 +17,8 @@ | |||
17 | */ | 17 | */ |
18 | 18 | ||
19 | /* | 19 | /* |
20 | * Xonar DG | 20 | * Xonar DG/DGX |
21 | * -------- | 21 | * ------------ |
22 | * | 22 | * |
23 | * CMI8788: | 23 | * CMI8788: |
24 | * | 24 | * |
@@ -581,7 +581,6 @@ static void dump_cs4245_registers(struct oxygen *chip, | |||
581 | } | 581 | } |
582 | 582 | ||
583 | struct oxygen_model model_xonar_dg = { | 583 | struct oxygen_model model_xonar_dg = { |
584 | .shortname = "Xonar DG", | ||
585 | .longname = "C-Media Oxygen HD Audio", | 584 | .longname = "C-Media Oxygen HD Audio", |
586 | .chip = "CMI8786", | 585 | .chip = "CMI8786", |
587 | .init = dg_init, | 586 | .init = dg_init, |