commit | eebfa9f239a21d9663af03b50958d4d0bb7ab1d9 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@nokia.com> | Sun Nov 22 10:11:05 2009 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Sun Nov 22 10:24:32 2009 -0800 |
tree | 693e33f735fdf9d32d1c5a12ccc84c4cd157ce8b | |
parent | a76e9a90e8dc0c8ca641a077780c6e05270d25ff [diff] |
omap: McBSP: Do not use extensive spin locks for dma_op_mode 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> Acked-by: Jarkko Nikula <jhnikula@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>