Dear all,
I am working on a board with processor type omap4430 running Android Jelly Bean (Started from http://omapedia.org/wiki/4AJ.2.5P1_OMAP4_Jelly_Bean_Release_Notes)
I was looking at the Audio HAL in mydroid/devices/ti/common-open/audio/audio_hw.c
Function adev_open() in file device/ti/common-open/audio/audio_hw.c checks that system property "modem.audio" is set, and calls ril_open() from ril_interface.c. This ril_open() tries to get RIL_CLIENT_PATH_PROPERTY ("audioril.lib") which fails.
I am wondering if there is some reference implementation or documentation on how this Audio RIL library should look like (on Android)?
Thanks in advance.
Best regards,
Tom Heyligen