aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8741.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-25ASoC: wm8741: Remove unused wm8741_suspend defineLars-Peter Clausen1-1/+0
2014-07-31ASoC: wm8741: Convert to params_width()Mark Brown1-7/+7
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-6/+0
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-6/+0
2014-02-07ASoC: wm8741: Constify rate constraintsLars-Peter Clausen1-17/+17
2013-11-27ASoC: wm8741: Use IS_ENABLED() macroFabio Estevam1-3/+3
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-3/+3
2012-11-23ASoC: wm8741: Convert to use devm_regmap_init_{spi,i2c}()Tushar Behera1-2/+2
2012-09-10ASoC: wm8741: Convert to direct regmap API usageMark Brown1-24/+62
2012-09-10ASoC: wm8741: Move regulator acquisition to I2C/SPI probe()Mark Brown1-15/+22
2012-06-03ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown1-1/+1
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2011-12-03ASoC: Convert WM8741 to table based DAPM and control initMark Brown1-16/+8
2011-12-03ASoC: Convert WM8741 to devm_kzalloc()Mark Brown1-12/+4
2011-11-27ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown1-1/+0
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-10-17ASoC: wm8741: Use snd_soc_cache_sync to sync reg_cache with the hardwareAxel Lin1-9/+1
2011-10-17ASoC: wm8741: Fix setting interface format for DSP modesAxel Lin1-2/+2
2011-10-03ASoC: Fix setting update bits for WM8741_DACRMSB_ATTENUATIONAxel Lin1-1/+1
2011-08-15ASoC: Add device tree binding for WM8741Mark Brown1-0/+9
2011-08-10ASoC: Add SPI support for WM8741Mark Brown1-0/+48
2011-08-10ASoC: Refactor WM8741 regulator handling into CODEC generic codeMark Brown1-32/+44
2011-08-10ASoC: Remove some more redundant -codecs from driver namesMark Brown1-1/+1
2011-01-17ASoC: Avoid direct register cache access when setting defaultsMark Brown1-5/+8
2010-12-28Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-5/+5
2010-12-28ASoC: codecs: wm8741: Fix register cache incoherencyLars-Peter Clausen1-5/+5
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-08ASoC: Remove unneeded use of address-of operatorDimitris Papastamos1-1/+1
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-3/+4
2010-09-10ASoC: Fix incorrect register cache size configurationDimitris Papastamos1-1/+1
2010-08-28ASoC: Complete supported clock ratios and rate constraints for wm8741Ian Lartey1-51/+124
2010-08-23ASoC: Make codec dai naming for WM8741 consistentIan Lartey1-1/+1
2010-08-12ASoC: Remove unneeded control_data management from Wolfson driversMark Brown1-3/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-147/+57
2010-08-03ASoC: Initial WM8741 CODEC driverIan Lartey1-0/+579