From: Clemens Ladisch Date: Mon, 7 Apr 2008 08:26:45 +0000 (+0200) Subject: [ALSA] virtuoso: change card short name X-Git-Tag: v2.6.26-rc1~1087^2~79 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=aef1a535c4dadff408412833b2b71bc7919e84a6;p=linux-2.6-omap-h63xx.git [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 Signed-off-by: Takashi Iwai --- 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,