commit | 71f6e0645be42f93c0f90dfcc93b9d2d277c2ee6 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | Wed Dec 02 15:11:08 2009 +0900 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Dec 03 10:53:37 2009 +0000 |
tree | b7c6ef8098423f1f42627f132a587b25038aa07f | |
parent | efd9eb96d5604c2c133e500f7b8c7b3f3fbdece8 [diff] |
ASoC: sh_fsi: avoid using global variable Current FSI driver use global variable to access device data. But this style will be broken if SuperH come with multiple FSI blocks in future. To solve this problem, this patch use cpu_dai->private_data. 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>