aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/oxygen
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2008-04-07 10:26:45 +0200
committerTakashi Iwai <tiwai@suse.de>2008-04-24 12:00:32 +0200
commitaef1a535c4dadff408412833b2b71bc7919e84a6 (patch)
treee8462c147c25499762846df145bc3c2453a4f084 /sound/pci/oxygen
parentd08267a9df99c3cf288ca05e75084d14479fe7cb (diff)
[ALSA] virtuoso: change card short name
Change the card short name to show to show the card name instead of the chip name. 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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/oxygen/virtuoso.c b/sound/pci/oxygen/virtuoso.c
index c6bd31b9f4b..2d7b96e3f49 100644
--- a/sound/pci/oxygen/virtuoso.c
+++ b/sound/pci/oxygen/virtuoso.c
@@ -308,7 +308,7 @@ static int xonar_mixer_init(struct oxygen *chip)
static const struct oxygen_model xonar_models[] = {
[MODEL_D2] = {
- .shortname = "Asus AV200",
+ .shortname = "Xonar D2",
.longname = "Asus Virtuoso 200",
.chip = "AV200",
.owner = THIS_MODULE,
@@ -333,7 +333,7 @@ static const struct oxygen_model xonar_models[] = {
.adc_i2s_format = OXYGEN_I2S_FORMAT_LJUST,
},
[MODEL_D2X] = {
- .shortname = "Asus AV200",
+ .shortname = "Xonar D2X",
.longname = "Asus Virtuoso 200",
.chip = "AV200",
.owner = THIS_MODULE,