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

#include <soc.h>

Data Fields

struct list_head list
 
const charpin
 
int mask
 
bool invert
 

Detailed Description

struct snd_soc_jack_pin - Describes a pin to update based on jack detection

: name of the pin to update : bits to check for in reported jack status : if non-zero then pin is enabled when status is not reported

Definition at line 553 of file soc.h.

Field Documentation

bool invert

Definition at line 557 of file soc.h.

Definition at line 554 of file soc.h.

int mask

Definition at line 556 of file soc.h.

const char* pin

Definition at line 555 of file soc.h.


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