summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/sta32x.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* ASoC: sta32x: Add support for XTI clockDaniel Mack2018-10-171-0/+28
* ASoC: add fault detect recovery property to DT bindingsDaniel Mack2018-10-041-0/+2
* ASoC: sta32x: replace codec to componentKuninori Morimoto2018-02-121-70/+64
* ASoC: sta32x: Remove unneeded gpiod NULL checkFabio Estevam2017-07-171-2/+1
* ASoC: codec duplicated callback function goes to component on sta32xKuninori Morimoto2016-08-081-6/+8
* ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
*---. Merge remote-tracking branches 'asoc/topic/gpiod-flags', 'asoc/topic/gtm601',...Mark Brown2015-06-051-10/+4
|\ \ \
| * | | ASoC: sta32x: use devm_gpiod_get_optional for optional reset gpioUwe Kleine-König2015-05-201-10/+4
| |/ /
* | / ASoC: sta32x: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-05-181-1/+1
| |/ |/|
* | ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-1/+0
* | ASoC: Route all bias level updates through the coreLars-Peter Clausen2015-04-271-1/+1
|/
* ASoC: sta32x: fix register range in regmap.Thomas Niederprüm2015-02-241-4/+2
* ASoC: sta32x: change dai name to be in line with the sta350 driver.Thomas Niederprüm2015-01-271-1/+1
* ASoC: sta32x: use dev_dbg() for debug output.Thomas Niederprüm2015-01-271-6/+6
* ASoC: sta32x: add device tree binding.Thomas Niederprüm2015-01-271-2/+106
* ASoC: sta32x: move code to calculate mclk divider and extrapolation ratio to ...Thomas Niederprüm2015-01-271-55/+32
* ASoC: sta32x: use DECLARE_TLV_DB_RANGE macro.Thomas Niederprüm2015-01-271-13/+8
* ASoC: sta32x: make sta32x a gpio consumer for the reset GPIOThomas Niederprüm2015-01-271-0/+35
* ASoC: sta32x: Convert to direct regmap API usage.Thomas Niederprüm2015-01-271-120/+151
* ASoC: sta32x: Cleanup manual bias level transitionsLars-Peter Clausen2014-10-221-20/+1
* ASoC: sta32x: Convert to params_width()Mark Brown2014-07-311-13/+6
* ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen2014-04-141-2/+2
* Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown2014-03-131-14/+0
|\
| * ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-14/+0
* | ASoC: sta32x: Fix wrong enum for limiter2 release rateTakashi Iwai2014-02-271-1/+1
* | ASoC: sta32x: Fix cache syncLars-Peter Clausen2014-02-231-1/+1
* | ASoC: sta32x: Fix array access overflowTakashi Iwai2014-02-201-36/+36
|/
* ASoC: sta32x: Use power efficient workqueueMark Brown2013-07-191-4/+6
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-4/+4
* ASoC: sta32x: Convert to regmapMark Brown2012-09-101-27/+80
* ASoC: sta32x: Move regulator acquisition to I2C probeMark Brown2012-09-101-17/+15
* ASoC: sta32x: Use module_i2c_driverSachin Kamat2012-08-061-11/+1
* ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown2012-04-041-2/+1
* ASoC: sta32x: Optimize the array work to find rate_min and rate_maxAxel Lin2012-01-031-0/+1
* ASoC: Convert sta32x to devm_kzalloc()Axel Lin2012-01-021-9/+4
* ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen2011-12-021-1/+1
* ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown2011-11-271-1/+0
* ASoC: Staticise non-exported symbols in sta32xMark Brown2011-11-251-2/+2
* ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
* ASoC: sta32x: add workaround for ESD reset issueJohannes Stezenbach2011-11-141-1/+49
* ASoC: sta32x: add platform data definitionJohannes Stezenbach2011-11-141-9/+21
* ASoC: sta32x: preserve coefficient RAMJohannes Stezenbach2011-11-141-1/+62
* ASoC: sta32x: Write the register default value to cache for reserved registersAxel Lin2011-10-131-15/+13
* ASoC: sta32x: Set reg_cache_default to sta32x_regsAxel Lin2011-10-131-4/+1
* ASoC: sta32x: Move resource allocation and release to the corresponding callb...Axel Lin2011-08-191-11/+2
* ASoC: sta32x: shortcut the for loop to get ir and mcsAxel Lin2011-08-151-2/+6
* ASoC: sta32x: Fix a memory leak if snd_soc_register_codec failsAxel Lin2011-08-151-0/+1
* ASoC: STA32x: Preserve reserved register bitsJohannes Stezenbach2011-07-141-0/+16
* ASoC: STA32x: Add mixer controls for biquad coefficientsJohannes Stezenbach2011-07-141-0/+124