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

Thomas Pugliese thomas.pugliese at gmail.com
Wed Oct 2 16:38:58 CEST 2013



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 C-Media USB Audio device (VID:0x0d8c, 
PID:0x0103) connected to a wireless USB host using an Alereon Wireless USB 
bridge.

Tom

> 
> > 
> > Signed-off-by: Thomas Pugliese <thomas.pugliese at 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
> > --- a/sound/usb/card.c
> > +++ b/sound/usb/card.c
> > @@ -349,6 +349,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:
> > 
> 
> 


More information about the Alsa-devel mailing list