17 Apr
2012
17 Apr
'12
5:09 p.m.
On Tue, Apr 17, 2012 at 06:00:11PM +0100, Liam Girdwood wrote:
Currently we increment the number of RTD's per card during the DAI link bind. This can cause an incorrect RTD count when we cannot find a component and defer the probe (and hence perform the DAI link bind for the card again).
Fix the count so that it is cleared before every card registration and bind attempt.
Hrm, I wonder why this ever worked even with the home grown retry code... anyway, I'll apply.