Lines Matching defs:iface
376 err = snd_config_string_add(control, "iface", s);
1211 snd_ctl_elem_iface_t iface = -1;
1257 if (strcmp(fld, "iface") == 0) {
1258 iface = (snd_ctl_elem_iface_t)config_iface(n);
1259 if (iface < 0)
1323 snd_ctl_elem_info_set_interface(info, iface);
1353 if (err |= (int)iface != iface1)
1354 cerror(doit, "warning: iface mismatch (%d/%d) for control #%d", iface, iface1, numid);
1475 error("Cannot write control '%d:%ld:%ld:%s:%ld' : %s", (int)iface, device, subdevice, name, index, snd_strerror(err));