Hi,
I am working with DM368 IPNC. We are using V2.6 software. Previous, we support to use internal codec of SOC but now we move to use external codec AIC3x.
For that change we modified the kernel config as below
# CONFIG_SND_DM365_INTERNAL_CODEC=y
# CONFIG_SND_SOC_CQ0093VC=y
CONFIG_SND_DM365_EXTERNAL_CODEC=y
CONFIG_SND_SOC_TLV320AIC3101=y
With the new kernel, we can play audio for alarm function in IPNC but micro and audio stream didn't work. I saw the error message from log whenever we turn on audio.
ERROR (drv_audio.c|DRV_audioRead|157): audio error from read : Resource temporarily unavailable
ERROR (audioThr.c|AUDIO_audioTskMain|684): AUDIO_audioTskRun()
We knew that we got problem during read data from driver and the function DRV_audioRead always return -11.
does Any one have experience for this? PLease share me what you know.
Thank you so much!