On Mon, Jun 25, 2007 at 03:05:06PM +0200, Attila Kinali wrote: > I'm currently trying to get the AC97 codec code for the Alchemy > Au1550 working. It looks like this code has not been touched for > ages and has been rotting for quite a while. > > As i assume that i'm not the only one using this code, i'd like > to ask whether someone else got the bits and pieces of this driver > together and working. If so, what changes did you apply? I wrote experimental ALSA ASoC drivers for the Au1200 PSC in AC97 and I2S mode. From my limited understanding, the Au1550 PSCs are identical to the ones on the Au1200, so the drivers *should* work. on the 1550 (All the proper PSC base addresses are already in there; all you'd need to do is add code for your board) An update to the dbdma api is required to get proper DMA ringbuffers. If you're interested, I put 2 patches online: http://mlau.at/files/au1xxx-dbdma-audio-updates-v2.patch http://mlau.at/files/au1xpsc-asoc-v2.patch Manuel Lauss