aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8991.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-3/+4
2020-06-22ASoC: codecs: wm*: rename to snd_soc_component_read()Kuninori Morimoto1-19/+19
2020-04-14ASoC: wm8991: remove defined but not used 'wm8991_dapm_rxvoice_controls'Jason Yan1-8/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-02-12ASoC: wm8991: replace codec to componentKuninori Morimoto1-87/+80
2016-09-29Merge remote-tracking branches 'asoc/topic/tpa6130a2', 'asoc/topic/ux500', 'asoc/topic/wm8960', 'asoc/topic/wm8962' and 'asoc/topic/wm8991' into asoc-nextMark Brown1-9/+19
2016-09-27ASoC: wm8991: remove unused variableTakashi Sakamoto1-2/+0
2016-09-27ASoC: wm8991: fix wrong usage of DECLARE_TLV_DB_LINEAR()Takashi Sakamoto1-7/+19
2016-09-01ASoC: constify snd_soc_codec_driver structuresJulia Lawall1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on wm8991Kuninori Morimoto1-6/+8
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-43/+9
2015-08-05ASoC: wm8991: Don't use range container for TLVs with one entryLars-Peter Clausen1-43/+9
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-01ASoC: wm8991: 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-01-14ASoC: wm8991: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen1-4/+5
2014-11-24ASoC: wm8991: Cleanup manual bias level transitionsLars-Peter Clausen1-30/+2
2014-07-31ASoC: wm8991: Convert to params_width()Mark Brown1-5/+5
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-1/+1
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-8/+0
2014-02-20ASoC: wm8991: Fix the wrong number of enum itemsTakashi Iwai1-22/+19
2014-02-07ASoC: wm8991: Remove unused pointer in wm8991_probe()Christian Engelmayer1-3/+0
2013-11-24ASoC: wm8991: Verify device ID during probe()Mark Brown1-0/+11
2013-11-24ASoC: wm8991: Move basic initialisation to I2C level probeMark Brown1-25/+25
2013-11-24ASoC: wm8991: Convert to direct regmap API usageMark Brown1-72/+94
2013-11-24ASoC: wm8991: Convert to table based control and widget initMark Brown1-8/+7
2013-11-24ASoC: wm8991: Use a supply to manage input powerMark Brown1-36/+17
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-09-12ASoC: wm8991: Convert to devm_kzalloc()Mark Brown1-4/+3
2012-08-06ASoC: wm8991: Use module_i2c_driverSachin Kamat1-17/+1
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-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-10-31ASoC: Convert wm8991 MICBIAS to a supply widgetMark Brown1-2/+2
2011-10-14ASoC: wm8991: Use snd_soc_update_bits for read-modify-writeAxel Lin1-11/+9
2011-10-14ASoC: wm8991: Fix wrong bit setting for WM8991_POWER_MANAGEMENT_2Axel Lin1-1/+1
2011-10-06ASoC: Remove references to linux@wolfsonmicro.comMark Brown1-1/+1
2011-06-24ALSA: Remove unneeded version.h includes from sound/Jesper Juhl1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-17ASoC: WM8991: Add initial WM8991 driverDimitris Papastamos1-0/+1427