diff options
author | Peter Ujfalusi <[email protected]> | 2023-09-19 13:31:13 +0300 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-09-19 13:48:55 +0100 |
commit | 060a07cd9bc69eba2da33ed96b1fa69ead60bab1 (patch) | |
tree | 2357e449e83d8b608f7e5f31eeb98a760a80dda1 /lib/pm-notifier-error-inject.c | |
parent | 88e20c1f8c1c0018a2dad50b991b87ef028b9c1c (diff) |
ASoC: SOF: ipc4-topology: Add definition for generic switch/enum control
Currently IPC4 has no notion of a switch or enum type of control which is
a generic concept in ALSA.
The generic support for these control types will be as follows:
- large config is used to send the channel-value par array
- param_id of a SWITCH type is 200
- param_id of an ENUM type is 201
Each module need to support a switch or/and enum must handle these
universal param_ids.
The message payload is described by struct sof_ipc4_control_msg_payload.
Signed-off-by: Peter Ujfalusi <[email protected]>
Reviewed-by: Bard Liao <[email protected]>
Reviewed-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/pm-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions