aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm2000.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-21ASoC: wm2000: Remove wm2000_read helper functionGravatar Lucas Tanure 1-24/+30
2018-02-12ASoC: wm2000: replace codec to componentGravatar Kuninori Morimoto 1-42/+36
2017-11-27ASoC: wm2000: Improve a size determination in wm2000_i2c_probe()Gravatar Markus Elfring 1-2/+1
2017-11-27ASoC: wm2000: Fix a typo in a comment lineGravatar Markus Elfring 1-1/+1
2017-11-27ASoC: wm2000: Delete an error message for a failed memory allocation in wm200...Gravatar Markus Elfring 1-1/+0
2016-09-29Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ak4104', 'asoc/...Gravatar Mark Brown 1-7/+9
2016-09-01ASoC: constify snd_soc_codec_driver structuresGravatar Julia Lawall 1-1/+1
2016-08-11ASoC: wm2000: Fix return of uninitialised varibleGravatar Charles Keepax 1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on wm2000Gravatar Kuninori Morimoto 1-6/+8
2015-10-22ASoC: wm2000: a couple harmless underflowsGravatar Dan Carpenter 1-2/+2
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2015-03-10ASoC: wm2000: Fix wrong value references for boolean kctlGravatar Takashi Iwai 1-4/+4
2015-01-14ASoC: wm2000: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Gravatar Lars-Peter Clausen 1-1/+1
2014-06-27ASoC: wm2000: Remove redundant OOM messageGravatar Sachin Kamat 1-3/+1
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionGravatar Lars-Peter Clausen 1-4/+4
2014-03-11ASoC: codec: Simplify ASoC probe code.Gravatar Xiubo Li 1-2/+0
2013-11-06ASoC: wm2000: Use WARN_ON() instead of BUG_ON()Gravatar Takashi Iwai 1-5/+10
2013-03-29ASoC: wm2000: Expose some more registers for diagnosticsGravatar Mark Brown 1-1/+3
2013-02-11Merge remote-tracking branch 'asoc/topic/wm2000' into asoc-nextGravatar Mark Brown 1-4/+31
2013-01-31ASoC: wm2000: Expose ANC gain adjustmentGravatar Mark Brown 1-0/+3
2013-01-31ASoC: wm2000: Lock state machine updatesGravatar Mark Brown 1-3/+28
2013-01-24ASoC: wm2000: Expose some additional registersGravatar Mark Brown 1-0/+3
2013-01-04ASoC: wm2000: Fix sense of speech clarity enableGravatar Mark Brown 1-2/+2
2012-12-24ASoC: wm2000: Use clock API integration to configure MCLK divisorGravatar Mark Brown 1-3/+3
2012-12-24ASoC: wm2000: Integrate with clock APIGravatar Mark Brown 1-1/+22
2012-12-10ASoC: codecs: remove __dev* attributesGravatar Bill Pemberton 1-4/+4
2012-11-27ASoC: wm2000: Get the CODEC pointer from the widgetGravatar Mark Brown 1-1/+1
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Gravatar Linus Torvalds 1-23/+49
2012-09-26ASoC: wm2000: Correct register sizeGravatar Mark Brown 1-1/+1
2012-09-22ASoC: wm2000: Add regulator supportGravatar Mark Brown 1-6/+47
2012-09-22ASoC: wm2000: Convert to devm_regmap_init_i2c()Gravatar Mark Brown 1-9/+4
2012-08-06ASoC: wm2000: Use module_i2c_driverGravatar Sachin Kamat 1-11/+1
2012-06-25Merge tag 'v3.5-rc4' into for-3.6Gravatar Mark Brown 1-38/+21
2012-06-08ASoC: wm2000: Always use a 4s timeout for the firmwareGravatar Mark Brown 1-38/+21
2012-06-03ASoC: wm2000: Add register readability informationGravatar Mark Brown 1-0/+30
2012-06-03ASoC: codecs: Refresh copyrights for Wolfson driversGravatar Mark Brown 1-1/+1
2012-01-24ASoC: wm2000: Fix use-after-free - don't release_firmware() twice on errorGravatar Jesper Juhl 1-18/+13
2011-12-03ASoC: Convert WM2000 into a standard CODEC driverGravatar Mark Brown 1-77/+68
2011-12-03ASoC: Convert wm2000 to use regmap APIGravatar Mark Brown 1-44/+31
2011-12-03ASoC: Convert WM2000 to devm_kzalloc()Gravatar Mark Brown 1-5/+5
2011-11-27ASoC: Remove unneeded platform_device.h inclusions from CODECsGravatar Mark Brown 1-1/+0
2011-02-25ASoC: Move WM2000 to dev_pm_opsGravatar Mark Brown 1-7/+7
2010-11-22ASoC: Do not include soc-dapm.hGravatar Jarkko Nikula 1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsGravatar Liam Girdwood 1-2/+3
2010-06-15ASoC: Default WM2000 ANC and speaker to enabledGravatar Mark Brown 1-0/+2
2010-04-16Merge branch 'fix/asoc' into for-linusGravatar Takashi Iwai 1-1/+0
2010-04-08ASoC: wm2000: remove unused #include <linux/version.h>Gravatar Huang Weiyi 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-12ASoC: Add WM2000 driverGravatar Mark Brown 1-0/+888