Lines Matching refs:values
59 static mixer_ctrl_t *values;
400 values = calloc(ndev, sizeof *values);
410 rfields[i].valp = &values[i];
415 values[i].dev = i;
416 values[i].type = infos[i].type;
418 values[i].un.value.num_channels = 2;
419 if (ioctl(fd, AUDIO_MIXER_READ, &values[i]) == -1) {
420 values[i].un.value.num_channels = 1;
421 if (ioctl(fd, AUDIO_MIXER_READ, &values[i])