Hello guys,
I've a problem with the ALSA driver for the AIC3254 audio codec.
At first I'll describe my setup:
I've the codec connected to a i.MX27 processor from freescale via I2S and I2C. The processors outputs 12MHz to the codec. Reading and writing registers via I2C works and I also see data flowing from the processor to the codec when I issue an aplay command. The both Line-Outputs of the codec are connected with TPA2005 audio amps to drive two loudspeakers.
I use the latest ALSA driver for the codec from TI with the codec as I2S master. I had to modifie the dai structures a little bit to support the linux kernel I'm working with (it's a quite new 3.0.0 kernel). I compiled the driver with and without miniDSP support and nothing changed.
And here is my problem: When I issue the aplay command I don't hear anything. I'm quite new on playing with ALSA, but I followed the instructions in the "TLV320AIC32x4 Linux Driver Datasheet" to port the driver to my processor and I see the Capture and Playback devices in linux.
I suppose that I'm missing something in the configuration of the codec because as I see the audio data arrives at the codec correctly and than it is lost in the chip.
Please help me. All kinds of hints are really welcome. I'm stuck on this for several days until now.
Thanks in advance. Kind regards,
Timo