Remove unnecessary port parameters passed through XUA Buffer (whether the traditional one or the Lite version).

This commit is contained in:
Michael Banther
2019-10-02 16:57:42 +01:00
parent 74564edde8
commit 211a49f26f
2 changed files with 0 additions and 5 deletions

View File

@@ -60,7 +60,6 @@ void XUA_Buffer(
in port p_off_mclk
#if( 0 < HID_CONTROLS )
, chanend c_hid
, in port p_int
#endif
, chanend c_aud
);
@@ -100,7 +99,6 @@ void XUA_Buffer_Ep(chanend c_aud_out,
in port p_off_mclk
#if( 0 < HID_CONTROLS )
, chanend c_hid
, in port p_int
#endif
#ifdef CHAN_BUFF_CTRL
, chanend c_buff_ctrl

View File

@@ -122,7 +122,6 @@ void XUA_Buffer(
in port p_off_mclk
#if( 0 < HID_CONTROLS )
, chanend c_hid
, in port p_int
#endif
, chanend c_aud
)
@@ -167,7 +166,6 @@ void XUA_Buffer(
c_sof, c_aud_ctl, p_off_mclk
#if( 0 < HID_CONTROLS )
, c_hid
, p_int
#endif
#ifdef CHAN_BUFF_CTRL
, c_buff_ctrl
@@ -227,7 +225,6 @@ void XUA_Buffer_Ep(register chanend c_aud_out,
in port p_off_mclk
#if( 0 < HID_CONTROLS )
, chanend c_hid
, in port p_int
#endif
#ifdef CHAN_BUFF_CTRL
, chanend c_buff_ctrl