Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342576
b: refs/heads/master
c: 4492363
h: refs/heads/master
v: v3
  • Loading branch information
Sergiu Giurgiu authored and Takashi Iwai committed Nov 5, 2012
1 parent 5d33b1f commit fd0e4d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3bef1c377d1bd8fd879ee5a66cf6f45ba16820cd
refs/heads/master: 4492363251235c4499a2d073c5f09121ea23d39d
1 change: 1 addition & 0 deletions trunk/sound/pci/oxygen/virtuoso.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ static DEFINE_PCI_DEVICE_TABLE(xonar_ids) = {
{ OXYGEN_PCI_SUBID(0x1043, 0x835d) },
{ OXYGEN_PCI_SUBID(0x1043, 0x835e) },
{ OXYGEN_PCI_SUBID(0x1043, 0x838e) },
{ OXYGEN_PCI_SUBID(0x1043, 0x8522) },
{ OXYGEN_PCI_SUBID_BROKEN_EEPROM },
{ }
};
Expand Down
6 changes: 5 additions & 1 deletion trunk/sound/pci/oxygen/xonar_wm87x6.c
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,6 @@ static void dump_wm87x6_registers(struct oxygen *chip,
}

static const struct oxygen_model model_xonar_ds = {
.shortname = "Xonar DS",
.longname = "Asus Virtuoso 66",
.chip = "AV200",
.init = xonar_ds_init,
Expand Down Expand Up @@ -1327,6 +1326,11 @@ int __devinit get_xonar_wm87x6_model(struct oxygen *chip,
switch (id->subdevice) {
case 0x838e:
chip->model = model_xonar_ds;
chip->model.shortname = "Xonar DS";
break;
case 0x8522:
chip->model = model_xonar_ds;
chip->model.shortname = "Xonar DSX";
break;
case 0x835e:
chip->model = model_xonar_hdav_slim;
Expand Down

0 comments on commit fd0e4d5

Please sign in to comment.