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>
 
 static const struct oxygen_model xonar_models[] = {
        [MODEL_D2] = {
-               .shortname = "Asus AV200",
+               .shortname = "Xonar D2",
                .longname = "Asus Virtuoso 200",
                .chip = "AV200",
                .owner = THIS_MODULE,
                .adc_i2s_format = OXYGEN_I2S_FORMAT_LJUST,
        },
        [MODEL_D2X] = {
-               .shortname = "Asus AV200",
+               .shortname = "Xonar D2X",
                .longname = "Asus Virtuoso 200",
                .chip = "AV200",
                .owner = THIS_MODULE,