projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
980b249
)
ALSA: usb-audio: add support for wireless USB devices
author
Thomas Pugliese
<thomas.pugliese@gmail.com>
Tue, 1 Oct 2013 19:32:15 +0000
(14:32 -0500)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 7 Oct 2013 10:51:54 +0000
(12:51 +0200)
This patch updates snd_usb_audio_create also support devices whose
speed == USB_SPEED_WIRELESS.
Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/card.c
patch
|
blob
|
history
diff --git
a/sound/usb/card.c
b/sound/usb/card.c
index
d1f54df
..
9d9de8d
100644
(file)
--- a/
sound/usb/card.c
+++ b/
sound/usb/card.c
@@
-346,6
+346,7
@@
static int snd_usb_audio_create(struct usb_device *dev, int idx,
case USB_SPEED_LOW:
case USB_SPEED_FULL:
case USB_SPEED_HIGH:
+ case USB_SPEED_WIRELESS:
case USB_SPEED_SUPER:
break;
default: