Name
struct snd_soc_jack_pin —
Describes a pin to update based on jack detection
Synopsis
struct snd_soc_jack_pin {
const char * pin;
int mask;
bool invert;
};
Members
- 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