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

Daniel Mack zonque at gmail.com
Wed Oct 2 15:30:34 CEST 2013


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.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