mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* set clocks to the old default rate if the codec never calls set_sysclk After mainline kernel commit 21cfbeae7d7c54a6cdea4b00096150f438f4fbde rockchip i2s requires that soc codecs call set_sysclk to explicity select a rate. This patch simply reverts to the old behavior if the codec does call set_sysclk. (rather that failing in that case with a bogus rate of 0hz) Also adds rk3308 vendor ASoC support to 6.16 kernel * Require use of device tree overlay to enable pcm5102a CODEC