aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8985.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-02-12ASoC: wm8985: replace codec to componentKuninori Morimoto1-107/+94
2016-09-01ASoC: constify snd_soc_codec_driver structuresJulia Lawall1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on wm8985Kuninori Morimoto1-6/+8
2016-05-30ASoC: wm8985: add support for WM8758Petr Kulhavy1-35/+108
2016-03-01ASoC: wm8985: Fix enum ctl accesses in a wrong typeTakashi Iwai1-7/+7
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: wm8985: 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: wm8985: Cleanup manual bias level transitionsLars-Peter Clausen1-27/+1
2014-08-04Merge remote-tracking branch 'asoc/topic/wm8985' into asoc-nextMark Brown1-3/+0
2014-07-31ASoC: wm8985: Convert to params_width()Mark Brown1-6/+6
2014-06-17ASoC: wm8985: Remove unused pointer in wm8985_remove()Christian Engelmayer1-3/+0
2014-05-22Merge remote-tracking branches 'asoc/topic/ux500', 'asoc/topic/wm8731', 'asoc/topic/wm8804', 'asoc/topic/wm8955' and 'asoc/topic/wm8985' into asoc-nextMark Brown1-5/+2
2014-04-30ASoC: wm8985: Use devm_regulator_bulk_get()Fabio Estevam1-5/+2
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-2/+2
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-20ASoC: wm8985: Remove superfluous constTakashi Iwai1-22/+17
2013-11-27ASoC: wm8985: Use IS_ENABLED() macroFabio Estevam1-3/+3
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-33/+11
2013-01-09sound: soc: Fix typo in sound/codecsMasanari Iida1-3/+3
2012-12-27ASoC: wm8985: Refactor set_pll code to avoid gcc warningsFabio Estevam1-23/+20
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-7/+7
2012-11-23ASoC: wm8985: Convert to use devm_regmap_init_{spi,i2c}()Tushar Behera1-26/+4
2012-01-21ASoC: wm8985: Convert to direct regmap API usageMark Brown1-76/+177
2012-01-21ASoC: wm8985 Don't directly reference the cache data structureMark Brown1-5/+4
2012-01-21ASoC: wm8985: Use standard cache sync implementationMark Brown1-20/+1
2012-01-21ASoC: wm8985: Convert to table based DAPM and control initMark Brown1-16/+8
2012-01-21ASoC: wm8985: Convert to devm_kzalloc()Mark Brown1-8/+2
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-10-31ASoC: Convert wm8985 MICBIAS to a supply widgetMark Brown1-1/+2
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-5/+6
2010-10-11ASoC: checking kzalloc() for IS_ERR() instead of NULLDan Carpenter1-4/+4
2010-09-30ASoC: Remove unneeded use of spi_bus_typeDimitris Papastamos1-1/+0
2010-09-28ASoC: WM8985: Use the correct macro for the kcontrol definedDimitris Papastamos1-2/+2
2010-09-27ASoC: Fix a compile warning for printk formatTakashi Iwai1-1/+1
2010-09-24ASoC: WM8985: Remove unneeded declaration.Dimitris Papastamos1-2/+0
2010-09-15ASoC: WM8985: Initial driverDimitris Papastamos1-0/+1195