[PATCH] ASoC: DaVinci: Add hw_param callback for S/PDIF DIT link

2010-03-10 Thread Chaithrika U S
On TI DM6467 EVM, S/PDIF DIT codec fails to open as it is unable to install hardware params. This dummy codec has no set_fmt and set_sysclk implementations and calls from the application to these functions cause errors. This patch adds a new hardware params callback function for S/PDIF transciever

Re: [PATCH] ASoC: DaVinci: Add hw_param callback for S/PDIF DIT link

2010-03-10 Thread Mark Brown
On Wed, Mar 10, 2010 at 02:48:33PM +0530, Chaithrika U S wrote: On TI DM6467 EVM, S/PDIF DIT codec fails to open as it is unable to install hardware params. This dummy codec has no set_fmt and set_sysclk implementations and calls from the application to these functions cause errors. This

Re: [alsa-devel] [PATCH] ASoC: DaVinci: Add hw_param callback for S/PDIF DIT link

2010-03-10 Thread Liam Girdwood
On Wed, 2010-03-10 at 14:48 +0530, Chaithrika U S wrote: On TI DM6467 EVM, S/PDIF DIT codec fails to open as it is unable to install hardware params. This dummy codec has no set_fmt and set_sysclk implementations and calls from the application to these functions cause errors. This patch