diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2008-04-07 04:26:45 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:32 -0400 |
commit | aef1a535c4dadff408412833b2b71bc7919e84a6 (patch) | |
tree | e8462c147c25499762846df145bc3c2453a4f084 /sound/pci/oxygen/virtuoso.c | |
parent | d08267a9df99c3cf288ca05e75084d14479fe7cb (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/virtuoso.c')
-rw-r--r-- | sound/pci/oxygen/virtuoso.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/oxygen/virtuoso.c b/sound/pci/oxygen/virtuoso.c index c6bd31b9f4b5..2d7b96e3f49f 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) | |||
308 | 308 | ||
309 | static const struct oxygen_model xonar_models[] = { | 309 | static const struct oxygen_model xonar_models[] = { |
310 | [MODEL_D2] = { | 310 | [MODEL_D2] = { |
311 | .shortname = "Asus AV200", | 311 | .shortname = "Xonar D2", |
312 | .longname = "Asus Virtuoso 200", | 312 | .longname = "Asus Virtuoso 200", |
313 | .chip = "AV200", | 313 | .chip = "AV200", |
314 | .owner = THIS_MODULE, | 314 | .owner = THIS_MODULE, |
@@ -333,7 +333,7 @@ static const struct oxygen_model xonar_models[] = { | |||
333 | .adc_i2s_format = OXYGEN_I2S_FORMAT_LJUST, | 333 | .adc_i2s_format = OXYGEN_I2S_FORMAT_LJUST, |
334 | }, | 334 | }, |
335 | [MODEL_D2X] = { | 335 | [MODEL_D2X] = { |
336 | .shortname = "Asus AV200", | 336 | .shortname = "Xonar D2X", |
337 | .longname = "Asus Virtuoso 200", | 337 | .longname = "Asus Virtuoso 200", |
338 | .chip = "AV200", | 338 | .chip = "AV200", |
339 | .owner = THIS_MODULE, | 339 | .owner = THIS_MODULE, |