diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-12-02 15:11:08 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-12-03 10:53:37 +0000 |
commit | 71f6e0645be42f93c0f90dfcc93b9d2d277c2ee6 (patch) | |
tree | b7c6ef8098423f1f42627f132a587b25038aa07f /sound/soc/soc-core.c | |
parent | efd9eb96d5604c2c133e500f7b8c7b3f3fbdece8 (diff) | |
download | op-kernel-dev-71f6e0645be42f93c0f90dfcc93b9d2d277c2ee6.zip op-kernel-dev-71f6e0645be42f93c0f90dfcc93b9d2d277c2ee6.tar.gz |
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>
Diffstat (limited to 'sound/soc/soc-core.c')
0 files changed, 0 insertions, 0 deletions