aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/sta32x.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-19ASoC: sta32x: Use power efficient workqueueGravatar Mark Brown 1-4/+6
2012-12-10ASoC: codecs: remove __dev* attributesGravatar Bill Pemberton 1-4/+4
2012-09-10ASoC: sta32x: Convert to regmapGravatar Mark Brown 1-27/+80
2012-09-10ASoC: sta32x: Move regulator acquisition to I2C probeGravatar Mark Brown 1-17/+15
2012-08-06ASoC: sta32x: Use module_i2c_driverGravatar Sachin Kamat 1-11/+1
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversGravatar Mark Brown 1-2/+1
2012-01-03ASoC: sta32x: Optimize the array work to find rate_min and rate_maxGravatar Axel Lin 1-0/+1
2012-01-02ASoC: Convert sta32x to devm_kzalloc()Gravatar Axel Lin 1-9/+4
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackGravatar Lars-Peter Clausen 1-1/+1
2011-11-27ASoC: Remove unneeded platform_device.h inclusions from CODECsGravatar Mark Brown 1-1/+0
2011-11-25ASoC: Staticise non-exported symbols in sta32xGravatar Mark Brown 1-2/+2
2011-11-23ASoC: Constify snd_soc_dai_ops structsGravatar Lars-Peter Clausen 1-1/+1
2011-11-14ASoC: sta32x: add workaround for ESD reset issueGravatar Johannes Stezenbach 1-1/+49
2011-11-14ASoC: sta32x: add platform data definitionGravatar Johannes Stezenbach 1-9/+21
2011-11-14ASoC: sta32x: preserve coefficient RAMGravatar Johannes Stezenbach 1-1/+62
2011-10-13ASoC: sta32x: Write the register default value to cache for reserved registersGravatar Axel Lin 1-15/+13
2011-10-13ASoC: sta32x: Set reg_cache_default to sta32x_regsGravatar Axel Lin 1-4/+1
2011-08-19ASoC: sta32x: Move resource allocation and release to the corresponding callb...Gravatar Axel Lin 1-11/+2
2011-08-15ASoC: sta32x: shortcut the for loop to get ir and mcsGravatar Axel Lin 1-2/+6
2011-08-15ASoC: sta32x: Fix a memory leak if snd_soc_register_codec failsGravatar Axel Lin 1-0/+1
2011-07-14ASoC: STA32x: Preserve reserved register bitsGravatar Johannes Stezenbach 1-0/+16
2011-07-14ASoC: STA32x: Add mixer controls for biquad coefficientsGravatar Johannes Stezenbach 1-0/+124
2011-06-22ASoC: add STA32X codec driverGravatar Johannes Stezenbach 1-0/+777