linux/sound/soc/sh
Guennadi Liakhovetski 0f69d9782c ASoC: fix compilation breakage in sound/soc/sh/fsi.c
ctrl_outl() has become void at some point, which breaks compilation of fsi.c.
Make writing functions void, as their output is anyway not evaluated, and use
__raw_writel and __raw_readl instead of deprecated ctrl_outl and ctrl_inl
respectively.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2010-02-03 18:03:37 +00:00
..
Kconfig ASoC: add support for the sh7722 Migo-R board 2010-01-29 14:31:02 +00:00
Makefile ASoC: add support for the sh7722 Migo-R board 2010-01-29 14:31:02 +00:00
dma-sh7760.c
fsi-ak4642.c
fsi-da7210.c
fsi.c ASoC: fix compilation breakage in sound/soc/sh/fsi.c 2010-02-03 18:03:37 +00:00
hac.c
migor.c ASoC: clean up wm8974 and wm8978 clock divider handling 2010-01-29 14:32:52 +00:00
sh7760-ac97.c
siu.h ASoC: add DAI and platform / DMA drivers for SH SIU 2010-01-25 14:52:20 +00:00
siu_dai.c ASoC: add DAI and platform / DMA drivers for SH SIU 2010-01-25 14:52:20 +00:00
siu_pcm.c ASoC: add DAI and platform / DMA drivers for SH SIU 2010-01-25 14:52:20 +00:00
ssi.c