summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'asoc/topic/wm8988' into asoc-nextMark Brown2012-12-101-12/+2
|\
| * ASoC: wm8988: Convert to use devm_regmap_init_{spi,i2c}()Tushar Behera2012-11-231-12/+2
| | | | | | | | | | Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | Merge remote-tracking branch 'asoc/topic/wm8985' into asoc-nextMark Brown2012-12-101-26/+4
|\ \
| * | ASoC: wm8985: Convert to use devm_regmap_init_{spi,i2c}()Tushar Behera2012-11-231-26/+4
| |/ | | | | | | | | Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | Merge remote-tracking branch 'asoc/topic/wm8978' into asoc-nextMark Brown2012-12-101-13/+3
|\ \
| * | ASoC: wm8978: Use devm_regmap_init_i2c()Sachin Kamat2012-12-021-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | devm_regmap_init_i2c() is device managed and makes error handling and code cleanup simpler. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
| * | ASoC: wm8978: Remove remuxing of GPIO1 pinEric Millbrandt2012-11-161-3/+0
| | | | | | | | | | | | | | | | | | | | | Remove remuxing GPIO1. Leave control of this up to the platform device. Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | | Merge remote-tracking branch 'asoc/topic/wm8971' into asoc-nextMark Brown2012-12-101-19/+61
|\ \ \
| * | | ASoC: wm8971: Convert to direct regmap API usageMark Brown2012-10-151-19/+61
| | | | | | | | | | | | | | | | Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | | | Merge remote-tracking branch 'asoc/topic/wm8962' into asoc-nextMark Brown2012-12-101-16/+8
|\ \ \ \
| * | | | ASoC: wm8962: Use devm_regmap_init_i2c()Sachin Kamat2012-12-021-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devm_regmap_init_i2c() is device managed and makes error handling and code cleanup simpler. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
| * | | | ASoC: wm8962: Use devm_regulator_bulk_getSachin Kamat2012-11-281-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devm_regulator_bulk_get() is device managed and makes error handling and code cleanup simpler. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | | | | Merge remote-tracking branch 'asoc/topic/wm8960' into asoc-nextMark Brown2012-12-101-1/+1
|\ \ \ \ \
| * | | | | ASoC: wm8960: Use devm_regmap_init_i2c()Sachin Kamat2012-12-021-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devm_regmap_init_i2c() is device managed and makes error handling and code cleanup simpler. There was no explicit regmap_exit call in this function which was probably a bug. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | | | | Merge remote-tracking branch 'asoc/topic/wm8955' into asoc-nextMark Brown2012-12-101-10/+1
|\ \ \ \ \
| * | | | | ASoC: wm8955: Use devm_regmap_init_i2c()Sachin Kamat2012-12-021-10/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devm_regmap_init_i2c() is device managed and makes error handling and code cleanup simpler. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | | | | Merge remote-tracking branch 'asoc/topic/wm8804' into asoc-nextMark Brown2012-12-101-15/+2
|\ \ \ \ \
| * | | | | ASoC: wm8804: Convert to use devm_regmap_init_{spi,i2c}()Tushar Behera2012-11-231-15/+2
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | | | | Merge remote-tracking branch 'asoc/topic/wm8770' into asoc-nextMark Brown2012-12-101-110/+107
|\ \ \ \ \
| * | | | | ASoC: wm8770: Conver to table based DAPM and control initMark Brown2012-10-151-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
| * | | | | ASoC: wm8770: Remove regulator allocation to SPI probeMark Brown2012-10-151-46/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more idiomatic and ensures we don't try to do the ASoC card setup until we've got all the required resources. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
| * | | | | ASoC: wm8770: Remove unneeded bias level manipulationMark Brown2012-10-151-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the device is now idle_bias_off these never have any useful effect, the device will be brought to _OFF when idle, and will at best leave it powered for longer. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
| * | | | | ASoC: wm8770: Convert to direct regmap API usageMark Brown2012-10-151-35/+65
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | | | | Merge remote-tracking branch 'asoc/topic/wm8753' into asoc-nextMark Brown2012-12-101-27/+6
|\ \ \ \ \
| * | | | | ASoC: wm8753: Convert to use devm_regmap_init_{spi,i2c}()Tushar Behera2012-11-231-26/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
| * | | | | ASoC: wm8753: remove invalid free of devm_ allocated dataTushar Behera2012-11-231-1/+0
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes following warning. sound/soc/codecs/wm8753.c:1594:1-6: WARNING: invalid free of devm_ allocated data Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | | | | Merge remote-tracking branch 'asoc/topic/wm8750' into asoc-nextMark Brown2012-12-101-20/+66
|\ \ \ \ \
| * | | | | ASoC: wm8750: Convert to direct regmap API usageMark Brown2012-10-151-20/+66
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | | | | Merge remote-tracking branch 'asoc/topic/wm8741' into asoc-nextMark Brown2012-12-101-2/+2
|\ \ \ \ \
| * | | | | ASoC: wm8741: Convert to use devm_regmap_init_{spi,i2c}()Tushar Behera2012-11-231-2/+2
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | | | | Merge remote-tracking branch 'asoc/topic/wm8510' into asoc-nextMark Brown2012-12-101-3/+0
|\ \ \ \ \
| * | | | | ASoC: wm8510: remove invalid free of devm_ allocated dataTushar Behera2012-11-231-3/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes following warning. sound/soc/codecs/wm8510.c:614:1-6: WARNING: invalid free of devm_ allocated data Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | | | | Merge remote-tracking branch 'asoc/topic/wm8400' into asoc-nextMark Brown2012-12-101-11/+3
|\ \ \ \ \
| * | | | | ASoC: wm8400: Use devm_regulator_bulk_getSachin Kamat2012-11-281-11/+3
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devm_regulator_bulk_get() is device managed and makes error handling and code cleanup simpler. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | | | | Merge remote-tracking branch 'asoc/topic/wm8350' into asoc-nextMark Brown2012-12-101-3/+1
|\ \ \ \ \
| * | | | | ASoC: wm8350: Use devm_regulator_bulk_getSachin Kamat2012-11-281-3/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devm_regulator_bulk_get() is device managed and makes error handling and code cleanup simpler. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | | | | Merge remote-tracking branch 'asoc/topic/wm2200' into asoc-nextMark Brown2012-12-101-418/+41
|\ \ \ \ \
| * | | | | ASoC: wm2200: Remove empty labelsSachin Kamat2012-11-281-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unnecessary labels probably left out of some previous cleanup. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
| * | | | | Merge tag 'v3.7-rc7' into asoc-wm2200Mark Brown2012-11-2712-75/+86
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | Linux 3.7-rc7
| * | | | | Merge tag 'v3.7-rc6' into asoc-wm2200Mark Brown2012-11-1957-288/+1256
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | Linux 3.7-rc6
| * | | | | ASoC: wm2200: Convert over to wm_adsp for ADSP1 supportMark Brown2012-10-281-400/+32
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
| * | | | | Merge branch 'topic/adsp' of ↵Mark Brown2012-10-285-0/+661
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-wm2200
| * | | | | | ASoC: fix wm2200.c printk format warningsRandy Dunlap2012-10-221-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wm2200.c printk format warnings (seen on x86_64): sound/soc/codecs/wm2200.c:1027:4: warning: format '%d' expects type 'int', but argument 4 has type 'size_t' sound/soc/codecs/wm2200.c:1139:5: warning: format '%d' expects type 'int', but argument 5 has type 'long unsigned int' sound/soc/codecs/wm2200.c:1181:2: warning: format '%d' expects type 'int', but argument 7 has type 'size_t' sound/soc/codecs/wm2200.c:1201:5: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'long unsigned int' sound/soc/codecs/wm2200.c:1264:4: warning: format '%d' expects type 'int', but argument 4 has type 'size_t' sound/soc/codecs/wm2200.c:1328:5: warning: format '%d' expects type 'int', but argument 5 has type 'long unsigned int' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
| * | | | | | ASoC: wm2200: Add names for rangesMark Brown2012-10-151-12/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
| * | | | | | Merge tag 'regmap/range' of ↵Mark Brown2012-10-15188-1384/+3289
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into asoc-wm2200 regmap: Range API changes A bunch of updates to the regmap range support, the most important ones being to rename "n_ranges" to "num_ranges" for consistency and to allow block writes to cross page boundaries, making things more transparent.
* | | | | | | Merge remote-tracking branch 'asoc/topic/wm2000' into asoc-nextMark Brown2012-12-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | ASoC: wm2000: Get the CODEC pointer from the widgetMark Brown2012-11-271-1/+1
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't rely on the kcontrol for robustness reasons, the widget mechanism is what the framework uses. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* | | | | | | Merge remote-tracking branch 'asoc/topic/wm0010' into asoc-nextMark Brown2012-12-101-171/+248
|\ \ \ \ \ \ \
| * | | | | | | ASoC: wm0010: Ignore interrupts in power down modeMark Brown2012-11-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The device should not be generating interrupts when it does not have power so ignore incoming interrupts. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
| * | | | | | | ASoC: wm0010: Add checking for .dfw info record version.Scott Ling2012-11-231-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The info record at the start of the dsp firmware file has been expanded to incorporate additional version information. We need to check the version to make sure we understand the layout of the information in the record. The srec2image tool is currently used to create this record during creation of the .dfw file. Signed-off-by: Scott Ling <sl@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
OpenPOWER on IntegriCloud