aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usbaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb/usbaudio.c')
-rw-r--r--sound/usb/usbaudio.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/usb/usbaudio.c b/sound/usb/usbaudio.c
index c57b44511b54..aee3c0f28eb6 100644
--- a/sound/usb/usbaudio.c
+++ b/sound/usb/usbaudio.c
@@ -2938,8 +2938,6 @@ static int snd_usb_extigy_boot_quirk(struct usb_device *dev, struct usb_interfac
2938 2938
2939static int snd_usb_audigy2nx_boot_quirk(struct usb_device *dev) 2939static int snd_usb_audigy2nx_boot_quirk(struct usb_device *dev)
2940{ 2940{
2941#if 0
2942 /* TODO: enable this when high speed synchronization actually works */
2943 u8 buf = 1; 2941 u8 buf = 1;
2944 2942
2945 snd_usb_ctl_msg(dev, usb_rcvctrlpipe(dev, 0), 0x2a, 2943 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)
2951 1, 2000, NULL, 0, 1000); 2949 1, 2000, NULL, 0, 1000);
2952 return -ENODEV; 2950 return -ENODEV;
2953 } 2951 }
2954#endif
2955 return 0; 2952 return 0;
2956} 2953}
2957 2954