summaryrefslogtreecommitdiffstats
path: root/sound/soc/stm
Commit message (Expand)AuthorAgeFilesLines
* ASoC: stm32: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-274-0/+4
* Specify clock provider directly to CPU DAIsMark Brown2022-06-092-8/+8
|\
| * ASoC: stm: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-062-2/+2
| * ASoC: stm: Update to use set_fmt_new callbackCharles Keepax2022-06-062-10/+10
* | ASoC: stm32: dfsdm: fix typo in commentJulia Lawall2022-06-061-1/+1
* | ASoC: stm32: sai: Remove useless defineTang Bin2022-06-061-2/+0
|/
* ASoC: stm: Use dev_err_probe() helperKuninori Morimoto2021-12-204-111/+57
* Merge branch 'for-5.16' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-12-011-1/+1
|\
| * ASoC: stm32: i2s: fix 32 bits channel length without mclkOlivier Moysan2021-11-171-1/+1
* | ASoC: stm32: spdifrx: add pm_runtime supportOlivier Moysan2021-11-221-0/+4
* | ASoC: stm32: dfsdm: add pm_runtime support for audioOlivier Moysan2021-11-221-1/+4
* | ASoC: stm32: i2s: add pm_runtime supportOlivier Moysan2021-11-221-0/+4
* | ASoC: stm32: sai: increase channels_max limitOlivier Moysan2021-11-171-2/+2
|/
* ASoC: stm32: spdifrx: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-171-2/+1
* ASoC: stm32: sai: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-171-2/+1
* ASoC: stm32: i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-171-2/+1
* ASoC: stm32: do not request a new clock consummer referenceJerome Brunet2021-04-281-4/+1
* ASoC: stm32: properly get clk from the providerJerome Brunet2021-04-231-1/+4
* ASoC: stm: stm32_adfsdm: fix snprintf format stringPierre-Louis Bossart2021-03-311-1/+1
* ASoC: stm32: i2s: add master clock providerOlivier Moysan2021-02-051-44/+266
* Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-12-151-1/+11
|\
| * ASoC: stm32: dfsdm: add stm32_adfsdm_dummy_cb() callbackOlivier Moysan2020-12-031-1/+11
* | ASoC: stm: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski2020-11-231-0/+1
|/
* ASoC: stm32: dfsdm: change rate limitsOlivier Moysan2020-10-081-5/+3
* ASoC: stm32: sai: add pm_runtime supportOlivier Moysan2020-09-111-2/+8
* ASoC: core: Two step component registrationCezary Rojewski2020-07-311-2/+7
* ASoC: stm: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-232-7/+7
* ASoC: stm32: sai: fix sai probeOlivier Moysan2020-04-171-7/+5
* soc/stm/stm32_sub_sai: Add missing '\n' in log messagesSebastian Fricke2020-04-141-1/+1
* ASoC: stm32: sai: Add missing cleanupJulia Lawall2020-04-061-1/+3
* Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-271-0/+2
|\
| * ASoC: stm32: spdifrx: fix regmap status checkOlivier Moysan2020-03-181-0/+2
* | ASoC: stm: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-272-7/+7
* | ASoC: stm32: i2s: manage rebind issueOlivier Moysan2020-03-181-11/+29
* | ASoC: stm32: spdifrx: manage rebind issueOlivier Moysan2020-03-181-30/+32
* | Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-041-9/+11
|\|
| * ASoC: stm32: sai: manage rebind issueOlivier Moysan2020-03-041-8/+10
* | ASoC: stm32: i2s: improve error management on probe deferralOlivier Moysan2020-02-111-6/+19
* | ASoC: stm32: spdifrx: improve error management on probe deferralOlivier Moysan2020-02-111-4/+11
* | ASoC: stm32: sai: improve error management on probe deferralOlivier Moysan2020-02-112-6/+17
* | ASoC: stm32: i2s: manage error when getting reset controllerOlivier Moysan2020-02-111-5/+9
* | ASoC: stm32: spdifrx: manage error when getting reset controllerOlivier Moysan2020-02-111-5/+9
* | ASoC: stm32: sai: manage error when getting reset controllerOlivier Moysan2020-02-111-5/+9
|/
* Merge tag 'asoc-fix-v5.5-rc6' into asoc-5.6Mark Brown2020-01-171-6/+6
|\
| * ASoC: stm32: dfsdm: fix 16 bits recordOlivier Moysan2020-01-101-6/+6
* | Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-01-101-54/+140
|\|
| * ASoC: stm32: sai: fix possible circular lockingOlivier Moysan2020-01-091-54/+140
* | Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-251-14/+26
|\|
| * ASoC: stm32: spdifrx: fix input pin state managementOlivier Moysan2019-12-241-4/+0
| * ASoC: stm32: spdifrx: fix race condition in irq handlerOlivier Moysan2019-12-241-5/+19