Lines Matching refs:pins
70 INIT_LIST_HEAD(&jack->pins);
78 * snd_soc_card_jack_new - Create a new jack without pins
85 * Creates a new jack object without pins. If adding pins later,
100 * snd_soc_card_jack_new_pins - Create a new jack with pins
106 * @pins: Array of jack pins to be added to the jack or NULL
107 * @num_pins: Number of elements in the @pins array
109 * Creates a new jack object with pins. If not adding pins,
117 struct snd_soc_jack_pin *pins,
127 ret = snd_soc_jack_add_pins(jack, num_pins, pins);