aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8971.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-16ASoC: codecs: wm*: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-2/+3
2020-06-22ASoC: codecs: wm*: rename to snd_soc_component_read()Kuninori Morimoto1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-02-12ASoC: wm8971: replace codec to componentKuninori Morimoto1-57/+51
2016-09-01ASoC: constify snd_soc_codec_driver structuresJulia Lawall1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on wm8971Kuninori Morimoto1-6/+8
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-01ASoC: wm8971: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-1/+1
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-1/+0
2015-04-01ASoC: wm8971: Cleanup manual bias level transitionsLars-Peter Clausen1-26/+1
2015-04-01ASoC: wm8971: Integrate capacitor charging into the DAPM sequenceLars-Peter Clausen1-40/+31
2015-04-01ASoC: wm8971: Use system_power_efficient_wq instead of custom workqueueLars-Peter Clausen1-9/+4
2014-09-29ASoC: wm8{350,753,971}: Use snd_soc_dapm_to_codec() instead of dapm->codecLars-Peter Clausen1-1/+1
2014-07-31ASoC: wm8971: Convert to params_width()Mark Brown1-5/+5
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-6/+0
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-10-15ASoC: wm8971: Convert to direct regmap API usageMark Brown1-19/+61
2012-08-06ASoC: wm8971: Use module_i2c_driverSachin Kamat1-17/+1
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2012-01-20ASoC: Convert wm8971 to devm_kzalloc()Mark Brown1-4/+3
2012-01-20ASoC: Convert wm8971 to table based DAPM and control initMark Brown1-16/+8
2012-01-20ASoC: Make WM8971 I2C usage unconditionalMark Brown1-6/+0
2011-12-03ASoC: Remove unused -codec from Wolfson device driver namesMark Brown1-1/+1
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-27ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown1-1/+0
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-11-09ASoC: Convert wm8971 MICBIAS to a supply widgetMark Brown1-1/+1
2011-10-10ASoC: wm8971: Convert to snd_soc_cache_syncAxel Lin1-12/+3
2011-10-04ASoC: Avoid writing to WM8971_RESET in wm8971_resumeAxel Lin1-1/+1
2011-10-04ASoC: wm8971: Use snd_soc_update_bits for read-modify-writeAxel Lin1-19/+8
2010-12-28Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-0/+1
2010-12-28ASoC: codecs: Add missing control_type initializationLars-Peter Clausen1-0/+1
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-13/+16
2010-08-12ASoC: Remove version display from WM8971 driverMark Brown1-4/+0
2010-08-12ASoC: Remove unneeded control_data management from Wolfson driversMark Brown1-3/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-182/+68
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-6/+6
2010-04-17ASoC: Add indirection for CODEC private dataMark Brown1-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-12ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown1-2/+0
2009-11-03ASoC: Factor out snd_soc_init_card()Mark Brown1-8/+1
2009-08-03ASoC: Add I/O control bus information to factored out cache setupMark Brown1-4/+4
2009-07-05ASoC: Begin to factor out register cache I/O functionsMark Brown1-77/+44
2009-03-04ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao1-6/+8
2009-01-27ASoC: Push the codec runtime storage into the card structureMark Brown1-7/+7
2009-01-09ASoC: cleanup duplicated code.Ian Molton1-16/+2
2008-12-10ALSA: ASoC - Fix wrong section typesTakashi Iwai1-1/+1
2008-12-09ASoC: Register non-AC97 codec DAIsMark Brown1-0/+12
2008-12-01ASoC: Rename snd_soc_register_card() to snd_soc_init_card()Mark Brown1-1/+1