17 Aug
2011
17 Aug
'11
9:56 a.m.
On Wed, Aug 17, 2011 at 03:50:14PM +0900, Mark Brown wrote:
On Wed, Aug 17, 2011 at 08:27:53AM +0200, Sascha Hauer wrote:
The ASoC core tries to not enforce symmetric rates when two streams open simultaneously. It does so by checking rtd->rate being zero. This works exactly once after booting because it is not set to zero again when the streams close. Fix this by clearing rtd->rate when no active stream is left.
Applied, thanks. Though I suspect that in practice this may actually be
...or not since it doesn't actually apply to either 3.1 or 3.2. Could you regenerate against 3.1 please?