17 Aug
2011
17 Aug
'11
10:23 a.m.
On Wed, Aug 17, 2011 at 09:20:01AM +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 setting rtd->rate when no active stream is left.
Applied, thanks.