]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'asoc-fix-v6.19-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorTakashi Iwai <tiwai@suse.de>
Wed, 4 Feb 2026 16:03:08 +0000 (17:03 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 4 Feb 2026 16:03:08 +0000 (17:03 +0100)
commit523abd481ccf335727a6ca3840d0fd692328e335
tree13a7d0e063069a79ceda3aa51733f5e992ae01f8
parent124bdc6eccc8c5cba68fee00e01c084c116c4360
parentf514248727606b9087bc38a284ff686e0093abf1
Merge tag 'asoc-fix-v6.19-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus

ASoC: Fixes for v6.19

A bunch more small fixes here, plus some more of the constant stream of
quirks.   The most notable change here is Richard's change to the cs_dsp
code for the KUnit tests which is relatively large, mostly due to
boilerplate.  The tests were triggering large numbers of error messages
as part of verifying that problems with input data are appropriately
detected which in turn caused runtime issues for the framework due to
the performance impact of pushing the logging out, while the logging is
valuable in normal operation it's basically useless while doing tests
designed to trigger it so rate limiting is an appropriate fix.