22 Nov
2011
22 Nov
'11
2:08 p.m.
On Tue, Nov 22, 2011 at 09:57:51AM +0530, Rajeev kumar wrote:
static struct snd_soc_dai_driver sta529_dai = {
.rates = SPEAR_PCM_RATES, .formats = SPEAR_PCM_FORMAT,
This looks wrong...
cpu dai: In case of cpu dai, we are passing the playback and capture capability from the platform code and depending on the capability we are filling the cpu dai structure in probe function, like
Why are you doing this? Your driver should export the capabilities of the hardware and let the machine driver pick any specific configuration that's needed.