struct_snd_soc_jack_zone (9) - Linux Manuals

struct_snd_soc_jack_zone: Describes voltage zones of jack detection

NAME

struct_snd_soc_jack_zone - Describes voltage zones of jack detection

SYNOPSIS

struct snd_soc_jack_zone {
  unsigned int min_mv;
  unsigned int max_mv;
  unsigned int jack_type;
  unsigned int debounce_time;
  struct list_head list;
};  

MEMBERS

min_mv

start voltage in mv

max_mv

end voltage in mv

jack_type

type of jack that is expected for this voltage

debounce_time

debounce_time for jack, codec driver should wait for this duration before reading the adc for voltages

list

internal list entry

COPYRIGHT