31 Jul
2007
31 Jul
'07
2:13 p.m.
At Mon, 30 Jul 2007 15:22:10 -0500, Timur Tabi wrote:
This patch adds ALSA SoC support for the Cirrus Logic CS4270 codec. The following features are suppored:
- Stand-alone and software mode
- Software mode via I2C only
- Master mode, not Slave
- No power management
Signed-off-by: Timur Tabi timur@freescale.com
Better now. But, I found that your patch can't be applied cleanly to the latest ALSA tree. Could you regenerate it for mm tree (or perex/alsa.git mm branch)?
Another thing I noticed is that the comment style. /** is used for JavaDoc style comments, which are processed via kerneldoc. Normal comments should use simply /* instead.
thanks,
Takashi