]> 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)
commitfca4591e626360a790be135ca1c69061d8c08065
tree50142fa7cc18fc78dcaf237a3398367b9f03476e
parent094134a585b59cb0d745b163e31998350682c676
parentdcf0432a18a043cec28cbeacc5788f0dfe2d46ec
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.