summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8776.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: wm8776: replace codec to componentKuninori Morimoto2018-02-121-59/+46
* ASoC: constify snd_soc_codec_driver structuresJulia Lawall2016-09-011-1/+1
* ASoC: codec duplicated callback function goes to component on wm8776Kuninori Morimoto2016-08-081-6/+8
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
*-. Merge remote-tracking branches 'asoc/topic/txx9', 'asoc/topic/uda134x', 'asoc...Mark Brown2015-08-301-2/+2
|\ \
| | * ASoC: Use params_width() at appropriate placesAxel Lin2015-07-241-2/+2
| |/
* / ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
|/
* ASoC: wm8776: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-06-011-1/+1
* ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-1/+0
* ASoC: wm8776: Cleanup manual bias level transitionsLars-Peter Clausen2014-11-241-30/+1
* ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-6/+0
* ASoC: wm8776: Use IS_ENABLED() macroFabio Estevam2013-11-271-3/+3
* ASoC: wm8776: Use WARN_ON() instead of BUG_ON()Takashi Iwai2013-11-061-1/+2
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-7/+7
* ASoC: wm8776: Convert to direct regmap API usageMark Brown2012-09-181-15/+60
* ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown2012-06-031-1/+1
* ASoC: wm8776: Add WM8775 device ID to the WM8776Mark Brown2012-02-211-1/+7
* Merge branch 'for-3.2' into for-3.3Mark Brown2011-12-231-0/+1
|\
| * ASoC: wm8776: add missing break in sample size switchJoachim Eastwood2011-12-231-0/+1
* | ASoC: Convert WM8776 to devm_kzalloc()Mark Brown2011-12-091-8/+6
* | ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen2011-12-021-1/+1
* | ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown2011-11-271-1/+0
* | ASoC: Remove unused variable in wm8776 driverMark Brown2011-11-231-1/+0
* | ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-2/+2
* | ASoC: Convert wm8776 to table based control and DAPM initMark Brown2011-11-231-6/+7
|/
* ASoC: wm8776: Convert to snd_soc_cache_syncAxel Lin2011-10-101-14/+2
* ASoC: support all possible sample rates in the WM8776 driverTimur Tabi2011-09-161-7/+6
* ASoC: support sample sizes properly in the WM8776 codec driverTimur Tabi2011-09-161-12/+13
* ASoC: Add device tree binding for WM8776Mark Brown2011-08-311-0/+9
* ASoC: Remove redundant -codec from WM8776 driver nameMark Brown2011-08-311-2/+2
* ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* Merge branch 'for-2.6.37' into for-2.6.38Mark Brown2010-11-061-1/+0
|\
| * ASoC: WM8776: Removed unneeded struct memberDimitris Papastamos2010-11-061-1/+0
* | ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-4/+5
|/
* ASoC: Remove unneeded use of spi_bus_typeDimitris Papastamos2010-09-301-1/+0
* ASoC: Fix incorrect register cache size configurationDimitris Papastamos2010-09-101-1/+1
* Merge branch 'for-2.6.36' into for-2.6.37Mark Brown2010-08-161-7/+0
|\
| * ASoC: Remove DSP mode support for WM8776Mark Brown2010-08-161-7/+0
* | ASoC: Remove unneeded control_data management from Wolfson driversMark Brown2010-08-121-4/+0
* | ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-185/+66
|/
* ASoC: Remove duplicate AUX definition from WM8776Mark Brown2010-07-171-1/+0
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-05-201-3/+3
|\
| * ASoC: Add indirection for CODEC private dataMark Brown2010-04-171-3/+3
* | 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 WM8776Mark Brown2010-01-041-0/+2
* ASoC: Factor out snd_soc_init_card()Mark Brown2009-11-031-9/+0
* ASoC: Remove snd_soc_suspend_device()Mark Brown2009-10-151-34/+0
* ASoC: Convert WM8776 to use factored out register cache codeMark Brown2009-08-081-48/+11
* ASoC: Add WM8776 CODEC driverMark Brown2009-08-061-0/+781