aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/sta32x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27ASoC: sta*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-06-06ASoC: sta32x: Use modern ASoC DAI format terminologyMark Brown1-2/+2
2022-05-09ASoC: sta32x: Remove redundant big endian formatsCharles Keepax1-6/+3
2022-04-11ASoC: sta*: use simple i2c probe functionStephen Kitt1-3/+2
2020-07-09ASoC: codecs: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-22ASoC: codecs: rename to snd_soc_component_read()Kuninori Morimoto1-2/+2
2020-05-28ASoC: sta32x: add missed function calls in error pathsChuhong Yuan1-2/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-10-17ASoC: sta32x: Add support for XTI clockDaniel Mack1-0/+28
2018-10-04ASoC: add fault detect recovery property to DT bindingsDaniel Mack1-0/+2
2018-02-12ASoC: sta32x: replace codec to componentKuninori Morimoto1-70/+64
2017-07-17ASoC: sta32x: Remove unneeded gpiod NULL checkFabio Estevam1-2/+1
2016-08-08ASoC: codec duplicated callback function goes to component on sta32xKuninori Morimoto1-6/+8
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-05Merge remote-tracking branches 'asoc/topic/gpiod-flags', 'asoc/topic/gtm601', 'asoc/topic/intel', 'asoc/topic/lm3857' and 'asoc/topic/max98090' into asoc-nextMark Brown1-10/+4
2015-05-20ASoC: sta32x: use devm_gpiod_get_optional for optional reset gpioUwe Kleine-König1-10/+4
2015-05-18ASoC: sta32x: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-1/+1
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-1/+0
2015-04-27ASoC: Route all bias level updates through the coreLars-Peter Clausen1-1/+1
2015-02-24ASoC: sta32x: fix register range in regmap.Thomas Niederprüm1-4/+2
2015-01-27ASoC: sta32x: change dai name to be in line with the sta350 driver.Thomas Niederprüm1-1/+1
2015-01-27ASoC: sta32x: use dev_dbg() for debug output.Thomas Niederprüm1-6/+6
2015-01-27ASoC: sta32x: add device tree binding.Thomas Niederprüm1-2/+106
2015-01-27ASoC: sta32x: move code to calculate mclk divider and extrapolation ratio to sta32x_hw_params()Thomas Niederprüm1-55/+32
2015-01-27ASoC: sta32x: use DECLARE_TLV_DB_RANGE macro.Thomas Niederprüm1-13/+8
2015-01-27ASoC: sta32x: make sta32x a gpio consumer for the reset GPIOThomas Niederprüm1-0/+35
2015-01-27ASoC: sta32x: Convert to direct regmap API usage.Thomas Niederprüm1-120/+151
2014-10-22ASoC: sta32x: Cleanup manual bias level transitionsLars-Peter Clausen1-20/+1
2014-07-31ASoC: sta32x: Convert to params_width()Mark Brown1-13/+6
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-2/+2
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-14/+0
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-14/+0
2014-02-27ASoC: sta32x: Fix wrong enum for limiter2 release rateTakashi Iwai1-1/+1
2014-02-23ASoC: sta32x: Fix cache syncLars-Peter Clausen1-1/+1
2014-02-20ASoC: sta32x: Fix array access overflowTakashi Iwai1-36/+36
2013-07-19ASoC: sta32x: Use power efficient workqueueMark Brown1-4/+6
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-09-10ASoC: sta32x: Convert to regmapMark Brown1-27/+80
2012-09-10ASoC: sta32x: Move regulator acquisition to I2C probeMark Brown1-17/+15
2012-08-06ASoC: sta32x: Use module_i2c_driverSachin Kamat1-11/+1
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2012-01-03ASoC: sta32x: Optimize the array work to find rate_min and rate_maxAxel Lin1-0/+1
2012-01-02ASoC: Convert sta32x to devm_kzalloc()Axel Lin1-9/+4
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-27ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown1-1/+0
2011-11-25ASoC: Staticise non-exported symbols in sta32xMark Brown1-2/+2
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-11-14ASoC: sta32x: add workaround for ESD reset issueJohannes Stezenbach1-1/+49
2011-11-14ASoC: sta32x: add platform data definitionJohannes Stezenbach1-9/+21
2011-11-14ASoC: sta32x: preserve coefficient RAMJohannes Stezenbach1-1/+62