ASoC: Allow CODECs to ask soc-cache to suppress physical writes
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 1 Feb 2010 18:46:10 +0000 (18:46 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 3 Feb 2010 18:03:37 +0000 (18:03 +0000)
Currently the soc-cache code will always write to the device, meaning
that we need the device to be powered and active at pretty much all
times the system is active.  Allowing cache only writes lays some
groundwork for future enhancements to allow devices to be put into a
full off state when the audio subsystem is idle.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>

No differences found