aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8978.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
2021-03-11ASoC: wm8978: clarify expressionPierre-Louis Bossart1-1/+1
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-06-22ASoC: codecs: wm*: rename to snd_soc_component_read()Kuninori Morimoto1-6/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-02-12ASoC: wm8978: replace codec to componentKuninori Morimoto1-96/+89
2017-04-05ASoC: wm8978: Add OF device ID tableJavier Martinez Canillas1-0/+7
2016-09-01ASoC: constify snd_soc_codec_driver structuresJulia Lawall1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on wm8978Kuninori Morimoto1-6/+8
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-01ASoC: wm8978: 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-04-27ASoC: Route all bias level updates through the coreLars-Peter Clausen1-2/+2
2014-11-24ASoC: wm8978: Cleanup manual bias level transitionsLars-Peter Clausen1-10/+0
2014-07-31ASoC: wm8978: Convert to params_width()Mark Brown1-7/+7
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-7/+1
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-7/+1
2014-02-20ASoC: wm8978: Remove superfluous constTakashi Iwai1-15/+15
2013-07-12ASoC: wm8978: enable symmetric ratesKuninori Morimoto1-0/+1
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-18/+8
2013-01-09sound: soc: Fix typo in sound/codecsMasanari Iida1-3/+3
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-12-10Merge remote-tracking branch 'asoc/topic/wm8978' into asoc-nextMark Brown1-13/+3
2012-12-02ASoC: wm8978: Use devm_regmap_init_i2c()Sachin Kamat1-10/+3
2012-11-16ASoC: wm8978: Remove remuxing of GPIO1 pinEric Millbrandt1-3/+0
2012-11-06ASoC: wm8978: pll incorrectly configured when codec is masterEric Millbrandt1-1/+1
2012-08-06ASoC: wm8978: Use module_i2c_driverSachin Kamat1-17/+1
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2012-01-20ASoC: Push wm8978 reset down into the I2C probeMark Brown1-7/+15
2012-01-20ASoC: Convert wm8978 to direct regmap API usageMark Brown1-22/+94
2012-01-20ASoC: Use standard cache sync for WM8978Mark Brown1-8/+1
2012-01-20ASoC: Convert wm8978 to devm_kzalloc()Mark Brown1-4/+4
2012-01-20ASoC: Convert wm8978 to table based DAPM and control initMark Brown1-17/+8
2012-01-20ASoC: Remove unused control type from wm8978 driverMark Brown1-1/+0
2012-01-20ASoC: Make WM8978 I2C usage unconditionalMark Brown1-6/+0
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-09-27ASoC: Remove unused "control_data" field of struct wm8978_privAxel Lin1-3/+0
2011-03-03ASoC: Add TLV information for WM8978 DAC limiterMark Brown1-2/+3
2011-03-03Merge branch 'for-2.6.38' into for-2.6.39Mark Brown1-6/+8
2011-03-03ASoC: Fix broken bitfield definitions in WM8978Mark Brown1-6/+8
2011-01-17ASoC: Avoid direct register cache access when setting defaultsMark Brown1-1/+1
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-5/+6
2010-09-20ASoC: Fix WM8978/migor driver name conflictMark Brown1-1/+1
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-135/+55