aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/stm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27Fix PM disable depth imbalance in stm32 probeMark Brown2-5/+7
2022-09-27ASoC: stm: Fix PM disable depth imbalance in stm32_i2s_probeZhang Qilong1-2/+2
2022-09-27ASoC: stm32: spdifrx: Fix PM disable depth imbalance in stm32_spdifrx_probeZhang Qilong1-2/+2
2022-09-27ASoC: stm32: dfsdm: Fix PM disable depth imbalance in stm32_adfsdm_probeZhang Qilong1-3/+5
2022-06-27ASoC: stm32: Migrate to new style legacy DAI naming flagCharles Keepax4-0/+4
2022-06-09Specify clock provider directly to CPU DAIsMark Brown2-8/+8
2022-06-06ASoC: stm32: dfsdm: fix typo in commentJulia Lawall1-1/+1
2022-06-06ASoC: stm32: sai: Remove useless defineTang Bin1-2/+0
2022-06-06ASoC: stm: Rename set_fmt_new back to set_fmtCharles Keepax2-2/+2
2022-06-06ASoC: stm: Update to use set_fmt_new callbackCharles Keepax2-10/+10
2021-12-20ASoC: stm: Use dev_err_probe() helperKuninori Morimoto4-111/+57
2021-12-01Merge branch 'for-5.16' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.17 so we can apply new Tegra workMark Brown1-1/+1
2021-11-22ASoC: stm32: spdifrx: add pm_runtime supportOlivier Moysan1-0/+4
2021-11-22ASoC: stm32: dfsdm: add pm_runtime support for audioOlivier Moysan1-1/+4
2021-11-22ASoC: stm32: i2s: add pm_runtime supportOlivier Moysan1-0/+4
2021-11-17ASoC: stm32: sai: increase channels_max limitOlivier Moysan1-2/+2
2021-11-17ASoC: stm32: i2s: fix 32 bits channel length without mclkOlivier Moysan1-1/+1
2021-06-17ASoC: stm32: spdifrx: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-17ASoC: stm32: sai: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-17ASoC: stm32: i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-04-28ASoC: stm32: do not request a new clock consummer referenceJerome Brunet1-4/+1
2021-04-23ASoC: stm32: properly get clk from the providerJerome Brunet1-1/+4
2021-03-31ASoC: stm: stm32_adfsdm: fix snprintf format stringPierre-Louis Bossart1-1/+1
2021-02-05ASoC: stm32: i2s: add master clock providerOlivier Moysan1-44/+266
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