summaryrefslogtreecommitdiffstats
path: root/sound/soc/stm (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: stm32: dfsdm: change rate upper limitsOlivier Moysan2024-11-141-1/+1
* ASoC: Merge up fixesMark Brown2024-11-142-4/+4
|\
| * ASoC: stm: Prevent potential division by zero in stm32_sai_get_clk_div()Luo Yifan2024-11-071-1/+1
| * ASoC: stm: Prevent potential division by zero in stm32_sai_mclk_round_rate()Luo Yifan2024-11-071-2/+2
| * ASoC: stm32: spdifrx: fix dma channel release in stm32_spdifrx_removeAmelie Delaunay2024-11-051-1/+1
* | ASoC: stm32: i2s: add stm32mp25 supportMark Brown2024-11-091-22/+189
|\ \
| * | ASoC: stm32: i2s: add stm32mp25 supportOlivier Moysan2024-11-081-22/+189
* | | ASoC: stm32: sai: add stm32mp25 supportOlivier Moysan2024-11-083-17/+191
|/ /
* | {ASoC,media}: constify snd_soc_component_driverMark Brown2024-10-011-1/+1
|\ \
| * | ASoC: constify snd_soc_component_driver structJavier Carrasco2024-09-301-1/+1
| |/
* / ASoC: stm: fix macro definition on STM_SAI_HAS_EXT_SYNCHongbo Li2024-09-301-1/+1
|/
* ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-09-094-4/+4
* ASoC: stm: use snd_pcm_direction_name()Kuninori Morimoto2024-08-011-2/+2
* ASoC: stm: Use *-y instead of *-objs in MakefileTakashi Iwai2024-05-081-4/+4
* ASoC: Use device_get_match_data()Rob Herring2023-10-094-20/+9
* ASoC: stm: convert not to use asoc_xxx()Kuninori Morimoto2023-09-252-14/+14
* ASoC: dmaengine: Drop unused iov_iter for process callbackTakashi Iwai2023-09-011-1/+1
* Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-08-283-6/+16
|\
| * ASoC: stm: merge DAI call back functions into opsKuninori Morimoto2023-08-143-6/+16
* | ASoC: dmaengine: Use iov_iter for process callback, tooTakashi Iwai2023-08-181-1/+1
|/
* ASoC: stm32: sai: Use the devm_clk_get_optional() helperChristophe JAILLET2023-05-221-6/+3
* ASoC: stm: stm32_spdifrx: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: stm: stm32_sai_sub: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: stm: stm32_i2s: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: stm: stm32_adfsdm: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: Use of_property_present() for testing DT property presenceRob Herring2023-03-112-3/+3
* ASoC: stm32: i2s: remove irqf_oneshot flagOlivier Moysan2022-11-101-1/+1
* ASoC: stm32: dfsdm: manage cb buffers cleanupOlivier Moysan2022-11-091-0/+11
* Fix PM disable depth imbalance in stm32 probeMark Brown2022-09-272-5/+7
|\
| * ASoC: stm32: spdifrx: Fix PM disable depth imbalance in stm32_spdifrx_probeZhang Qilong2022-09-271-2/+2
| * ASoC: stm32: dfsdm: Fix PM disable depth imbalance in stm32_adfsdm_probeZhang Qilong2022-09-271-3/+5
* | ASoC: stm: Fix PM disable depth imbalance in stm32_i2s_probeZhang Qilong2022-09-271-2/+2
|/
* 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