Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253116
b: refs/heads/master
c: 157186b
h: refs/heads/master
v: v3
  • Loading branch information
Eric Lammerts authored and Takashi Iwai committed Jun 3, 2011
1 parent ae45596 commit eb908ce
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d50a2fb63643dce8506520dab5ffb8f49cc45cb2
refs/heads/master: 157186bc185cdf588fecba0fc5d7466e3e5d49d7
2 changes: 1 addition & 1 deletion trunk/sound/usb/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ static int snd_usb_cm106_boot_quirk(struct usb_device *dev)
static int snd_usb_cm6206_boot_quirk(struct usb_device *dev)
{
int err, reg;
int val[] = {0x200c, 0x3000, 0xf800, 0x143f, 0x0000, 0x3000};
int val[] = {0x2004, 0x3000, 0xf800, 0x143f, 0x0000, 0x3000};

for (reg = 0; reg < ARRAY_SIZE(val); reg++) {
err = snd_usb_cm106_write_int_reg(dev, reg, val[reg]);
Expand Down

0 comments on commit eb908ce

Please sign in to comment.