diff options
Diffstat (limited to 'sound/usb/card.c')
-rw-r--r-- | sound/usb/card.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/usb/card.c b/sound/usb/card.c index 3068f043099a..05c1aae0b010 100644 --- a/sound/usb/card.c +++ b/sound/usb/card.c | |||
@@ -65,9 +65,9 @@ | |||
65 | #include "helper.h" | 65 | #include "helper.h" |
66 | #include "debug.h" | 66 | #include "debug.h" |
67 | #include "pcm.h" | 67 | #include "pcm.h" |
68 | #include "urb.h" | ||
69 | #include "format.h" | 68 | #include "format.h" |
70 | #include "power.h" | 69 | #include "power.h" |
70 | #include "stream.h" | ||
71 | 71 | ||
72 | MODULE_AUTHOR("Takashi Iwai <tiwai@suse.de>"); | 72 | MODULE_AUTHOR("Takashi Iwai <tiwai@suse.de>"); |
73 | MODULE_DESCRIPTION("USB Audio"); | 73 | MODULE_DESCRIPTION("USB Audio"); |
@@ -185,7 +185,7 @@ static int snd_usb_create_stream(struct snd_usb_audio *chip, int ctrlif, int int | |||
185 | return -EINVAL; | 185 | return -EINVAL; |
186 | } | 186 | } |
187 | 187 | ||
188 | if (! snd_usb_parse_audio_endpoints(chip, interface)) { | 188 | if (! snd_usb_parse_audio_interface(chip, interface)) { |
189 | usb_set_interface(dev, interface, 0); /* reset the current interface */ | 189 | usb_set_interface(dev, interface, 0); /* reset the current interface */ |
190 | usb_driver_claim_interface(&usb_audio_driver, iface, (void *)-1L); | 190 | usb_driver_claim_interface(&usb_audio_driver, iface, (void *)-1L); |
191 | return -EINVAL; | 191 | return -EINVAL; |