Linux Kernel
3.7.1
|
#include <hpi_internal.h>
Data Fields | |
u8 | control_type |
u8 | size_in32bit_words |
u16 | control_index |
A compact representation of (part of) a controls state.
Used for efficient transfer of the control state between DSP and host or across a network
Definition at line 1260 of file hpi_internal.h.
u16 control_index |
The original index of the control on the DSP
Definition at line 1266 of file hpi_internal.h.
u8 control_type |
one of HPI_CONTROL_*
Definition at line 1262 of file hpi_internal.h.
u8 size_in32bit_words |
The total size of cached information in 32-bit words.
Definition at line 1264 of file hpi_internal.h.