commit | 7084a42b965d972079201414d19a399e65b26099 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Jul 10 22:24:27 2009 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Aug 03 16:59:09 2009 +0100 |
tree | 391a0ed913eb769013ca65e3c042ac043981dbfa | |
parent | 030c819e79e8ad0320486e9ccbe76d2f0870369f [diff] |
ASoC: Add I/O control bus information to factored out cache setup 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>