NUM_USB_CHAN_IN_A1 and NUM_USB_CHAN_OUT_A1 changed from A1 to _FS

This commit is contained in:
Ross Owen
2014-01-22 19:57:22 +00:00
parent e4fd029d3d
commit e9946cc803
3 changed files with 21 additions and 20 deletions

View File

@@ -278,7 +278,7 @@ void Endpoint0( chanend c_ep0_out, chanend c_ep0_in, chanend c_audioControl,
else
{
outuint(c_audioControl, SET_CHAN_COUNT_OUT);
outuint(c_audioControl, NUM_USB_CHAN_OUT_A1);
outuint(c_audioControl, NUM_USB_CHAN_OUT_FS);
}
#ifdef NATIVE_DSD
if(g_dsdMode)
@@ -324,7 +324,7 @@ void Endpoint0( chanend c_ep0_out, chanend c_ep0_in, chanend c_audioControl,
else
{
outuint(c_audioControl, SET_CHAN_COUNT_IN);
outuint(c_audioControl, NUM_USB_CHAN_IN_A1);
outuint(c_audioControl, NUM_USB_CHAN_IN_FS);
}
#ifdef ADAT_RX
outuint(c_clk_ctl, SET_SMUX);