OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDCTL_DSP_STEREO
(Results
1 - 8
of
8
) sorted by relevancy
/src/tests/lib/libossaudio/
t_ossaudio.c
95
*
SNDCTL_DSP_STEREO
is an older alternative to SNDCTL_DSP_CHANNELS
99
/* Set the device to mono with
SNDCTL_DSP_STEREO
= 0 */
102
if (ioctl(fd,
SNDCTL_DSP_STEREO
, &channels) < 0)
103
atf_tc_fail("ioctl
SNDCTL_DSP_STEREO
(0) failed");
111
/* Set the device to stereo with
SNDCTL_DSP_STEREO
= 1 */
114
if (ioctl(fd,
SNDCTL_DSP_STEREO
, &channels) < 0)
115
atf_tc_fail("ioctl
SNDCTL_DSP_STEREO
(1) failed");
/src/lib/libossaudio/
oss_dsp.c
159
case
SNDCTL_DSP_STEREO
:
soundcard.h
50
#define
SNDCTL_DSP_STEREO
_IOWR('P', 3, int)
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_freebsd.cc
251
unsigned IOCTL_SNDCTL_DSP_STEREO =
SNDCTL_DSP_STEREO
;
sanitizer_common_interceptors_ioctl.inc
258
_(
SNDCTL_DSP_STEREO
, WRITE, sizeof(int));
sanitizer_platform_limits_posix.cc
724
unsigned IOCTL_SNDCTL_DSP_STEREO =
SNDCTL_DSP_STEREO
;
sanitizer_platform_limits_netbsd.cc
2268
unsigned IOCTL_SNDCTL_DSP_STEREO =
SNDCTL_DSP_STEREO
;
sanitizer_interceptors_ioctl_netbsd.inc
1363
_(
SNDCTL_DSP_STEREO
, READWRITE, sizeof(int));
Completed in 32 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025