Hello,
Software Version: android_p11.0.0_2.6.0
Board: i.MX8MQ based custom board
I need to port wm8960 to Android system.
In the Android system, I can play audio files normally with tinyplay:
#tinyplay tinghai-zhanghuimei.wav
I can also record files normally using tinycap:
#tinycap /data/rec.wav -D 0 -d 0 –c 2 –r 48000 –b 16 –p 1024 –n 3 -T 10
When I integrated wm8960 into Android, I modified the following files:
vi device/nxp/imx8m/evk_8mq/evk_8mq.mk
The contents of the wm8960_rpmsg_config.json as follows:
The current situation is:
When I set the Android volume: settings->sound->medium Volume, I can hear the prompt tone of the system, but the set volume keeps beating. It appears that the volume setting failed, And I can't play music through kugou music APK.
My question:
1 How to enable wm8960 in Android 11.0.0?
2 In addition to modifying device/nxp/imx8m/evk_ 8mq/evk_8mq.mk file, do i need to modify other files?
Pls refer to the document as below:
Thank you for your reply
Your link is to configure BSP. I have successfully operated this step.
I have a problem Supporting a new sound card to Android
I have a problem playing music with Kugou music apk.
Do you have any other suggestions?
did you porting wm8960 successfully? is kugou APK playback issue the new issue?