Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193236
b: refs/heads/master
c: ca4c2ad
h: refs/heads/master
v: v3
  • Loading branch information
Jaroslav Kysela committed Apr 16, 2010
1 parent a00663c commit 840bbda
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: f09d045e2a61d2fdae3d0127208f18c9f44acf80
refs/heads/master: ca4c2adaf2d7efcc43e16c8010cf4c30def75058
2 changes: 1 addition & 1 deletion trunk/sound/usb/mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ int snd_usb_create_mixer(struct snd_usb_audio *chip, int ctrlif,
}

host_iface = &usb_ifnum_to_if(chip->dev, ctrlif)->altsetting[0];
mixer->protocol = host_iface->desc.bInterfaceProtocol;
mixer->protocol = get_iface_desc(host_iface)->bInterfaceProtocol;

if ((err = snd_usb_mixer_controls(mixer)) < 0 ||
(err = snd_usb_mixer_status_create(mixer)) < 0)
Expand Down

0 comments on commit 840bbda

Please sign in to comment.