summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm2000.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: wm2000: replace codec to componentKuninori Morimoto2018-02-121-42/+36
* ASoC: wm2000: Improve a size determination in wm2000_i2c_probe()Markus Elfring2017-11-271-2/+1
* ASoC: wm2000: Fix a typo in a comment lineMarkus Elfring2017-11-271-1/+1
* ASoC: wm2000: Delete an error message for a failed memory allocation in wm200...Markus Elfring2017-11-271-1/+0
*-. Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ak4104', 'asoc/...Mark Brown2016-09-291-7/+9
|\ \
| | * ASoC: constify snd_soc_codec_driver structuresJulia Lawall2016-09-011-1/+1
| | * ASoC: codec duplicated callback function goes to component on wm2000Kuninori Morimoto2016-08-081-6/+8
| |/
* | ASoC: wm2000: Fix return of uninitialised varibleCharles Keepax2016-08-111-1/+1
|/
* ASoC: wm2000: a couple harmless underflowsDan Carpenter2015-10-221-2/+2
* ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
* ASoC: wm2000: Fix wrong value references for boolean kctlTakashi Iwai2015-03-101-4/+4
* ASoC: wm2000: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen2015-01-141-1/+1
* ASoC: wm2000: Remove redundant OOM messageSachin Kamat2014-06-271-3/+1
* ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen2014-04-141-4/+4
* ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-2/+0
* ASoC: wm2000: Use WARN_ON() instead of BUG_ON()Takashi Iwai2013-11-061-5/+10
* ASoC: wm2000: Expose some more registers for diagnosticsMark Brown2013-03-291-1/+3
* Merge remote-tracking branch 'asoc/topic/wm2000' into asoc-nextMark Brown2013-02-111-4/+31
|\
| * ASoC: wm2000: Expose ANC gain adjustmentMark Brown2013-01-311-0/+3
| * ASoC: wm2000: Expose some additional registersMark Brown2013-01-241-0/+3
| * ASoC: wm2000: Use clock API integration to configure MCLK divisorMark Brown2012-12-241-3/+3
| * ASoC: wm2000: Integrate with clock APIMark Brown2012-12-241-1/+22
* | ASoC: wm2000: Lock state machine updatesMark Brown2013-01-311-3/+28
* | ASoC: wm2000: Fix sense of speech clarity enableMark Brown2013-01-041-2/+2
|/
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-4/+4
* ASoC: wm2000: Get the CODEC pointer from the widgetMark Brown2012-11-271-1/+1
* Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-10-091-23/+49
|\
| * ASoC: wm2000: Add regulator supportMark Brown2012-09-221-6/+47
| * ASoC: wm2000: Convert to devm_regmap_init_i2c()Mark Brown2012-09-221-9/+4
| * ASoC: wm2000: Use module_i2c_driverSachin Kamat2012-08-061-11/+1
* | ASoC: wm2000: Correct register sizeMark Brown2012-09-261-1/+1
|/
* Merge tag 'v3.5-rc4' into for-3.6Mark Brown2012-06-251-38/+21
|\
| * ASoC: wm2000: Always use a 4s timeout for the firmwareMark Brown2012-06-081-38/+21
* | ASoC: wm2000: Add register readability informationMark Brown2012-06-031-0/+30
* | ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown2012-06-031-1/+1
|/
* ASoC: wm2000: Fix use-after-free - don't release_firmware() twice on errorJesper Juhl2012-01-241-18/+13
* ASoC: Convert WM2000 into a standard CODEC driverMark Brown2011-12-031-77/+68
* ASoC: Convert wm2000 to use regmap APIMark Brown2011-12-031-44/+31
* ASoC: Convert WM2000 to devm_kzalloc()Mark Brown2011-12-031-5/+5
* ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown2011-11-271-1/+0
* ASoC: Move WM2000 to dev_pm_opsMark Brown2011-02-251-7/+7
* ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-2/+3
* ASoC: Default WM2000 ANC and speaker to enabledMark Brown2010-06-151-0/+2
* Merge branch 'fix/asoc' into for-linusTakashi Iwai2010-04-161-1/+0
|\
| * ASoC: wm2000: remove unused #include <linux/version.h>Huang Weiyi2010-04-081-1/+0
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* ASoC: Add WM2000 driverMark Brown2010-02-121-0/+888
OpenPOWER on IntegriCloud