aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8731.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Ensure WM8731 register cache is synced when resuming from disabledMark Brown2011-12-091-0/+1
* ASoC: Manage WM8731 ACTIVE bit as a supply widgetMark Brown2011-07-051-26/+3
* ASoC: wm8731: fix wm8731_check_osc() connected conditionNicolas Ferre2011-05-261-1/+1
* ASoC: Remove -codec from WM8731 driver nameMark Brown2011-03-301-2/+2
* ASoC: Convert WM8731 to table based DAPM setupMark Brown2011-03-301-13/+5
* ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen2010-12-281-1/+0
* ASoC: Automatically manage WM8731 deemphasisMark Brown2010-12-021-5/+71
* ASoC: Split WM8731 enumeration array into individual enumsMark Brown2010-12-021-6/+9
* ASoC: Provide WM8731 microphone boost TLV informationMark Brown2010-12-021-1/+2
* Merge branch 'for-2.6.37' into for-2.6.38Mark Brown2010-12-011-1/+1
|\
| * ASoC: WM8731: Fix incorrect mask for bypass path disableDimitris Papastamos2010-12-011-1/+1
* | ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* | ASoC: Fix incorrect kfree in wm8731_probe error pathAxel Lin2010-11-161-1/+0
* | ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-6/+7
|/
* ASoC: Remove unneeded use of spi_bus_typeDimitris Papastamos2010-09-301-1/+0
* ASoC: Remove needless codec->bias_level assignment to SND_SOC_BIAS_OFFJarkko Nikula2010-09-151-2/+0
* ASoC: Fix incorrect register cache size configurationDimitris Papastamos2010-09-101-1/+1
* ASoC: Support non-crystal master clocks for WM8731Mark Brown2010-08-171-2/+29
* ASoC: Remove unneeded control_data management from Wolfson driversMark Brown2010-08-121-4/+0
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-151/+66
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-05-201-33/+33
|\
| * ASoC: Use more idiomatic driver name for WM8731Mark Brown2010-05-101-1/+1
| * ASoC: Refactor WM8731 regulator management into bias managementMark Brown2010-05-101-23/+28
| * ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown2010-05-101-1/+0
| * ASoC: Add indirection for CODEC private dataMark Brown2010-04-171-5/+5
| * ASoC: Use SNDRV_PCM_RATE_8000_96000 macro for WM8731Bill Gatliff2010-04-121-5/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* ASoC: Only restore non-default registers for WM8731Mark Brown2010-01-041-0/+3
* ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown2009-11-121-1/+0
* ASoC: Factor out snd_soc_init_card()Mark Brown2009-11-031-8/+0
* ASoC: Add regulator support for WM8731Mark Brown2009-10-261-4/+47
* ASoC: Remove snd_soc_suspend_device()Mark Brown2009-10-151-34/+0
* ASoC: Drop unneeded declaration of removed wm8731 SPI write functionMark Brown2009-08-101-3/+0
* Merge branch 'reg-cache' into for-2.6.32Mark Brown2009-08-071-108/+33
|\
| * ASoC: Factor out 7 bit register 9 bit data SPI writeMark Brown2009-08-031-25/+0
| * ASoC: Add I/O control bus information to factored out cache setupMark Brown2009-08-031-5/+5
| * ASoC: Begin to factor out register cache I/O functionsMark Brown2009-07-051-79/+29
* | ASoC: Limit WM8731 to symmetric ratesMark Brown2009-07-081-0/+1
* | ASoC: Correct WM8731 Mic Capture Switch control nameMark Brown2009-07-081-1/+1
* | ASoC: Add TLV information for WM8731Mark Brown2009-07-081-4/+11
|/
* ASoC: Fix leaks in WM8731 probe error handlingMark Brown2009-07-051-5/+12
* ASoC: Add suspend and resume callbacks to Wolfson CODEC driversMark Brown2009-06-131-0/+39
* sound: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-05-121-2/+2
* ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao2009-03-041-8/+10
* ASoC: Disable WM8731 line bypass by defaultMark Brown2009-02-191-0/+4
* ASoC: Add device init/exit annotations to new-style Wolfson CODEC driversMark Brown2009-02-181-4/+4
* ASoC: Check for errors when writing WM8731 reset registerMark Brown2009-02-181-1/+6
* ASoC: Implement SPI device unregistration for WM8731Mark Brown2009-02-181-1/+6
* ASoC: Refactor WM8731 device registrationMark Brown2009-02-181-187/+147
* ASoC: Shuffle WM8731 SPI and I2C device registrationMark Brown2009-02-181-103/+112