From 0634406bbf260e97879092e43c6f71d843557cf3 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Wed, 8 Apr 2015 11:40:11 +0100 Subject: [PATCH] Fixed stream issue when mixer not enabled. --- module_usb_audio/audio.xc | 1 + 1 file changed, 1 insertion(+) diff --git a/module_usb_audio/audio.xc b/module_usb_audio/audio.xc index 59fe9417..92352e51 100755 --- a/module_usb_audio/audio.xc +++ b/module_usb_audio/audio.xc @@ -244,6 +244,7 @@ static inline unsigned DoSampleTransfer(chanend c_out, int readBuffNo, unsigned else { #ifndef MIXER // Interfaces straight to decouple() + inuint(c_out); #if NUM_USB_CHAN_IN > 0 #pragma loop unroll for(int i = 0; i < I2S_CHANS_ADC; i++)