Skip to content

Commit

Permalink
[ALSA] virtuoso: change card short name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Clemens Ladisch authored and Takashi Iwai committed Apr 24, 2008
1 parent d08267a commit aef1a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/pci/oxygen/virtuoso.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit aef1a53

Please sign in to comment.