aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8804.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-02-12ASoC: wm8804: replace codec to componentKuninori Morimoto1-51/+49
2017-07-17ASoC: wm8804: Remove unneeded gpiod NULL checkFabio Estevam1-2/+1
2016-08-08ASoC: codec duplicated callback function goes to component on wm8804Kuninori Morimoto1-4/+6
2015-07-29ASoC: wm8804: Drop duplicate constLars-Peter Clausen1-1/+1
2015-06-01ASoC: wm8804: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-1/+1
2015-04-08ASoC: wm8804: Enable runtime PMCharles Keepax1-50/+59
2015-04-08ASoC: wm8804: Add DAPM widgets for SPDIF/AIFSapthagiri Baratam1-57/+83
2015-04-07ASoC: wm8804: Add support for hardware reset lineCharles Keepax1-5/+21
2015-03-05ASoC: wm8804: Fix small issues in probe error pathsCharles Keepax1-3/+10
2015-03-05ASoC: wm8804: Use new devres regulator_register_notifierCharles Keepax1-11/+4
2015-03-05ASoC: wm8804: Merge CODEC probe and bus probeCharles Keepax1-98/+82
2015-03-05ASoC: wm8804: Split out bus driversCharles Keepax1-123/+16
2015-01-05ASoC: wm8804: Constify struct regmap_config and snd_soc_codec_driverKrzysztof Kozlowski1-2/+2
2014-11-24ASoC: wm8804: Cleanup manual bias level transitionsLars-Peter Clausen1-3/+0
2014-09-03ASoC: wm8804: Remove unnecessary suspend/resume bias level changesLars-Peter Clausen1-19/+0
2014-07-31ASoC: wm8804: Convert to params_width()Mark Brown1-5/+5
2014-06-03Merge remote-tracking branches 'asoc/topic/wm8804' and 'asoc/topic/wm9713' into asoc-nextMark Brown1-3/+14
2014-05-29ASoC: wm8804: Allow control of master clock divider in PLL generationDaniel Matuschek1-3/+14
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-25ASoC: wm8804: 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-8/+0
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-8/+0
2014-02-20ASoC: wm8804: Remove superfluous constTakashi Iwai1-1/+1
2013-11-27ASoC: wm8804: Use IS_ENABLED() macroFabio Estevam1-3/+3
2012-12-24ASoC: wm8804: Remove redundant checkFabio Estevam1-3/+0
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-7/+7
2012-11-23ASoC: wm8804: Convert to use devm_regmap_init_{spi,i2c}()Tushar Behera1-15/+2
2012-06-03ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown1-1/+1
2012-03-06ASoC: Add missing regmap_init_i2c in wm8804_i2c_probeAxel Lin1-0/+6
2012-01-27ASoC: Set idle_bias_off flag in snd_soc_codec_driverAxel Lin1-1/+1
2012-01-20ASoC: Convert wm8804 to direct regmap API usageMark Brown1-53/+62
2012-01-20ASoC: Convert wm8804 to devm_kzalloc()Mark Brown1-8/+5
2012-01-20ASoC: Use standard cache sync for wm8804Mark Brown1-19/+1
2011-12-09ASoC: Convert WM8804 to table based control initMark Brown1-3/+4
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-08-31ASoC: Add device tree binding for WM8804Mark Brown1-0/+9
2011-06-09ASoC: WM8804 does not support sample rates below 32kHzMark Brown1-2/+7
2011-01-13ASoC: Update users of readable_register()/volatile_register()Dimitris Papastamos1-1/+1
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-3/+3
2010-10-11ASoC: checking kzalloc() for IS_ERR() instead of NULLDan Carpenter1-4/+4
2010-10-05ASoC: WM8804: Retrieve the device revision and print itDimitris Papastamos1-0/+8
2010-10-04ASoC: WM8804: Power down the PLL correctlyDimitris Papastamos1-3/+3
2010-10-04ASoC: WM8804: Refactor set_pll code to avoid GCC warningsDimitris Papastamos1-21/+26
2010-10-02ASoC: WM8804: Use a proper DAI nameDimitris Papastamos1-1/+1
2010-09-30ASoC: WM8804: Initial driverDimitris Papastamos1-0/+820