Fix I2S input down-sampling crosstalk

Simplified and corrected array indexing used in DS3 calls.
This commit is contained in:
Sam Chesney
2017-02-09 12:05:57 +00:00
parent 0cd3e4de77
commit 96ccac033a
2 changed files with 27 additions and 21 deletions

View File

@@ -6,6 +6,7 @@ sc_usb_audio Change Log
- ADDED: UserBufferManagementInit() to reset any state required in UserBufferManagement()
- ADDED: I2S output up-sampling (I2S_UPSAMPLE_FACTOR_OUT)
- CHANGE: Rename I2S input down-sampling (I2S_DOWNSAMPLE_FACTOR to I2S_DOWNSAMPLE_FACTOR_IN)
- RESOLVED: Crosstalk between input channels when I2S input down-sampling is enabled
7.0.1
-----