From 2800df22eba497e2e1ab808ebd5f21af78c50f31 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Thu, 20 Feb 2014 14:03:24 +0000 Subject: [PATCH] Comment only. --- module_usb_audio/usb_buffer/decouple.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/usb_buffer/decouple.xc b/module_usb_audio/usb_buffer/decouple.xc index 033e0548..0f92f9e9 100644 --- a/module_usb_audio/usb_buffer/decouple.xc +++ b/module_usb_audio/usb_buffer/decouple.xc @@ -845,7 +845,7 @@ void decouple(chanend c_mix_out, } else if(tmp == SET_CHAN_COUNT_OUT) { - /* Change in OUT channel count */ + /* Change in OUT channel count - note we expect this on every stream start event */ DISABLE_INTERRUPTS(); SET_SHARED_GLOBAL(g_freqChange_flag, 0); GET_SHARED_GLOBAL(g_numUsbChanOut, g_freqChange_sampFreq); /* Misuse of g_freqChange_sampFreq */