forked from PAWPAW-Mirror/lib_xua
audio() -> XUA_AudioHub
This commit is contained in:
@@ -31,7 +31,7 @@ typedef interface audManage_if
|
||||
* \param c_config An optional channel that will be passed on to the
|
||||
* CODEC configuration functions.
|
||||
*/
|
||||
void audio(chanend ?c_in,
|
||||
void XUA_AudioHub(chanend ?c_in,
|
||||
#if defined(SPDIF_TX) && (SPDIF_TX_TILE != AUDIO_IO_TILE)
|
||||
chanend c_spdif_tx,
|
||||
#endif
|
||||
@@ -1107,7 +1107,7 @@ static void dummy_deliver(chanend ?c_out, unsigned &command)
|
||||
}
|
||||
}
|
||||
|
||||
void audio(chanend ?c_mix_out,
|
||||
void XUA_AudioHub(chanend ?c_mix_out,
|
||||
#if defined(SPDIF_TX) && (SPDIF_TX_TILE != AUDIO_IO_TILE)
|
||||
chanend c_spdif_out,
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user