forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the PCI ID of the Asus Xonar DGX card; it's otherwise identical with the DG. Signed-off-by: Clemens Ladisch <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
- Loading branch information
Showing
4 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* card driver for the Xonar DG | ||
* card driver for the Xonar DG/DGX | ||
* | ||
* Copyright (c) Clemens Ladisch <[email protected]> | ||
* | ||
|
@@ -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, | ||
|