[ALSA] usb-audio - enable high speed transfers with Audiy 2 NX
USB generic driver This patch enables the boot commands to activate high speed mode (and associated sample formats like 8 channels with 24 bits at 96 kHz) on the SB Audigy 2 NX. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
This commit is contained in:
parent
88dc0e5dad
commit
b1c6ef52e2
1 changed files with 0 additions and 3 deletions
|
@ -2938,8 +2938,6 @@ static int snd_usb_extigy_boot_quirk(struct usb_device *dev, struct usb_interfac
|
||||||
|
|
||||||
static int snd_usb_audigy2nx_boot_quirk(struct usb_device *dev)
|
static int snd_usb_audigy2nx_boot_quirk(struct usb_device *dev)
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
/* TODO: enable this when high speed synchronization actually works */
|
|
||||||
u8 buf = 1;
|
u8 buf = 1;
|
||||||
|
|
||||||
snd_usb_ctl_msg(dev, usb_rcvctrlpipe(dev, 0), 0x2a,
|
snd_usb_ctl_msg(dev, usb_rcvctrlpipe(dev, 0), 0x2a,
|
||||||
|
@ -2951,7 +2949,6 @@ static int snd_usb_audigy2nx_boot_quirk(struct usb_device *dev)
|
||||||
1, 2000, NULL, 0, 1000);
|
1, 2000, NULL, 0, 1000);
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue