summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8940.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ASoC: wm8940: replace codec to componentKuninori Morimoto2018-02-121-83/+76
* ASoC: constify snd_soc_codec_driver structuresJulia Lawall2016-09-011-1/+1
* ASoC: codec duplicated callback function goes to component on wm8940Kuninori Morimoto2016-08-081-6/+8
* ASoC: wm8940: Enable cache usage to fix crashes on resumeGeert Uytterhoeven2016-06-171-0/+1
* ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
* ASoC: wm8940: 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-2/+0
* ASoC: Route all bias level updates through the coreLars-Peter Clausen2015-04-271-1/+1
* ASoC: wm8940: Cleanup manual bias level transitionsLars-Peter Clausen2014-11-241-20/+2
* ASoC: wm8940: Convert to params_width()Mark Brown2014-07-311-6/+6
* Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown2014-03-131-6/+0
|\
| * ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-6/+0
* | ASoC: wm8940: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai2014-02-231-10/+10
|/
* ASoC: wm8940: Convert to direct regmap API usageMark Brown2013-11-241-72/+121
* ASoC: wm8940: Convert to table based control and DAPM initMark Brown2013-11-241-21/+7
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-4/+4
* ASoC: wm8940: Use module_i2c_driverSachin Kamat2012-08-061-17/+1
* ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown2012-04-041-2/+1
* ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood2012-02-041-1/+1
* ASoC: Convert WM8940 to devm_kzalloc()Mark Brown2012-01-201-4/+4
* ASoC: Make I2C usage unconditional in WM8940Mark Brown2012-01-201-6/+0
* ASoC: Remove unused -codec from Wolfson device driver namesMark Brown2011-12-031-1/+1
* 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: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
* Merge branch 'for-3.2' into for-3.3Mark Brown2011-11-081-1/+3
|\
| * ASoC: wm8940: Fix mask for setting BCLKDIVAxel Lin2011-10-271-1/+1
| * ASoC: wm8940: Properly set codec->dapm.bias_levelAxel Lin2011-10-271-0/+2
* | ASoC: wm8940: Fix a typo for the mask of setting WM8940_BCLKDIVAxel Lin2011-10-241-1/+1
* | ASoC: wm8940: Fix setting PLL Output clock division ratioAxel Lin2011-10-241-2/+2
|/
* ASoC: wm8940: Convert to snd_soc_cache_syncAxel Lin2011-10-101-24/+22
* ASoC: Remove unused "control_data" field of struct wm8940_privAxel Lin2011-09-271-3/+0
* ASoC: wm8940: remove unnecessary if statementsGreg Dietsche2011-06-071-7/+0
* Merge branch 'for-2.6.37' into for-2.6.38Mark Brown2010-12-281-0/+1
|\
| * ASoC: codecs: Add missing control_type initializationLars-Peter Clausen2010-12-281-0/+1
* | ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen2010-12-281-1/+0
* | ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* | ASoC: Remove unnecessary semicolonsJoe Perches2010-11-151-1/+0
* | ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-2/+3
|/
* ASoC: Fix incorrect register cache size configurationDimitris Papastamos2010-09-101-1/+1
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-143/+56
* ASoC: wm8940: fix a memory leak if wm8940_register return errorAxel Lin2010-08-031-1/+6
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-05-201-3/+2
|\
| * ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown2010-05-101-1/+0
| * ASoC: Add indirection for CODEC private dataMark Brown2010-04-171-2/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* ASoC: fix params_rate() macro use in several codecsGuennadi Liakhovetski2009-12-241-7/+7
* 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-6/+0