Tool/software: Linux
Hi,
I am trying to route the output of RadioManager to GPP using the setting audioOutputRouting=DSPMGR_AUDIO_OUT_ON_GPP_LOOPBACK.
According to my understanding, if I use this option, the IOA component running on TI-RTOS-DSP side will write the audio data to a RingIO instance and an OutputManager component running on the Linux-ARM-A15 side.
For this I am configuring the following way:
OutputSampleRate = 44100
BoardType = 3
McaspInstance = 3
AudioOutputRouting = VIS_AUDIO_OUT_ON_GPP_LOOPBACK
I have implemented an application similar to Output_Mgr in VIS SDK which will read data from RingIO and write the data to ALSA driver.
The RingIO I am trying to read data from is "dsproc_audio_out". But I am failing to get data because of an assertion failure in "List_empty" function called within RingIO_system_setup().
Please let me know if there is something wrong in my configuration or understanding.
Also, there is a parameter called extFmEnable. Can you tell me the significance of this parameter in terms of Audio routing?
Thanks in advance,
Deepthi
Please guide us