tree 5666119d3438262731f9dadb0127ebb8575ff3e5
parent 88dc0e5dadf9b0cb529c89b12cd10f75d5b1bce4
author Clemens Ladisch <[EMAIL PROTECTED]> Mon, 04 Jul 2005 09:18:46 +0200
committer Jaroslav Kysela <[EMAIL PROTECTED]> Thu, 28 Jul 2005 12:21:34 +0200
[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 <[EMAIL PROTECTED]>
sound/usb/usbaudio.c | 3 ---
1 files changed, 3 deletions(-)
diff --git a/sound/usb/usbaudio.c b/sound/usb/usbaudio.c
--- a/sound/usb/usbaudio.c
+++ b/sound/usb/usbaudio.c
@@ -2938,8 +2938,6 @@ static int snd_usb_extigy_boot_quirk(str
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;
snd_usb_ctl_msg(dev, usb_rcvctrlpipe(dev, 0), 0x2a,
@@ -2951,7 +2949,6 @@ static int snd_usb_audigy2nx_boot_quirk(
1, 2000, NULL, 0, 1000);
return -ENODEV;
}
-#endif
return 0;
}
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html