summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-io.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'for-3.0' into for-3.1Mark Brown2011-06-131-3/+0
| | | | | | | Trival fixup for move of I/O code into separate file. Conflicts: sound/soc/soc-cache.c
* ASoC: Don't use codec->control_data in bulk writeMark Brown2011-06-131-2/+2
| | | | | | | | | 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>
* ASoC: Move register I/O code into a separate fileMark Brown2011-06-131-0/+399
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>
OpenPOWER on IntegriCloud