Age | Commit message (Expand) | Author | Files | Lines |
2022-06-27 | ASoC: wm*: Remove now redundant non_legacy_dai_naming flag | Charles Keepax | 1 | -1/+0 |
2022-03-07 | ASoC: wm8350: Handle error for wm8350_register_irq | Jiasheng Jiang | 1 | -4/+24 |
2020-10-26 | ASoC: wm8350: use semicolons rather than commas to separate statements | Julia Lawall | 1 | -1/+2 |
2020-07-17 | ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() | Kuninori Morimoto | 1 | -2/+3 |
2020-06-22 | ASoC: codecs: wm*: rename to snd_soc_component_read() | Kuninori Morimoto | 1 | -16/+16 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2018-02-12 | ASoC: wm8350: replace codec to component | Kuninori Morimoto | 1 | -95/+88 |
2017-12-04 | ASoC: use snd_soc_component_init_regmap() on wm8350 | Kuninori Morimoto | 1 | -8/+2 |
2016-09-01 | ASoC: constify snd_soc_codec_driver structures | Julia Lawall | 1 | -1/+1 |
2016-08-08 | ASoC: codec duplicated callback function goes to component on wm8350 | Kuninori Morimoto | 1 | -6/+8 |
2015-08-05 | ASoC: wm8350: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGE | Lars-Peter Clausen | 1 | -4/+3 |
2015-06-01 | ASoC: wm8350: Replace direct snd_soc_codec dapm field access | Lars-Peter Clausen | 1 | -1/+1 |
2015-04-27 | ASoC: Move bias level update to the core | Lars-Peter Clausen | 1 | -1/+0 |
2015-04-01 | ASoC: wm8350: Move delayed work struct from DAPM context to driver state | Lars-Peter Clausen | 1 | -14/+11 |
2015-01-14 | ASoC: wm8350: Replace w->codec snd_soc_dapm_to_codec(w->dapm) | Lars-Peter Clausen | 1 | -1/+1 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-11-24 | ASoC: wm8350: Cleanup manual bias level transitions | Lars-Peter Clausen | 1 | -20/+1 |
2014-10-20 | ASoC: codecs: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-09-29 | ASoC: wm8{350,753,971}: Use snd_soc_dapm_to_codec() instead of dapm->codec | Lars-Peter Clausen | 1 | -1/+1 |
2014-08-04 | Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', ... | Mark Brown | 1 | -5/+5 |
2014-07-31 | ASoC: wm8350: Convert to params_width() | Mark Brown | 1 | -5/+5 |
2014-07-03 | ASoC: wm8350: Remove unused variable | Sachin Kamat | 1 | -3/+0 |
2014-04-22 | Merge branches 'topic/sta350', 'topic/core', 'topic/dapm' and 'topic/cache' o... | Mark Brown | 1 | -2/+8 |
2014-04-14 | ASoC: Add snd_soc_kcontrol_codec() helper function | Lars-Peter Clausen | 1 | -2/+2 |
2014-04-14 | ASoC: codec: fix the sparse check warnings. | Xiubo Li | 1 | -1/+1 |
2014-04-14 | ASoC: wm8350: Remove the set_cache_io() entirely from ASoC probe. | Xiubo Li | 1 | -2/+8 |
2014-03-11 | ASoC: io: New signature for snd_soc_codec_set_cache_io() | Xiubo Li | 1 | -3/+1 |
2013-11-07 | ASoC: wm8350: Replace BUG() with WARN() | Takashi Iwai | 1 | -1/+1 |
2013-07-19 | ASoC: wm8350: Use power efficient workqueue | Mark Brown | 1 | -2/+4 |
2013-03-07 | Merge remote-tracking branch 'asoc/fix/wm8350' into tmp | Mark Brown | 1 | -2/+2 |
2013-03-03 | ASoC: wm8350: Use jiffies rather than msecs in schedule_delayed_work() | Axel Lin | 1 | -2/+2 |
2012-12-24 | ASoC: wm8350: don't use [delayed_]work_pending() | Tejun Heo | 1 | -6/+4 |
2012-12-09 | ASoC: codecs: remove __dev* attributes | Bill Pemberton | 1 | -3/+3 |
2012-11-28 | ASoC: wm8350: Use devm_regulator_bulk_get | Sachin Kamat | 1 | -3/+1 |
2012-08-21 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 1 | -1/+1 |
2012-06-03 | ASoC: wm8350: Convert to direct regmap API usage | Mark Brown | 1 | -17/+3 |
2012-06-03 | ASoC: codecs: Refresh copyrights for Wolfson drivers | Mark Brown | 1 | -1/+1 |
2012-05-14 | ASoC: wm8350: Remove direct usage of codec->control_data | Mark Brown | 1 | -11/+16 |
2012-05-14 | ASoC: wm8350: Don't use irq_base | Mark Brown | 1 | -19/+27 |
2012-05-13 | Merge tag 'v3.4-rc7' into for-3.5 | Mark Brown | 1 | -5/+6 |
2012-05-01 | ASoC: wm8350: Replace use of custom I/O with snd_soc_read()/write() | Mark Brown | 1 | -37/+37 |
2012-05-01 | ASoC: wm8350: Remove check for clocks in trigger() | Mark Brown | 1 | -40/+0 |
2012-05-01 | ASoC: wm8350: Don't use locally allocated codec struct | Mark Brown | 1 | -5/+6 |
2011-12-04 | ASoC: Convert WM8350 to table based DAPM and control init | Mark Brown | 1 | -28/+8 |
2011-12-04 | ASoC: Convert WM8350 to devm_kzalloc() | Mark Brown | 1 | -7/+4 |
2011-12-02 | ASoC: Drop unused state parameter from CODEC suspend callback | Lars-Peter Clausen | 1 | -1/+1 |
2011-11-28 | ASoC: Convert CODEC drivers to module_platform_driver | Mark Brown | 1 | -11/+1 |
2011-11-23 | ASoC: Constify snd_soc_dai_ops structs | Lars-Peter Clausen | 1 | -1/+1 |
2011-10-06 | ASoC: Replace remaining use of *_volsw_2r with *_volsw | Peter Ujfalusi | 1 | -2/+2 |
2011-10-05 | ASoC: Consolidate use of controls with custom get/put function | Peter Ujfalusi | 1 | -24/+15 |