Home | History | Annotate | Download | only in alsactl

Lines Matching refs:subdevice

230 	unsigned int device, subdevice, index;
286 subdevice = snd_ctl_elem_info_get_subdevice(info);
382 if (subdevice != 0) {
383 err = snd_config_integer_add(control, "subdevice", subdevice);
1142 long subdevice = -1;
1192 if (strcmp(fld, "subdevice") == 0) {
1197 snd_config_get_integer(n, &subdevice);
1228 if (subdevice < 0)
1229 subdevice = 0;
1242 snd_ctl_elem_info_set_subdevice(info, subdevice);
1274 if (err |= subdevice != subdevice1)
1275 cerror(doit, "warning: subdevice mismatch (%ld/%ld) for control #%d", subdevice, subdevice1, numid);
1389 error("Cannot write control '%d:%ld:%ld:%s:%ld' : %s", (int)iface, device, subdevice, name, index, snd_strerror(err));