Skip to content

Commit

Permalink
[ALSA] usb-audio - enable high speed transfers with Audiy 2 NX
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Jul 28, 2005
1 parent 88dc0e5 commit b1c6ef5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sound/usb/usbaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
#if 0
/* TODO: enable this when high speed synchronization actually works */
u8 buf = 1;

snd_usb_ctl_msg(dev, usb_rcvctrlpipe(dev, 0), 0x2a,
Expand All @@ -2951,7 +2949,6 @@ static int snd_usb_audigy2nx_boot_quirk(struct usb_device *dev)
1, 2000, NULL, 0, 1000);
return -ENODEV;
}
#endif
return 0;
}

Expand Down

0 comments on commit b1c6ef5

Please sign in to comment.