summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm2000.c
AgeCommit message (Expand)Author
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-06-27ASoC: wm*: Remove now redundant non_legacy_dai_naming flagCharles Keepax
2022-05-19ASoC: wm2000: fix missing clk_disable_unprepare() on error in wm2000_anc_tran...Yang Yingliang
2022-05-11ASoC: wm2000: Remove redundant endianness flagCharles Keepax
2022-04-06ASoC: wm*: use simple i2c probe functionStephen Kitt
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-10-21ASoC: wm2000: Remove wm2000_read helper functionLucas Tanure
2018-02-12ASoC: wm2000: replace codec to componentKuninori Morimoto
2017-11-27ASoC: wm2000: Improve a size determination in wm2000_i2c_probe()Markus Elfring
2017-11-27ASoC: wm2000: Fix a typo in a comment lineMarkus Elfring
2017-11-27ASoC: wm2000: Delete an error message for a failed memory allocation in wm200...Markus Elfring
2016-09-29Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ak4104', 'asoc/...Mark Brown
2016-09-01ASoC: constify snd_soc_codec_driver structuresJulia Lawall
2016-08-11ASoC: wm2000: Fix return of uninitialised varibleCharles Keepax
2016-08-08ASoC: codec duplicated callback function goes to component on wm2000Kuninori Morimoto
2015-10-22ASoC: wm2000: a couple harmless underflowsDan Carpenter
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-03-10ASoC: wm2000: Fix wrong value references for boolean kctlTakashi Iwai
2015-01-14ASoC: wm2000: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen
2014-06-27ASoC: wm2000: Remove redundant OOM messageSachin Kamat
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li
2013-11-06ASoC: wm2000: Use WARN_ON() instead of BUG_ON()Takashi Iwai
2013-03-29ASoC: wm2000: Expose some more registers for diagnosticsMark Brown
2013-02-11Merge remote-tracking branch 'asoc/topic/wm2000' into asoc-nextMark Brown
2013-01-31ASoC: wm2000: Expose ANC gain adjustmentMark Brown
2013-01-31ASoC: wm2000: Lock state machine updatesMark Brown
2013-01-24ASoC: wm2000: Expose some additional registersMark Brown
2013-01-04ASoC: wm2000: Fix sense of speech clarity enableMark Brown
2012-12-24ASoC: wm2000: Use clock API integration to configure MCLK divisorMark Brown
2012-12-24ASoC: wm2000: Integrate with clock APIMark Brown
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton
2012-11-27ASoC: wm2000: Get the CODEC pointer from the widgetMark Brown
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2012-09-26ASoC: wm2000: Correct register sizeMark Brown
2012-09-22ASoC: wm2000: Add regulator supportMark Brown
2012-09-22ASoC: wm2000: Convert to devm_regmap_init_i2c()Mark Brown
2012-08-06ASoC: wm2000: Use module_i2c_driverSachin Kamat
2012-06-25Merge tag 'v3.5-rc4' into for-3.6Mark Brown
2012-06-08ASoC: wm2000: Always use a 4s timeout for the firmwareMark Brown
2012-06-03ASoC: wm2000: Add register readability informationMark Brown
2012-06-03ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown
2012-01-24ASoC: wm2000: Fix use-after-free - don't release_firmware() twice on errorJesper Juhl
2011-12-03ASoC: Convert WM2000 into a standard CODEC driverMark Brown
2011-12-03ASoC: Convert wm2000 to use regmap APIMark Brown
2011-12-03ASoC: Convert WM2000 to devm_kzalloc()Mark Brown
2011-11-27ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown
2011-02-25ASoC: Move WM2000 to dev_pm_opsMark Brown
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood