Name
snd_soc_jack_add_pins —
Associate DAPM pins with an ASoC jack
Synopsis
int snd_soc_jack_add_pins ( | struct snd_soc_jack * jack, |
| int count, |
| struct snd_soc_jack_pin * pins) ; |
Arguments
jack
ASoC jack
count
Number of pins
pins
Array of pins
Description
After this function has been called the DAPM pins specified in the
pins array will have their status updated to reflect the current
state of the jack whenever the jack status is updated.