Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1555
b: refs/heads/master
c: 1dcd3ec
h: refs/heads/master
i:
  1553: d6fe0ca
  1551: d2b5a4d
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed May 29, 2005
1 parent f22c587 commit 89941a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 462c4173509c5d1ebdc6cfd58f7236c2ac467e30
refs/heads/master: 1dcd3ec4728f9568ee204ceb46b0851be324a7f9
3 changes: 1 addition & 2 deletions trunk/sound/usb/usbaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -3129,8 +3129,6 @@ static int snd_usb_audio_create(struct usb_device *dev, int idx,

snd_usb_audio_create_proc(chip);

snd_card_set_dev(card, &dev->dev);

*rchip = chip;
return 0;
}
Expand Down Expand Up @@ -3212,6 +3210,7 @@ static void *snd_usb_audio_probe(struct usb_device *dev,
if (snd_usb_audio_create(dev, i, quirk, &chip) < 0) {
goto __error;
}
snd_card_set_dev(chip->card, &intf->dev);
break;
}
if (! chip) {
Expand Down

0 comments on commit 89941a4

Please sign in to comment.