other versions
- stretch 4.9.168-1
| STRUCT SND_SOC_JACK_(9) | ASoC | STRUCT SND_SOC_JACK_(9) |
NAME¶
struct_snd_soc_jack_zone - Describes voltage zones of jack detectionSYNOPSIS¶
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_mvstart 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¶
| April 2019 | Kernel Hackers Manual 4.9. |