Age | Commit message (Expand) | Author |
2023-05-08 | ASoC: Switch i2c drivers back to use .probe() | Uwe Kleine-König |
2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König |
2022-06-27 | ASoC: wm*: Remove now redundant non_legacy_dai_naming flag | Charles Keepax |
2022-04-06 | ASoC: wm*: use simple i2c probe function | Stephen Kitt |
2021-01-21 | ASoC: wm*: sync parameter naming (rate/sample_bits) | Kuninori Morimoto |
2020-07-16 | ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() | Kuninori Morimoto |
2020-07-09 | ASoC: codecs: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-06-22 | ASoC: codecs: wm*: rename to snd_soc_component_read() | Kuninori Morimoto |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2018-02-12 | ASoC: wm8993/wm8994/wm8958: replace codec to component | Kuninori Morimoto |
2017-11-08 | ASoC: wm8993: mark expected switch fall-throughs | Gustavo A. R. Silva |
2016-09-01 | ASoC: constify snd_soc_codec_driver structures | Julia Lawall |
2015-08-30 | Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'a... | Mark Brown |
2015-08-30 | Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', '... | Mark Brown |
2015-08-05 | ASoC: wm8993: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGE | Lars-Peter Clausen |
2015-07-17 | Merge tag 'regmap-seq-delay-api' of git://git.kernel.org/pub/scm/linux/kernel... | Mark Brown |
2015-07-16 | regmap: Use reg_sequence for multi_reg_write / register_patch | Nariman Poushin |
2015-07-16 | Merge branches 'topic/owner' and 'topic/reg-default' of git://git.kernel.org/... | Mark Brown |
2015-07-15 | ASoC: drivers: Drop owner assignment from i2c_driver | Krzysztof Kozlowski |
2015-07-07 | ASoC: Constify reg_default tables | Axel Lin |
2015-06-01 | ASoC: wm8993: Replace direct snd_soc_codec dapm field access | Lars-Peter Clausen |
2015-04-27 | ASoC: Move bias level update to the core | Lars-Peter Clausen |
2015-04-27 | ASoC: Route all bias level updates through the core | Lars-Peter Clausen |
2015-01-14 | ASoC: wm8993: Replace w->codec snd_soc_dapm_to_codec(w->dapm) | Lars-Peter Clausen |
2014-11-24 | ASoC: wm8993: Cleanup manual bias level transitions | Lars-Peter Clausen |
2014-07-31 | ASoC: wm8993: Convert to params_width() | Mark Brown |
2014-03-13 | Merge remote-tracking branch 'asoc/topic/io' into asoc-next | Mark Brown |
2014-03-11 | ASoC: codec: Simplify ASoC probe code. | Xiubo Li |
2014-02-25 | ASoC: wm8993: Remove unused pointer in wm8993_remove() | Christian Engelmayer |
2014-02-23 | ASoC: wm8993: Use SOC_ENUM_SINGLE_DECL() | Takashi Iwai |
2013-09-27 | ASoC: wm8993: drop regulator_bulk_free of devm_ allocated data | Wei Yongjun |
2012-12-10 | ASoC: codecs: remove __dev* attributes | Bill Pemberton |
2012-12-02 | ASoC: wm8993: Use devm_regmap_init_i2c() | Sachin Kamat |
2012-11-28 | ASoC: wm8993: Use devm_regulator_bulk_get | Sachin Kamat |
2012-08-22 | ASoC: wm_hubs: Allow configuration of MICBIAS power up delay via pdata | Mark Brown |
2012-06-03 | ASoC: codecs: Refresh copyrights for Wolfson drivers | Mark Brown |
2012-04-27 | ASoC: wm_hubs: Factor out class W management | Mark Brown |
2012-04-27 | ASoC: wm_hubs: Special case headphones for digital paths in more use cases | Mark Brown |
2012-02-17 | ASoC: wm8993: Convert to module_i2c_driver() | Mark Brown |
2012-02-11 | ASoC: wm_hubs: Improve single ended line output enable performance | Mark Brown |
2012-02-10 | ASoC: wm8993: Add register default for INPUTS_CLAMP | Mark Brown |
2012-02-10 | ASoC: wm8993: Correct typos in regmap conversion | Mark Brown |
2012-02-04 | ASoC: core: Add support for DAI and machine kcontrols. | Liam Girdwood |
2012-01-31 | ASoC: wm_hubs: Push check for idle_bias_off out into drivers | Mark Brown |
2012-01-31 | ASoC: wm8993: Convert to use a regmap patch | Mark Brown |
2012-01-20 | ASoC: 24 bits are significant on wm_hubs DAIs | Mark Brown |
2012-01-20 | ASoC: Make WM8993 I2C usage unconditional | Mark Brown |
2012-01-20 | ASoC: Implement basic WM8993 interrupt support | Mark Brown |
2012-01-20 | ASoC: Move WM8993 resource acquisition and device reset to bus probe | Mark Brown |
2012-01-20 | ASoC: Convert wm8993 to direct regmap API usage | Mark Brown |