aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci')
-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 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
309static const struct oxygen_model xonar_models[] = { 309static 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,