aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/stm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+11
2020-12-03ASoC: stm32: dfsdm: add stm32_adfsdm_dummy_cb() callbackOlivier Moysan1-1/+11
2020-11-23ASoC: stm: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski1-0/+1
2020-10-08ASoC: stm32: dfsdm: change rate limitsOlivier Moysan1-5/+3
2020-09-11ASoC: stm32: sai: add pm_runtime supportOlivier Moysan1-2/+8
2020-07-31ASoC: core: Two step component registrationCezary Rojewski1-2/+7
2020-07-23ASoC: stm: use asoc_substream_to_rtd()Kuninori Morimoto2-7/+7
2020-04-17ASoC: stm32: sai: fix sai probeOlivier Moysan1-7/+5
2020-04-14soc/stm/stm32_sub_sai: Add missing '\n' in log messagesSebastian Fricke1-1/+1
2020-04-06ASoC: stm32: sai: Add missing cleanupJulia Lawall1-1/+3
2020-03-27Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7Mark Brown1-0/+2
2020-03-27ASoC: stm: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2-7/+7
2020-03-18ASoC: stm32: i2s: manage rebind issueOlivier Moysan1-11/+29
2020-03-18ASoC: stm32: spdifrx: manage rebind issueOlivier Moysan1-30/+32
2020-03-18ASoC: stm32: spdifrx: fix regmap status checkOlivier Moysan1-0/+2
2020-03-04Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7Mark Brown1-9/+11
2020-03-04ASoC: stm32: sai: manage rebind issueOlivier Moysan1-8/+10
2020-02-11ASoC: stm32: i2s: improve error management on probe deferralOlivier Moysan1-6/+19
2020-02-11ASoC: stm32: spdifrx: improve error management on probe deferralOlivier Moysan1-4/+11
2020-02-11ASoC: stm32: sai: improve error management on probe deferralOlivier Moysan2-6/+17
2020-02-11ASoC: stm32: i2s: manage error when getting reset controllerOlivier Moysan1-5/+9
2020-02-11ASoC: stm32: spdifrx: manage error when getting reset controllerOlivier Moysan1-5/+9
2020-02-11ASoC: stm32: sai: manage error when getting reset controllerOlivier Moysan1-5/+9
2020-01-17Merge tag 'asoc-fix-v5.5-rc6' into asoc-5.6Mark Brown1-6/+6
2020-01-10ASoC: stm32: dfsdm: fix 16 bits recordOlivier Moysan1-6/+6
2020-01-10Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.6Mark Brown1-54/+140
2020-01-09ASoC: stm32: sai: fix possible circular lockingOlivier Moysan1-54/+140
2019-12-25Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.6Mark Brown1-14/+26
2019-12-24ASoC: stm32: spdifrx: fix input pin state managementOlivier Moysan1-4/+0
2019-12-24ASoC: stm32: spdifrx: fix race condition in irq handlerOlivier Moysan1-5/+19
2019-12-24ASoC: stm32: spdifrx: fix inconsistent lock stateOlivier Moysan1-5/+7
2019-12-11ASoC: stm32: Use managed buffer allocationTakashi Iwai1-27/+2
2019-11-06Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.5Mark Brown1-11/+22
2019-11-05ASoC: stm32: sai: add restriction on mmap supportOlivier Moysan1-1/+11
2019-10-18ASoC: stm32: sai: fix sysclk management on shutdownOlivier Moysan1-10/+11
2019-10-14ASoC: stm32: spdifrx: retry synchronization in sync stateOlivier Moysan1-2/+16
2019-10-08ASoC: stm: stm32_adfsdm: remove snd_pcm_opsKuninori Morimoto1-19/+23
2019-10-01ASoC: stm32: sai: clean up indentation issueColin Ian King1-1/+1
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd3-10/+3
2019-07-31ASoC: stm32: sai: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown6-55/+6
2019-06-20ASoC: stm32: dfsdm: add 16 bits audio record supportOlivier Moysan1-10/+39
2019-06-03ASoC: stm32: sai: manage identification registersOlivier Moysan3-24/+88
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner5-55/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-20Merge tag 'v5.2-rc1' into asoc-5.3Mark Brown2-3/+5
2019-05-09Merge tag 'asoc-v5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+2
2019-05-08Merge tag 'asoc-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-2/+3
2019-05-08ASoC: stm32: i2s: manage identification registersOlivier Moysan1-3/+57
2019-05-08ASoC: stm32: i2s: update pcm hardware constraintsOlivier Moysan1-1/+2