Lines Matching refs:index
272 int index;
284 /* The new parser may return also element index. */
290 index = snd_ctl_elem_id_get_index(ctl);
293 index = 0;
299 if (index > 0) {
300 char *mix = pa_sprintf_malloc("'%s',%d", value2, index);
763 /* support multiple card instances, address card directly by index */
1716 int err, index;
1722 index = snd_ctl_elem_id_get_index(ctl);
1723 if (index > 0) {
1724 pa_log("[%s] Invalid JackControl index value: \"%s\",%d", device_name, jack_control, index);