summaryrefslogtreecommitdiff
path: root/sound/soc/stm/stm32_adfsdm.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-25ASoC: stm: convert not to use asoc_xxx()Kuninori Morimoto1-12/+12
2023-03-20ASoC: stm: stm32_adfsdm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-11-09ASoC: stm32: dfsdm: manage cb buffers cleanupOlivier Moysan1-0/+11
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 Keepax1-0/+1
2022-06-06ASoC: stm32: dfsdm: fix typo in commentJulia Lawall1-1/+1
2021-11-22ASoC: stm32: dfsdm: add pm_runtime support for audioOlivier Moysan1-1/+4
2021-03-31ASoC: stm: stm32_adfsdm: fix snprintf format stringPierre-Louis Bossart1-1/+1
2020-12-03ASoC: stm32: dfsdm: add stm32_adfsdm_dummy_cb() callbackOlivier Moysan1-1/+11
2020-10-08ASoC: stm32: dfsdm: change rate limitsOlivier Moysan1-5/+3
2020-07-31ASoC: core: Two step component registrationCezary Rojewski1-2/+7
2020-07-23ASoC: stm: use asoc_substream_to_rtd()Kuninori Morimoto1-6/+6
2020-03-27ASoC: stm: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-6/+6
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
2019-12-11ASoC: stm32: Use managed buffer allocationTakashi Iwai1-27/+2
2019-10-08ASoC: stm: stm32_adfsdm: remove snd_pcm_opsKuninori Morimoto1-19/+23
2019-06-20ASoC: stm32: dfsdm: add 16 bits audio record supportOlivier Moysan1-10/+39
2019-04-04Merge branch 'asoc-5.1' into asoc-5.2Mark Brown1-4/+34
2019-03-20ASoC: stm32: dfsdm: add mmap supportOlivier Moysan1-1/+1
2019-03-20ASoC: stm32: dfsdm: fix debugfs warnings on entry creationOlivier Moysan1-3/+18
2019-03-20ASoC: stm32: dfsdm: manage multiple prepareOlivier Moysan1-1/+16
2019-02-06ASoC: stm: Drop superfluous PCM preallocation error checksTakashi Iwai1-2/+3
2018-08-01ASoC: stm32: remove redundant pointers 'priv' and 'rtd'Colin Ian King1-7/+1
2018-07-09ASoC: stm32: replace "%p" with "%pK"benjamin.gaignard@linaro.org1-1/+1
2018-02-12ASoC: stm: stm32_adfsdm: replace platform to componentKuninori Morimoto1-3/+4
2018-01-11ASoC: stm32: fix a typo in stm32_adfsdm_probe()Wei Yongjun1-1/+1
2018-01-10ASoC: stm32: add DFSDM DAI supportArnaud Pouliquen1-0/+347