summaryrefslogtreecommitdiff
path: root/usb-fast-audio-source/AUDDFastSourceDescriptors.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-12-02 22:51:44 +0100
committerHarald Welte <laforge@gnumonks.org>2011-12-02 22:51:44 +0100
commit84763f9c33b54ecd74565fce8ea633f83a7aaa45 (patch)
treea7f2fc65de2ba795e3adb1150022a4ba47d0d693 /usb-fast-audio-source/AUDDFastSourceDescriptors.h
parent8ed7d596716686883b5baaba60d7f764791c904e (diff)
fix fast audio source test, generates 640 kS/s to 1 Ms/s now
Diffstat (limited to 'usb-fast-audio-source/AUDDFastSourceDescriptors.h')
-rw-r--r--usb-fast-audio-source/AUDDFastSourceDescriptors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-fast-audio-source/AUDDFastSourceDescriptors.h b/usb-fast-audio-source/AUDDFastSourceDescriptors.h
index ab25f49..594adb5 100644
--- a/usb-fast-audio-source/AUDDFastSourceDescriptors.h
+++ b/usb-fast-audio-source/AUDDFastSourceDescriptors.h
@@ -89,7 +89,7 @@
#endif
/// Endpoint polling interval 2^(x-1) * 125us
-#define AUDDLoopRecDriverDescriptors_HS_INTERVAL 0x04
+#define AUDDLoopRecDriverDescriptors_HS_INTERVAL 0x01
/// Endpoint polling interval 2^(x-1) * ms
#define AUDDLoopRecDriverDescriptors_FS_INTERVAL 0x01
//------------------------------------------------------------------------------
personal git repositories of Harald Welte. Your mileage may vary