2 Jul
2013
2 Jul
'13
2:31 a.m.
On Mon, Jul 01, 2013 at 05:32:29PM +0200, Lars-Peter Clausen wrote:
On 07/01/2013 08:43 AM, Kuninori Morimoto wrote:
- priv->usrcnt++;
- priv->rate = params_rate(params);
Set the symmetric_rates field of the dai driver to 1 to enforce symmetric rates. No need to implement this by hand.
That won't work because there are separate playback and capture DAIs at the minute. But I think that can be avoided, will comment when I review tomorrow.