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

#include <soc.h>

Data Fields

unsigned int min_mv
 
unsigned int max_mv
 
unsigned int jack_type
 
unsigned int debounce_time
 
struct list_head list
 

Detailed Description

struct snd_soc_jack_zone - Describes voltage zones of jack detection

: start voltage in mv : end voltage in mv : type of jack that is expected for this voltage : debounce_time for jack, codec driver should wait for this duration before reading the adc for voltages @:list: list container

Definition at line 570 of file soc.h.

Field Documentation

unsigned int debounce_time

Definition at line 574 of file soc.h.

unsigned int jack_type

Definition at line 573 of file soc.h.

Definition at line 575 of file soc.h.

unsigned int max_mv

Definition at line 572 of file soc.h.

unsigned int min_mv

Definition at line 571 of file soc.h.


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