|
@@ -118,6 +118,7 @@ unsigned char snd_usb_parse_datainterval(struct snd_usb_audio *chip,
|
|
{
|
|
{
|
|
switch (snd_usb_get_speed(chip->dev)) {
|
|
switch (snd_usb_get_speed(chip->dev)) {
|
|
case USB_SPEED_HIGH:
|
|
case USB_SPEED_HIGH:
|
|
|
|
+ case USB_SPEED_WIRELESS:
|
|
case USB_SPEED_SUPER:
|
|
case USB_SPEED_SUPER:
|
|
if (get_endpoint(alts, 0)->bInterval >= 1 &&
|
|
if (get_endpoint(alts, 0)->bInterval >= 1 &&
|
|
get_endpoint(alts, 0)->bInterval <= 4)
|
|
get_endpoint(alts, 0)->bInterval <= 4)
|