Re: [PATCH] sound: usb: add support for wireless USB devices

2013-10-07 Thread Takashi Iwai
At Tue, 1 Oct 2013 14:32:15 -0500, Thomas Pugliese wrote: This patch updates snd_usb_audio_create also support devices whose speed == USB_SPEED_WIRELESS. Signed-off-by: Thomas Pugliese thomas.pugli...@gmail.com Thanks, applied now. (BTW, please add the maintainers explicitly to Cc at

Re: [PATCH] sound: usb: add support for wireless USB devices

2013-10-03 Thread Greg KH
On Tue, Oct 01, 2013 at 02:32:15PM -0500, Thomas Pugliese wrote: This patch updates snd_usb_audio_create also support devices whose speed == USB_SPEED_WIRELESS. Signed-off-by: Thomas Pugliese thomas.pugli...@gmail.com Acked-by: Greg Kroah-Hartman gre...@linuxfoundation.org -- To unsubscribe

Re: [PATCH] sound: usb: add support for wireless USB devices

2013-10-02 Thread Daniel Mack
On 01.10.2013 21:32, Thomas Pugliese wrote: This patch updates snd_usb_audio_create also support devices whose speed == USB_SPEED_WIRELESS. Interesting. What device are you testing this with? Daniel Signed-off-by: Thomas Pugliese thomas.pugli...@gmail.com --- sound/usb/card.c |1

Re: [PATCH] sound: usb: add support for wireless USB devices

2013-10-02 Thread Thomas Pugliese
On Wed, 2 Oct 2013, Daniel Mack wrote: On 01.10.2013 21:32, Thomas Pugliese wrote: This patch updates snd_usb_audio_create also support devices whose speed == USB_SPEED_WIRELESS. Interesting. What device are you testing this with? Daniel The device I am testing with is a

[PATCH] sound: usb: add support for wireless USB devices

2013-10-01 Thread Thomas Pugliese
This patch updates snd_usb_audio_create also support devices whose speed == USB_SPEED_WIRELESS. Signed-off-by: Thomas Pugliese thomas.pugli...@gmail.com --- sound/usb/card.c |1 + 1 file changed, 1 insertion(+) diff --git a/sound/usb/card.c b/sound/usb/card.c index 64952e2..ef76aa0 100644