From bfe829f227aec0cd251a98d67f8da72f9e54cf38 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Wed, 19 Feb 2014 17:47:13 +0000 Subject: [PATCH] Comment only. --- module_usb_audio/endpoint0/endpoint0.xc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/module_usb_audio/endpoint0/endpoint0.xc b/module_usb_audio/endpoint0/endpoint0.xc index 94c9aa61..54d8c4ce 100755 --- a/module_usb_audio/endpoint0/endpoint0.xc +++ b/module_usb_audio/endpoint0/endpoint0.xc @@ -263,8 +263,10 @@ void Endpoint0( chanend c_ep0_out, chanend c_ep0_in, chanend c_audioControl, break; case 1: /* Stream active + 0 chans */ - /* NOTE there could be a difference between HS/UAC1 and FS/UAC1 channel count */ - /* Also note, currently we assume with won't be doing ADAT in FS/UAC1...*/ + /* NOTE there could be a difference between HS/UAC1 and FS/UAC1 channel count + * Also note, currently we assume with won't be doing ADAT in FS/UAC1... + * Note: This is is important. Decouple uses this to setup the size of the initial IN packet size + */ if(g_curUsbSpeed == XUD_SPEED_HS) { outuint(c_audioControl, SET_CHAN_COUNT_OUT);