Hello
i want set AUXOSC_IN clock as audio osc clock. how to modify clock814x_data.c?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Bob,
We do not have more dividers for the FS clock on AFSX pin. You can try to control the FS speed with modifying the below bits:
AFSXCTL[15:7] XMOD
AFSXCTL[4] FXWID
Regards,
Pavel
Bob,
I will check this with McASP team, but it will take time.
Regards,
Pavel
Hi Bob,
I am glad to see you are making a progress.
bob lee said:I have got the 8kHz clock.
Could you please share how you managed to change the frame sync clock from 64KHz to 8KHz? Is it modifying the AFSXCTL register?
Best regards,
Pavel
Hi Pavel,
I modify the below code in Board-ti8148evm.c.
static struct snd_platform_data ti8148_evm_snd_data = {
.tx_dma_offset = 0x46800000,
.rx_dma_offset = 0x46800000,
.op_mode = DAVINCI_MCASP_IIS_MODE,
.num_serializer = ARRAY_SIZE(ti8148_iis_serializer_direction),
// .tdm_slots = 2,----->old
.tdm_slots = 16,----->new
.serial_dir = ti8148_iis_serializer_direction,
.asp_chan_q = EVENTQ_2,
.version = MCASP_VERSION_2,
.txnumevt = 1,
.rxnumevt = 1,
};
BR
Bob
Bob,
This is the feedback from the McASP team:
Hi Pavel,
I have another question to be solved.
I have two boards.So I want one board to send PCM data packets and other one to receive the data packets.
How to do ? Is there any tool?
Do you understand me? If not, please let me know .
BR
Bob
Bob,
bob lee said:I have another question to be solved.
Can you open new e2e thread for that.
BR
Pavel