ASoC: Add I/O control bus information to factored out cache setup
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 10 Jul 2009 21:24:27 +0000 (22:24 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 3 Aug 2009 15:59:09 +0000 (16:59 +0100)
While writes tend to be able to use a fairly bus independant format to
do the writes reads are all bus specific. To allow us to factor out
this code include the bus type as a parameter when setting up the
cache.

Initially just use this to factor out hw_write_t for I2C.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found