snd_soc_jack_add_zones (9) Linux Manual Page
snd_soc_jack_add_zones – Associate voltage zones with jack
Synopsis
int snd_soc_jack_add_zones(struct snd_soc_jack *jack, int count, struct snd_soc_jack_zone *zones);
Arguments
jack
-
- ASoC jack
count
- Number of zones
zones
- Array of zones
Description
After this function has been called the zones specified in the array will be associated with the jack.
