]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: spacemit: fix build warning and error
authorMark Brown <broonie@kernel.org>
Tue, 28 Oct 2025 14:27:50 +0000 (14:27 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 28 Oct 2025 14:27:50 +0000 (14:27 +0000)
commit060028c7fcdd7bc1c6ed61fb25380c0d6c36475b
tree4c173d41d2548e7ed8d0240d685ccb2f6a95512b
parent250eddd69da21999007fd09e17a7c43b92cc6220
parent66fecfa91deb536a12ddf3d878a99590d7900277
ASoC: spacemit: fix build warning and error

Merge series from Troy Mitchell <troy.mitchell@linux.spacemit.com>:

After the i2s patch for K1 was merged, two issues were identified:
- Missing error handling for the init_dai() function [1],
  which is required since the function allocates memory internally.
- The Kconfig entry ignored the dependency chain of DMA_CMA [2].

This series fixes both issues.

Link: https://lore.kernel.org/all/aPtiNCZ_KBezL2Dr@stanley.mountain/#t
Link: https://lore.kernel.org/all/20251022141705.714b19b5@canb.auug.org.au/