aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8993.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
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
2021-01-21ASoC: wm*: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-1/+1
2020-07-16ASoC: codecs: wm*: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-2/+3
2020-07-09ASoC: codecs: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-22ASoC: codecs: wm*: rename to snd_soc_component_read()Kuninori Morimoto1-14/+14
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-02-12ASoC: wm8993/wm8994/wm8958: replace codec to componentKuninori Morimoto1-117/+120
2017-11-08ASoC: wm8993: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2016-09-01ASoC: constify snd_soc_codec_driver structuresJulia Lawall1-1/+1
2015-08-30Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'asoc/topic/tegra', 'asoc/topic/tlv' and 'asoc/topic/topology' into asoc-nextMark Brown1-4/+3
2015-08-30Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', 'asoc/topic/rl6231', 'asoc/topic/rockchip' and 'asoc/topic/rt286' into asoc-nextMark Brown1-1/+1
2015-08-05ASoC: wm8993: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen1-4/+3
2015-07-17Merge tag 'regmap-seq-delay-api' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into asoc-reg-defaultMark Brown1-1/+1
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin1-1/+1
2015-07-16Merge branches 'topic/owner' and 'topic/reg-default' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-max9877Mark Brown1-2/+2
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-07ASoC: Constify reg_default tablesAxel Lin1-2/+2
2015-06-01ASoC: wm8993: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-3/+3
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-2/+0
2015-04-27ASoC: Route all bias level updates through the coreLars-Peter Clausen1-2/+2
2015-01-14ASoC: wm8993: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen1-1/+1
2014-11-24ASoC: wm8993: Cleanup manual bias level transitionsLars-Peter Clausen1-12/+0
2014-07-31ASoC: wm8993: Convert to params_width()Mark Brown1-5/+5
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-7/+0
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-7/+0
2014-02-25ASoC: wm8993: Remove unused pointer in wm8993_remove()Christian Engelmayer1-2/+0
2014-02-23ASoC: wm8993: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-32/+32
2013-09-27ASoC: wm8993: drop regulator_bulk_free of devm_ allocated dataWei Yongjun1-1/+0
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-12-02ASoC: wm8993: Use devm_regmap_init_i2c()Sachin Kamat1-6/+3
2012-11-28ASoC: wm8993: Use devm_regulator_bulk_getSachin Kamat1-5/+2
2012-08-22ASoC: wm_hubs: Allow configuration of MICBIAS power up delay via pdataMark Brown1-0/+2
2012-06-03ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown1-1/+1
2012-04-27ASoC: wm_hubs: Factor out class W managementMark Brown1-82/+2
2012-04-27ASoC: wm_hubs: Special case headphones for digital paths in more use casesMark Brown1-2/+0
2012-02-17ASoC: wm8993: Convert to module_i2c_driver()Mark Brown1-18/+1
2012-02-11ASoC: wm_hubs: Improve single ended line output enable performanceMark Brown1-0/+4
2012-02-10ASoC: wm8993: Add register default for INPUTS_CLAMPMark Brown1-0/+1
2012-02-10ASoC: wm8993: Correct typos in regmap conversionMark Brown1-2/+2
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-2/+2
2012-01-31ASoC: wm_hubs: Push check for idle_bias_off out into driversMark Brown1-0/+6
2012-01-31ASoC: wm8993: Convert to use a regmap patchMark Brown1-5/+13
2012-01-20ASoC: 24 bits are significant on wm_hubs DAIsMark Brown1-0/+2
2012-01-20ASoC: Make WM8993 I2C usage unconditionalMark Brown1-6/+0
2012-01-20ASoC: Implement basic WM8993 interrupt supportMark Brown1-9/+85
2012-01-20ASoC: Move WM8993 resource acquisition and device reset to bus probeMark Brown1-40/+49
2012-01-20ASoC: Convert wm8993 to direct regmap API usageMark Brown1-149/+271
2012-01-17ASoC: Wait for WM8993 FLL to stabiliseMark Brown1-0/+6