summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8731.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: wm8731: Update to use maple tree register cacheMark Brown2023-07-181-1/+1
* ASoC: wm*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: wm8731: Factor out the I2C and SPI bus code into separate modulesMark Brown2022-04-041-134/+4
* ASoC: wm8731: Factor our MCLK and mutex initialisationMark Brown2022-04-041-30/+14
* ASoC: wm8731: Move regulator request into wm8731_init()Mark Brown2022-04-041-32/+16
* ASoC: wm8731: Factor component init out of bus codeMark Brown2022-04-041-40/+27
* ASoC: wm8731: Update to modern DAI terminologyMark Brown2022-04-041-4/+3
* ASoC: wm8731: Delete empty remove() functionMark Brown2022-02-141-6/+0
* ASoc: wm8731: Drop empty spi_driver remove callbackUwe Kleine-König2021-10-251-6/+0
* ASoC: wm*: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-1/+1
* ASoC: codecs: wm*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-2/+3
* ASoC: codecs: wm*: rename to snd_soc_component_read()Kuninori Morimoto2020-06-221-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ASoC: wm8731: replace codec to componentKuninori Morimoto2018-02-121-51/+50
* ASoC: constify snd_soc_codec_driver structuresJulia Lawall2016-09-011-1/+1
* ASoC: codec duplicated callback function goes to component on wm8731Kuninori Morimoto2016-08-081-6/+8
* ASoc: wm8731: add 32bit mode.Matt Flax2016-06-171-1/+4
* Merge tag 'sound-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2015-11-061-1/+1
|\
| * ASoC: wm8731: harmless underflow in wm8731_put_deemph()Dan Carpenter2015-10-221-1/+1
* | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
|/
*-. Merge remote-tracking branches 'asoc/topic/wm0010', 'asoc/topic/wm5100', 'aso...Mark Brown2015-08-301-40/+47
|\ \
| | * ASoC: wm8731: Drop wm8731_writeable functionAxel Lin2015-08-051-6/+0
| | * ASoC: wm8731: Check for clk_prepare_enable() errorFabio Estevam2015-07-081-2/+5
| | * ASoC: wm8731: initialize the hardware when loading the codec driverSergey Kiselev2015-07-071-32/+42
| |/
* / ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
|/
* ASoC: wm8731: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-06-011-2/+3
* ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-1/+0
* ASoC: Route all bias level updates through the coreLars-Peter Clausen2015-04-271-1/+1
*-. Merge remote-tracking branches 'asoc/topic/wm2200', 'asoc/topic/wm5100', 'aso...Mark Brown2015-04-121-0/+34
|\ \
| | * ASoC: wm8731: let codec to manage clock by itselfSongjun Wu2015-03-161-0/+34
| |/
* / ASoC: wm8731: Fix wrong value references for boolean kctlTakashi Iwai2015-03-101-2/+2
|/
* Merge remote-tracking branch 'asoc/topic/w-codec' into asoc-nextMark Brown2015-02-041-1/+2
|\
| * ASoC: wm8731: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen2015-01-141-1/+2
* | ASoC: wm8731: init mutex in i2c init pathManuel Lauss2015-01-271-0/+2
|/
*-. Merge remote-tracking branches 'asoc/topic/wm8711', 'asoc/topic/wm8728', 'aso...Mark Brown2014-12-081-25/+3
|\ \
| | * ASoC: wm8731: Cleanup manual bias level transitionsLars-Peter Clausen2014-11-241-23/+2
| | * ASoC: wm8731: Use the preferred form for passing a size of a structFabio Estevam2014-10-281-2/+1
| |/
* / ASoC: wm8731: Move the deemph lock to the driver levelLars-Peter Clausen2014-11-101-2/+7
|/
* ASoC: wm8731: Convert to params_width()Mark Brown2014-07-311-4/+4
*-. Merge remote-tracking branches 'asoc/topic/ux500', 'asoc/topic/wm8731', 'asoc...Mark Brown2014-05-221-5/+2
|\ \
| | * ASoC: wm8731: Use devm_regulator_bulk_get()Fabio Estevam2014-04-251-5/+2
| |/
* / ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen2014-04-141-2/+2
|/
* Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown2014-03-131-7/+0
|\
| * ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-7/+0
* | ASoC: wm8731: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai2014-02-231-2/+2
|/
*-. Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'aso...Mark Brown2014-01-021-3/+3
|\ \
| | * ASoC: wm8731: Use IS_ENABLED() macroFabio Estevam2013-11-271-3/+3
| |/
* / ASoC: wm8731: fix dsp mode configurationBo Shen2013-12-031-2/+2
|/
* ASoC: wm8731: add rates constraintsRichard Genoud2013-07-301-3/+57
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-7/+7