]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'asoc-fix-v5.15-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorTakashi Iwai <tiwai@suse.de>
Fri, 15 Oct 2021 15:43:46 +0000 (17:43 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 15 Oct 2021 15:43:46 +0000 (17:43 +0200)
commit5430e21a8d68bf8456603cd9ed1d06ff61c7bb40
tree50142fa7cc18fc78dcaf237a3398367b9f03476e
parenta6fcb680a8f19cd57645fb355623216a8fa2b6d5
parenta28e86146cfccdf3557ad36927ac0ee51541db79
Merge tag 'asoc-fix-v5.15-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus

ASoC: Fixes for v5.15

A colletion of smallish mostly driver specific fixes, the biggest thing
here is fixing some of the core code to generate change notifications
properly when writing to controls which will fix issues with UIs not
showing the correct values.

There's one build fix here with a slightly misleading changelog saying
it's adding IRQ config support, it's adding a missing select of the
regmap-irq code rather than adding a feature.