Age | Commit message (Expand) | Author | Files | Lines |
2022-04-04 | ASoC: wm8731: Factor out the I2C and SPI bus code into separate modules | Mark Brown | 1 | -134/+4 |
2022-04-04 | ASoC: wm8731: Factor our MCLK and mutex initialisation | Mark Brown | 1 | -30/+14 |
2022-04-04 | ASoC: wm8731: Move regulator request into wm8731_init() | Mark Brown | 1 | -32/+16 |
2022-04-04 | ASoC: wm8731: Factor component init out of bus code | Mark Brown | 1 | -40/+27 |
2022-04-04 | ASoC: wm8731: Update to modern DAI terminology | Mark Brown | 1 | -4/+3 |
2022-02-14 | ASoC: wm8731: Delete empty remove() function | Mark Brown | 1 | -6/+0 |
2021-10-25 | ASoc: wm8731: Drop empty spi_driver remove callback | Uwe Kleine-König | 1 | -6/+0 |
2021-01-21 | ASoC: wm*: sync parameter naming (rate/sample_bits) | Kuninori Morimoto | 1 | -1/+1 |
2020-07-16 | 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 | -3/+3 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2018-02-12 | ASoC: wm8731: replace codec to component | Kuninori Morimoto | 1 | -51/+50 |
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 wm8731 | Kuninori Morimoto | 1 | -6/+8 |
2016-06-17 | ASoc: wm8731: add 32bit mode. | Matt Flax | 1 | -1/+4 |
2015-11-06 | Merge tag 'sound-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -1/+1 |
2015-10-28 | spi: Drop owner assignment from spi_drivers | Andrew F. Davis | 1 | -1/+0 |
2015-10-22 | ASoC: wm8731: harmless underflow in wm8731_put_deemph() | Dan Carpenter | 1 | -1/+1 |
2015-08-30 | Merge remote-tracking branches 'asoc/topic/wm0010', 'asoc/topic/wm5100', 'aso... | Mark Brown | 1 | -40/+47 |
2015-08-05 | ASoC: wm8731: Drop wm8731_writeable function | Axel Lin | 1 | -6/+0 |
2015-07-15 | ASoC: drivers: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 1 | -1/+0 |
2015-07-08 | ASoC: wm8731: Check for clk_prepare_enable() error | Fabio Estevam | 1 | -2/+5 |
2015-07-07 | ASoC: wm8731: initialize the hardware when loading the codec driver | Sergey Kiselev | 1 | -32/+42 |
2015-06-01 | ASoC: wm8731: Replace direct snd_soc_codec dapm field access | Lars-Peter Clausen | 1 | -2/+3 |
2015-04-27 | ASoC: Move bias level update to the core | Lars-Peter Clausen | 1 | -1/+0 |
2015-04-27 | ASoC: Route all bias level updates through the core | Lars-Peter Clausen | 1 | -1/+1 |
2015-04-12 | Merge remote-tracking branches 'asoc/topic/wm2200', 'asoc/topic/wm5100', 'aso... | Mark Brown | 1 | -0/+34 |
2015-03-16 | ASoC: wm8731: let codec to manage clock by itself | Songjun Wu | 1 | -0/+34 |
2015-03-10 | ASoC: wm8731: Fix wrong value references for boolean kctl | Takashi Iwai | 1 | -2/+2 |
2015-02-04 | Merge remote-tracking branch 'asoc/topic/w-codec' into asoc-next | Mark Brown | 1 | -1/+2 |
2015-01-27 | ASoC: wm8731: init mutex in i2c init path | Manuel Lauss | 1 | -0/+2 |
2015-01-14 | ASoC: wm8731: Replace w->codec snd_soc_dapm_to_codec(w->dapm) | Lars-Peter Clausen | 1 | -1/+2 |
2014-12-08 | Merge remote-tracking branches 'asoc/topic/wm8711', 'asoc/topic/wm8728', 'aso... | Mark Brown | 1 | -25/+3 |
2014-11-24 | ASoC: wm8731: Cleanup manual bias level transitions | Lars-Peter Clausen | 1 | -23/+2 |
2014-11-10 | ASoC: wm8731: Move the deemph lock to the driver level | Lars-Peter Clausen | 1 | -2/+7 |
2014-10-28 | ASoC: wm8731: Use the preferred form for passing a size of a struct | Fabio Estevam | 1 | -2/+1 |
2014-07-31 | ASoC: wm8731: Convert to params_width() | Mark Brown | 1 | -4/+4 |
2014-05-22 | Merge remote-tracking branches 'asoc/topic/ux500', 'asoc/topic/wm8731', 'asoc... | Mark Brown | 1 | -5/+2 |
2014-04-25 | ASoC: wm8731: Use devm_regulator_bulk_get() | Fabio Estevam | 1 | -5/+2 |
2014-04-14 | ASoC: Add snd_soc_kcontrol_codec() helper function | Lars-Peter Clausen | 1 | -2/+2 |
2014-03-13 | Merge remote-tracking branch 'asoc/topic/io' into asoc-next | Mark Brown | 1 | -7/+0 |
2014-03-11 | ASoC: codec: Simplify ASoC probe code. | Xiubo Li | 1 | -7/+0 |
2014-02-23 | ASoC: wm8731: Use SOC_ENUM_SINGLE_DECL() | Takashi Iwai | 1 | -2/+2 |
2014-01-02 | Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'aso... | Mark Brown | 1 | -3/+3 |
2013-12-03 | ASoC: wm8731: fix dsp mode configuration | Bo Shen | 1 | -2/+2 |
2013-11-27 | ASoC: wm8731: Use IS_ENABLED() macro | Fabio Estevam | 1 | -3/+3 |
2013-07-30 | ASoC: wm8731: add rates constraints | Richard Genoud | 1 | -3/+57 |
2012-12-10 | ASoC: codecs: remove __dev* attributes | Bill Pemberton | 1 | -7/+7 |
2012-06-03 | ASoC: codecs: Refresh copyrights for Wolfson drivers | Mark Brown | 1 | -0/+1 |
2012-05-12 | ASoC: wm8731: Convert to devm_ functions | Mark Brown | 1 | -27/+10 |