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

#include <soc.h>

Data Fields

u16 reg
 
u16 read
 
u16 write
 
u16 vol
 

Detailed Description

struct snd_soc_reg_access - Describes whether a given register is readable, writable or volatile.

: the register number : whether this register is readable : whether this register is writable : whether this register is volatile

Definition at line 539 of file soc.h.

Field Documentation

u16 read

Definition at line 541 of file soc.h.

Definition at line 540 of file soc.h.

u16 vol

Definition at line 543 of file soc.h.

u16 write

Definition at line 542 of file soc.h.


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