Home
last modified time | relevance | path

Searched refs:tmp_stereo (Results 1 – 2 of 2) sorted by relevance

/dports/audio/sidplay/sidplay-base-1.0.9/audio/hpux/
H A Daudiodrv.cpp61 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
/dports/audio/xanalyser/xanalyser-1.32/src/
H A Dpcm-oss.cc78 int tmp_stereo = want_stereo; in PCMOSS() local
79 if (ioctl (fd, SNDCTL_DSP_STEREO, &tmp_stereo) == -1) { in PCMOSS()
84 if (want_stereo != tmp_stereo) { in PCMOSS()