Home | History | Annotate | Download | only in tests

Lines Matching refs:Mixer

1500     int Mixer = 0, arg = 0, status = 0;
1502 Mixer = open("/dev/sound/mixer", O_WRONLY);
1503 if (Mixer < 0) {
1504 perror("open of /dev/sound/mixer failed");
1509 status = ioctl(Mixer, SOUND_PCM_WRITE_RATE, &arg);
1515 status = ioctl(Mixer, SOUND_PCM_SETFMT, &arg);
1521 status = ioctl(Mixer, SOUND_PCM_WRITE_CHANNELS, &arg);
1527 status = ioctl(Mixer, SOUND_MIXER_WRITE_VOLUME, &arg);