aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8711.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27ASoC: wm*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-04-06ASoC: wm*: use simple i2c probe functionStephen Kitt1-3/+2
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
2020-05-18ASoC: codecs: use snd_soc_xxx_active()Kuninori Morimoto1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-02-12ASoC: wm8711: replace codec to componentKuninori Morimoto1-65/+51
2016-09-01ASoC: constify snd_soc_codec_driver structuresJulia Lawall1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on wm8711Kuninori Morimoto1-6/+8
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-01ASoC: wm8711: 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
2014-11-24ASoC: wm8711: Cleanup manual bias level transitionsLars-Peter Clausen1-25/+2
2014-07-31ASoC: wm8711: Convert to params_width()Mark Brown1-4/+4
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-6/+0
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-6/+0
2014-03-06ASoC: Add helper function to check whether a CODEC is activeLars-Peter Clausen1-1/+1
2013-11-24ASoC: wm8711: Use IS_ENABLED() macroFabio Estevam1-3/+3
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-7/+7
2012-09-12ASoC: wm8711: Convert to direct regmap API usageMark Brown1-12/+38
2012-09-12ASoC: wm8711: Convert to devm_kzalloc()Mark Brown1-8/+7
2011-12-03ASoC: Convert WM8711 to table based control initMark Brown1-3/+2
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-10-31ASoC: Leave input audio data bit length settings untouched in wm8711_set_dai_fmtAxel Lin1-1/+1
2011-10-31ASoC: wm8711: Fix wrong mask for setting input audio data bit length selectAxel Lin1-1/+1
2011-10-10ASoC: wm8711: Convert to snd_soc_cache_syncAxel Lin1-12/+3
2011-10-06ASoC: Remove references to linux@wolfsonmicro.comMark Brown1-1/+1
2011-10-04ASoC: wm8711: Use snd_soc_update_bits for read-modify-writeAxel Lin1-1/+1
2011-10-04ASoC: wm8711: Use snd_soc_update_bits for read-modify-writeAxel Lin1-4/+2
2011-08-14ASoC: Add device tree binding for WM8711Mark Brown1-0/+9
2011-08-10ASoC: Remove some more redundant -codecs from driver namesMark Brown1-2/+2
2011-03-31ASoC: Use data based init for wm8711 DAPMLu Guanqun1-13/+5
2010-12-28ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen1-1/+0
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-4/+5
2010-09-30ASoC: Remove unneeded use of spi_bus_typeDimitris Papastamos1-1/+0
2010-09-10ASoC: Fix incorrect register cache size configurationDimitris Papastamos1-1/+1
2010-08-12ASoC: Remove unneeded control_data management from Wolfson driversMark Brown1-4/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-147/+59
2010-08-03ASoC: wm8711: fix a memory leak if another WM8711 is registeredAxel Lin1-1/+2
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-4/+4
2010-05-10ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown1-1/+1
2010-04-17ASoC: Add indirection for CODEC private dataMark Brown1-3/+3
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-1/+0
2009-11-03ASoC: Factor out snd_soc_init_card()Mark Brown1-8/+0
2009-10-15ASoC: Remove snd_soc_suspend_device()Mark Brown1-17/+0