Lines Matching defs:fld
1246 const char *fld;
1247 if (snd_config_get_id(n, &fld) < 0)
1249 if (strcmp(fld, "comment") == 0) {
1251 cerror(doit, "control.%d.%s is invalid", numid, fld);
1257 if (strcmp(fld, "iface") == 0) {
1263 if (strcmp(fld, "device") == 0) {
1265 cerror(doit, "control.%d.%s is invalid", numid, fld);
1272 if (strcmp(fld, "subdevice") == 0) {
1274 cerror(doit, "control.%d.%s is invalid", numid, fld);
1281 if (strcmp(fld, "name") == 0) {
1283 cerror(doit, "control.%d.%s is invalid", numid, fld);
1290 if (strcmp(fld, "index") == 0) {
1292 cerror(doit, "control.%d.%s is invalid", numid, fld);
1299 if (strcmp(fld, "value") == 0) {
1303 cerror(doit, "unknown control.%d.%s field", numid, fld);