ASoC: SOF: ipc4: Add support for control change
authorMark Brown <broonie@kernel.org>
Sat, 25 Nov 2023 10:37:48 +0000 (10:37 +0000)
committerMark Brown <broonie@kernel.org>
Sat, 25 Nov 2023 10:37:48 +0000 (10:37 +0000)
commit74fc96e8d4b3a4f3ceb8d14c99f3e0ef70a0c381
tree16143936053877a93dbd598ea72bb8aa7236d4bf
parent29b0b68f25ae6f9454c3e1c31b054595af0a80fc
parent0ff23d460718641c80c8054425256391dca1ac7d
ASoC: SOF: ipc4: Add support for control change

Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:

This series adds support for handling control (switch/enum) change notifications
sent by the firmware.
The use case is similar to what is already used by IPC3 version: the firmware
can update the value of an enum or switch and sends notification to the kernel,
which in turn will notify the user space of a change.