struct_snd_soc_jack_pin (9) - Linux Manuals
struct_snd_soc_jack_pin: Describes a pin to update based on jack detection
NAME
struct_snd_soc_jack_pin - Describes a pin to update based on jack detection
SYNOPSIS
struct snd_soc_jack_pin { struct list_head list; const char * pin; int mask; bool invert; };
MEMBERS
list
- internal list entry
pin
- name of the pin to update
mask
- bits to check for in reported jack status
invert
- if non-zero then pin is enabled when status is not reported
COPYRIGHT