audio() -> XUA_AudioHub

This commit is contained in:
xross
2017-10-12 13:46:12 +01:00
parent 2c20d94d0b
commit 163ef89ff5
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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