Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Subject: [PATCH 028/104] ASoC: Don't use codec->control_data in bulk write | Mark Brown | 2012-08-17 |
| | | | | | | | | | In order to facilitate merging with the register map I/O replace the use of control_data for the bulk writes with direct lookup of the client data from the device. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com> | ||
* | Subject: [PATCH 026/104] ASoC: Move register I/O code into a separate file | Mark Brown | 2012-08-17 |
For clarity and to help ongoing refactoring in this area create a new file to contain the physical I/O functions, separating them out from the cache operations. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com> |