diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2010-10-04 07:17:26 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-10-05 12:11:15 -0400 |
commit | 45bc307f328c044e69cad2a18a9ae972bb15f254 (patch) | |
tree | a8ba0ebd491413fa0004bd318d5e51b1e801647c /sound/pci/oxygen | |
parent | 422fdc318efd7d34d8b79decde0f8cb90a336c11 (diff) |
ALSA: virtuoso: fix Xonar DS chip name
The controller on the Xonar DS is labeled "AV66", not "AV200".
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/oxygen')
-rw-r--r-- | sound/pci/oxygen/virtuoso.c | 4 | ||||
-rw-r--r-- | sound/pci/oxygen/xonar_wm87x6.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/oxygen/virtuoso.c b/sound/pci/oxygen/virtuoso.c index 06c863e86e3d..599bb9ab97ee 100644 --- a/sound/pci/oxygen/virtuoso.c +++ b/sound/pci/oxygen/virtuoso.c | |||
@@ -25,9 +25,9 @@ | |||
25 | #include "xonar.h" | 25 | #include "xonar.h" |
26 | 26 | ||
27 | MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>"); | 27 | MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>"); |
28 | MODULE_DESCRIPTION("Asus AVx00 driver"); | 28 | MODULE_DESCRIPTION("Asus Virtuoso driver"); |
29 | MODULE_LICENSE("GPL v2"); | 29 | MODULE_LICENSE("GPL v2"); |
30 | MODULE_SUPPORTED_DEVICE("{{Asus,AV100},{Asus,AV200}}"); | 30 | MODULE_SUPPORTED_DEVICE("{{Asus,AV66},{Asus,AV100},{Asus,AV200}}"); |
31 | 31 | ||
32 | static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; | 32 | static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; |
33 | static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; | 33 | static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; |
diff --git a/sound/pci/oxygen/xonar_wm87x6.c b/sound/pci/oxygen/xonar_wm87x6.c index aceaaa036da6..5f9f59c10198 100644 --- a/sound/pci/oxygen/xonar_wm87x6.c +++ b/sound/pci/oxygen/xonar_wm87x6.c | |||
@@ -1071,7 +1071,7 @@ static int xonar_ds_mixer_init(struct oxygen *chip) | |||
1071 | 1071 | ||
1072 | static const struct oxygen_model model_xonar_ds = { | 1072 | static const struct oxygen_model model_xonar_ds = { |
1073 | .shortname = "Xonar DS", | 1073 | .shortname = "Xonar DS", |
1074 | .longname = "Asus Virtuoso 200", | 1074 | .longname = "Asus Virtuoso 66", |
1075 | .chip = "AV200", | 1075 | .chip = "AV200", |
1076 | .init = xonar_ds_init, | 1076 | .init = xonar_ds_init, |
1077 | .control_filter = xonar_ds_control_filter, | 1077 | .control_filter = xonar_ds_control_filter, |