summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8731.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-12ASoC: wm8731: Convert to devm_ functionsMark Brown1-27/+10
2012-01-24ASoC: Convert WM8731 to direct regmap API usageMark Brown1-23/+86
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-11-21Merge branch 'for-3.2' into for-3.3Mark Brown1-0/+1
2011-11-21ASoC: Use table based init for wm8731_snd_controlsMark Brown1-3/+2
2011-11-21ASoC: Ensure WM8731 register cache is synced when resuming from disabledMark Brown1-0/+1
2011-10-10ASoC: wm8731: Convert to snd_soc_cache_syncAxel Lin1-13/+2
2011-07-29ASoC: Add device tree binding for WM8731Mark Brown1-0/+10
2011-07-05ASoC: Manage WM8731 ACTIVE bit as a supply widgetMark Brown1-26/+3
2011-05-26ASoC: wm8731: fix wm8731_check_osc() connected conditionNicolas Ferre1-1/+1
2011-03-30ASoC: Remove -codec from WM8731 driver nameMark Brown1-2/+2
2011-03-30ASoC: Convert WM8731 to table based DAPM setupMark Brown1-13/+5
2010-12-28ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen1-1/+0
2010-12-02ASoC: Automatically manage WM8731 deemphasisMark Brown1-5/+71
2010-12-02ASoC: Split WM8731 enumeration array into individual enumsMark Brown1-6/+9
2010-12-02ASoC: Provide WM8731 microphone boost TLV informationMark Brown1-1/+2
2010-12-01Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-1/+1
2010-12-01ASoC: WM8731: Fix incorrect mask for bypass path disableDimitris Papastamos1-1/+1
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-16ASoC: Fix incorrect kfree in wm8731_probe error pathAxel Lin1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-6/+7
2010-09-30ASoC: Remove unneeded use of spi_bus_typeDimitris Papastamos1-1/+0
2010-09-15ASoC: Remove needless codec->bias_level assignment to SND_SOC_BIAS_OFFJarkko Nikula1-2/+0
2010-09-10ASoC: Fix incorrect register cache size configurationDimitris Papastamos1-1/+1
2010-08-17ASoC: Support non-crystal master clocks for WM8731Mark Brown1-2/+29
2010-08-12ASoC: Remove unneeded control_data management from Wolfson driversMark Brown1-4/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-151/+66
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-33/+33
2010-05-10ASoC: Use more idiomatic driver name for WM8731Mark Brown1-1/+1
2010-05-10ASoC: Refactor WM8731 regulator management into bias managementMark Brown1-23/+28
2010-05-10ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown1-1/+0
2010-04-17ASoC: Add indirection for CODEC private dataMark Brown1-5/+5
2010-04-12ASoC: Use SNDRV_PCM_RATE_8000_96000 macro for WM8731Bill Gatliff1-5/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-04ASoC: Only restore non-default registers for WM8731Mark 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-8/+0
2009-10-26ASoC: Add regulator support for WM8731Mark Brown1-4/+47
2009-10-15ASoC: Remove snd_soc_suspend_device()Mark Brown1-34/+0
2009-08-10ASoC: Drop unneeded declaration of removed wm8731 SPI write functionMark Brown1-3/+0
2009-08-07Merge branch 'reg-cache' into for-2.6.32Mark Brown1-108/+33
2009-08-03ASoC: Factor out 7 bit register 9 bit data SPI writeMark Brown1-25/+0
2009-08-03ASoC: Add I/O control bus information to factored out cache setupMark Brown1-5/+5
2009-07-08ASoC: Limit WM8731 to symmetric ratesMark Brown1-0/+1
2009-07-08ASoC: Correct WM8731 Mic Capture Switch control nameMark Brown1-1/+1
2009-07-08ASoC: Add TLV information for WM8731Mark Brown1-4/+11
2009-07-05ASoC: Begin to factor out register cache I/O functionsMark Brown1-79/+29
2009-07-05ASoC: Fix leaks in WM8731 probe error handlingMark Brown1-5/+12