Skip to content

Commit

Permalink
ipc4: header: Add enum for global kcontrol IDs
Browse files Browse the repository at this point in the history
Add enum for global kcontrol IDs and
SOF_IPC4_KCONTROL_GLOBAL_CAPTURE_HW_MUTE in it.

Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
  • Loading branch information
Jyri Sarha committed Jan 28, 2025
1 parent f657de7 commit f54c747
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/include/ipc4/header.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,8 @@ struct sof_ipc4_notify_module_data {
uint8_t event_data[];
} __attribute((packed, aligned(4)));

enum sof_ipc4_kcontrol_global_id {
SOF_IPC4_KCONTROL_GLOBAL_CAPTURE_HW_MUTE = 1,
};

#endif

0 comments on commit f54c747

Please sign in to comment.