aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8961.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-18ASoC: wm8961: Move device identification and reset to I2C probeMark Brown1-27/+33
2012-09-18ASoC: wm8961: Convert to direct regmap API usageMark Brown1-265/+161
2012-08-06ASoC: wm8961: Use module_i2c_driverSachin Kamat1-17/+1
2012-06-03ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown1-0/+2
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-1/+1
2011-12-17ASoC: Use standard cache sync code in wm8961Mark Brown1-12/+1
2011-12-17ASoC: Convert wm8961 to devm_kzalloc()Mark Brown1-4/+4
2011-12-17ASoC: Remove I2C ifdefs from wm8961 driverMark Brown1-6/+0
2011-12-09ASoC: Fix comments for disabling amplifier and PGAAxel Lin1-2/+2
2011-12-03ASoC: Remove unused -codec from Wolfson device driver namesMark Brown1-1/+1
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-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-10-31ASoC: Convert wm8961 MICBIAS to a supply widgetMark Brown1-1/+1
2011-10-14ASoC: wm8961: Convert codec->hw_read to snd_soc_readAxel Lin1-1/+3
2011-01-13ASoC: Update users of readable_register()/volatile_register()Dimitris Papastamos1-1/+1
2010-12-28ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen1-1/+0
2010-11-24Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-2/+2
2010-11-24ASoC: wm8961 - clear WM8961_MCLKDIV bit for freq <= 16500000Axel Lin1-1/+1
2010-11-24ASoC: wm8961 - clear WM8961_DACSLOPE bit for normal modeAxel Lin1-1/+1
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-5/+6
2010-09-10ASoC: Fix incorrect register cache size configurationDimitris Papastamos1-1/+1
2010-08-12ASoC: Remove unused driver data from WM8961 probeMark Brown1-1/+0
2010-08-12ASoC: Remove unneeded control_data management from Wolfson driversMark Brown1-3/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-164/+77
2010-08-03ASoC: wm8961: fix resource reclaim in wm8961_register error pathAxel Lin1-4/+5
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-3/+3
2010-04-17ASoC: Add indirection for CODEC private dataMark Brown1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-04ASoC: Only restore non-default registers for WM8961Mark Brown1-0/+3
2009-11-12ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown1-1/+0
2009-11-03ASoC: Factor out snd_soc_init_card()Mark Brown1-9/+0
2009-10-15ASoC: Remove snd_soc_suspend_device()Mark Brown1-17/+0
2009-08-03ASoC: Factor out I/O for Wolfson 8 bit data 16 bit register CODECsMark Brown1-146/+85
2009-06-29ASoC: Fix WM8961 suspend function typeMark Brown1-1/+1
2009-06-25ASoC: Add core suspend and resume callbacks to WM8961Mark Brown1-0/+17
2009-06-12ASoC: Add WM8961 driverMark Brown1-0/+1309