27 Oct
2009
27 Oct
'09
12:07 p.m.
On Tue, 2009-10-27 at 12:00 +0100, Ujfalusi Peter (Nokia-D/Tampere) wrote:
The use of the spin lock, which supposed to protect the the dma_op_mode causing "INFO: inconsistent lock state" on playback start. Remove the spin locks around the dma_op_mode, when it's purpuse is to protect the dma_op_mode.
Signed-off-by: Peter Ujfalusi peter.ujfalusi@nokia.com
You may wish to double read the message above, as it's quite confusing =)
Otherwise, that spinlocking is highly unnecessary and things are far better without than with it. The only case it could be useful is in SMPs, but OMAPs are not such quite yet - and when they are, things will need to be re-though anyway.
- Eero