Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
hpi_control_cache_info Struct Reference

#include <hpi_internal.h>

Data Fields

u8 control_type
 
u8 size_in32bit_words
 
u16 control_index
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: