]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ASoC: fsi: Add spin lock operation for accessing shared area
authorKuninori Morimoto <morimoto.kuninori@renesas.com>
Thu, 28 Jan 2010 04:46:16 +0000 (13:46 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 28 Jan 2010 12:44:22 +0000 (12:44 +0000)
commit8fc176d5abb2d92c52df859faac7974b4a1585c1
tree63f64a0a4c12f2b28cd144701b7da042e1c07a65
parent0d34e91596ef537c2893a031f0483014bb82adf3
ASoC: fsi: Add spin lock operation for accessing shared area

fsi_master_xxx function should be protected by spin lock,
because it are used from both FSI-A and FSI-B.

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/sh/fsi.c