summaryrefslogtreecommitdiffstats
path: root/sound/soc/stm
Commit message (Expand)AuthorAgeFilesLines
* ASoC: stm32: sai: add power managementOlivier Moysan2019-03-253-19/+108
* ASoC: stm32: dfsdm: add mmap supportOlivier Moysan2019-03-201-1/+1
* Merge branch 'for-5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-03-183-15/+44
|\
| * Merge tag 'v5.1-rc1' into asoc-5.1Mark Brown2019-03-181-2/+3
| |\
| * | ASoC: stm32: i2s: fix registers declaration in regmapOlivier Moysan2019-03-111-2/+1Star
| * | ASoC: stm32: sai: fix set_sync serviceOlivier Moysan2019-03-042-6/+10
| * | ASoC: stm32: sai: fix oversampling modeOlivier Moysan2019-03-041-3/+9
| * | ASoC: stm32: sai: fix race condition in irq handlerOlivier Moysan2019-03-041-1/+12
| * | ASoC: stm32: sai: fix exposed capabilities in spdif modeOlivier Moysan2019-03-041-0/+8
| * | ASoC: stm32: sai: fix iec958 controls indexationOlivier Moysan2019-03-041-3/+4
* | | ASoC: stm32: spdifrx: add power managementOlivier Moysan2019-03-181-3/+39
* | | Merge tag 'v5.1-rc1' into asoc-5.2Mark Brown2019-03-181-2/+3
|\ \ \ | | |/ | |/|
| * | Merge tag 'asoc-v5.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2019-02-283-71/+84
| |\|
| * | ASoC: stm: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-2/+3
* | | ASoC: stm32: i2s: use default dai nameOlivier Moysan2019-03-111-7/+0Star
* | | ASoC: stm32: i2s: improve channel capabilities handlingOlivier Moysan2019-03-111-6/+4Star
* | | ASoC: stm32: i2s: change trigger tracesOlivier Moysan2019-03-111-3/+5
| |/ |/|
* | ASoC: stm32: i2s: skip useless write in slave modeOlivier Moysan2019-02-261-2/+2
* | ASoC: stm32: i2s: fix race condition in irq handlerOlivier Moysan2019-02-261-3/+14
* | ASoC: stm32: i2s: remove useless callbackOlivier Moysan2019-02-261-11/+0Star
* | ASoC: stm32: i2s: fix dma configurationOlivier Moysan2019-02-261-7/+7
* | ASoC: stm32: i2s: fix stream count managementOlivier Moysan2019-02-261-7/+5Star
* | ASoC: stm32: i2s: fix 16 bit format supportOlivier Moysan2019-02-261-1/+1
* | ASoC: stm32: i2s: fix IRQ clearingOlivier Moysan2019-02-261-7/+6Star
* | ASoC: stm32: sai: remove set but not used variables 'mask, cr1'YueHaibing2019-02-181-5/+3Star
* | ASoC: stm32: sai: add missing put_device()Wen Yang2019-02-141-3/+8
* | SoC: stm32: i2s: manage clock powerOlivier Moysan2019-02-081-29/+15Star
* | ASoC: stm32: i2s: add power managementOlivier Moysan2019-02-081-3/+30
|/
* ASoC: Convert a few more users to using %pOFn instead of device_node.nameRob Herring2018-11-171-4/+4
* ASoC: stm32: sai: fix invalid use of sizeof in stm32_sai_add_mclk_provider()Wei Yongjun2018-11-141-1/+1
* ASoC: stm32: sai: fix less than zero comparison on unsigned intColin Ian King2018-11-051-2/+1Star
* ASoC: stm32: sai: fix master clock namingOlivier Moysan2018-10-231-3/+2Star
* ASoC: stm32: add clock dependency for saiOlivier Moysan2018-10-231-0/+1
* ASoC: stm32: sai: set sai as mclk clock providerOlivier Moysan2018-10-192-36/+242
* ASoC: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-282-5/+4Star
* ASoC: stm32: remove redundant pointers 'priv' and 'rtd'Colin Ian King2018-08-011-7/+1Star
* ASoC: stm32: replace "%p" with "%pK"benjamin.gaignard@linaro.org2018-07-091-1/+1
* ASoC: stm32: Use snd_pcm_stop_xrun() helperTakashi Iwai2018-07-041-5/+2Star
* ASoC: stm32: sai: add iec958 controls supportolivier moysan2018-06-182-12/+128
* ASoC: stm32: sai: Add support of S/PDIF playbackOlivier Moysan2018-02-263-24/+133
* Merge branch 'topic/generic-dmaengine' of https://git.kernel.org/pub/scm/linu...Mark Brown2018-02-261-3/+4
|\
| * ASoC: stm: stm32_adfsdm: replace platform to componentKuninori Morimoto2018-02-121-3/+4
* | ASoC: stm32: spdifrx: Use default dai nameolivier moysan2018-02-121-1/+0Star
* | ASoC: stm32: spdifrx: fix typo in function name.olivier moysan2018-02-121-3/+3
|/
* ASoC: stm32: add of dependency for stm32 driversOlivier Moysan2018-02-071-3/+3
*-. Merge remote-tracking branches 'asoc/topic/simple', 'asoc/topic/spdif', 'asoc...Mark Brown2018-01-124-92/+384
|\ \
| | * ASoC: stm32: sai: use devm_of_platform_populate()olivier moysan2017-11-271-10/+1Star
| | * ASoC: stm32: sai: simplify sync modes managementolivier moysan2017-11-271-83/+22Star
| |/ |/|
| * ASoC: stm32: fix a typo in stm32_adfsdm_probe()Wei Yongjun2018-01-111-1/+1
| * ASoC: stm32: select IIO_BUFFERArnd Bergmann2018-01-111-1/+2