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.

where is voice codec driver for dm365?

Hi:

Has anyone here successfully make use of dm365's internal voice codec.

The PSP I am using is linux-2.6.32.17-psp03.01.01.38. I found some patches for the voice codec from this page:
https://patchwork.kernel.org/project/linux-davinci/list/?state=*&q=voice  (I got it with a filer "voice")

I am not sure which patch works for that PSP, so I applied this one, which seemed to be the latest and verified:

[5/5] DaVinci: DM365: Voice Codec support for the DM365 EVM
[4/5] DaVinci: DM365: Voice codec support for the DM365 SoC
[v2,3/5] ASoC: DaVinci: CQ93VC Voice Codec    
[v2,2/5] ASoC: DaVinci: Voice Codec Interface    
[v2,1/5] MFD: DaVinci Voice Codec    
[v2,3/5] ASoC: DaVinci: CQ93VC Voice Codec



The kernel was compiled and built with no error, and booted up with voice codec recognized:

Advanced Linux Sound Architecture Driver Version 1.0.21.
No device for DAI tlv320aic3x
asoc: CQ93VC <-> davinci-vcif mapping ok
ALSA device list:
  #0: DaVinci DM365 EVM (CQ93VC)


 
But no sound was heard when I took a simple test:
cat chimes.wav > /dev/audio

Any advice on this issue? Thanks.

Kevin