Searched refs:tmp_stereo (Results 1 – 2 of 2) sorted by relevance
61 int tmp_stereo;63 tmp_stereo = 2;65 tmp_stereo = 1;66 if (ioctl(audioHd,AUDIO_SET_CHANNELS,tmp_stereo) == (-1))78 blockSize = 2*tmp_stereo*frequency; // dump mode
78 int tmp_stereo = want_stereo; in PCMOSS() local79 if (ioctl (fd, SNDCTL_DSP_STEREO, &tmp_stereo) == -1) { in PCMOSS()84 if (want_stereo != tmp_stereo) { in PCMOSS()