diff options
| author | Mark Brown <[email protected]> | 2025-05-01 05:43:44 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2025-05-01 05:43:44 +0000 |
| commit | 844af9911a5d1dc41f3478dc312a404b38cbc83b (patch) | |
| tree | d6aef04723f2265235c3d7fb846e522269bacbab /rust/helpers/helpers.c | |
| parent | ASoC: amd: ps: fix for irq handler return status (diff) | |
| parent | ASoC: stm32: sai: add a check on minimal kernel frequency (diff) | |
| download | kernel-844af9911a5d1dc41f3478dc312a404b38cbc83b.tar.gz kernel-844af9911a5d1dc41f3478dc312a404b38cbc83b.zip | |
ASoC: stm32: sai: fix kernel rate configuration
Merge series from Olivier Moysan <[email protected]>:
This patchset adds some checks on kernel minimum rate requirements.
This avoids potential clock rate misconfiguration, when setting the
kernel frequency on STM32MP2 SoCs.
Diffstat (limited to 'rust/helpers/helpers.c')
| -rw-r--r-- | rust/helpers/helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/helpers/helpers.c b/rust/helpers/helpers.c index e1c21eba9b15..1e7c84df7252 100644 --- a/rust/helpers/helpers.c +++ b/rust/helpers/helpers.c @@ -14,6 +14,7 @@ #include "cpumask.c" #include "cred.c" #include "device.c" +#include "dma.c" #include "err.c" #include "fs.c" #include "io.c" |
