other versions
- jessie-backports 4.9.88-1+deb9u1~bpo8+1
- stretch 4.9.144-3
| STRUCT SND_SOC_JACK_(9) | ASoC | STRUCT SND_SOC_JACK_(9) |
NAME¶
struct_snd_soc_jack_pin - Describes a pin to update based on jack detectionSYNOPSIS¶
struct snd_soc_jack_pin {
struct list_head list;
const char * pin;
int mask;
bool invert;
};
MEMBERS¶
listinternal 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¶
| May 2018 | Kernel Hackers Manual 4.9. |