summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-io.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-io: Use IS_ENABLED() macroFabio Estevam2013-11-271-2/+2
* ASoC: Remove snd_soc_bulk_write_raw()Lars-Peter Clausen2013-09-171-26/+0Star
* PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* ASoC: core: Use PTR_RET functionAlexandru Gheorghiu2013-03-261-4/+1Star
* ASoC: io: Don't dereference regmap if we failed to get oneMark Brown2012-06-231-4/+7
* ASoC: io: Use dev_get_regmap() if driver doesn't provide a regmapMark Brown2012-06-031-0/+2
* ASoC: io: Retrieve val_bytes from the regmap APIMark Brown2012-02-211-0/+6
* ASoC: Use regmap update bits operation for drivers using regmapMark Brown2012-01-211-0/+1
* sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-11-011-0/+1
* ASoC: Squash error codes from regmap down to -1 on readMark Brown2011-10-091-1/+1
* ASoC: Support !CONFIG_REGMAP buildsMark Brown2011-08-141-1/+10
* ASoC: soc-io: Fix CONFIG_REGMAP_I2C/SPI guards to support regmap modulesStephen Warren2011-08-121-2/+2
* ASoC: soc-io: Add CONFIG_REGMAP_I2C/CONFIG_REGMAP_SPI guards for regmap_init_...Axel Lin2011-08-101-0/+4
* ASoC: Add regmap as a control typeMark Brown2011-08-081-0/+4
* ASoC: Use new register map API for ASoC generic physical I/OMark Brown2011-08-081-285/+34Star
* Merge branch 'for-3.0' into for-3.1Mark Brown2011-06-131-3/+0Star
* ASoC: Don't use codec->control_data in bulk writeMark Brown2011-06-131-2/+2
* ASoC: Move register I/O code into a separate fileMark Brown2011-06-131-0/+399