Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_RESET (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsoundcard.h540 #define SNDCTL_DSP_RESET _SIO ('P', 0) macro
674 #define SOUND_PCM_RESET SNDCTL_DSP_RESET
/external/python/cpython2/Modules/
Dossaudiodev.c348 return _do_ioctl_0(self->fd, args, "reset", SNDCTL_DSP_RESET); in oss_reset()
1080 _EXPORT_INT(m, SNDCTL_DSP_RESET); in initossaudiodev()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc731 unsigned IOCTL_SNDCTL_DSP_RESET = SNDCTL_DSP_RESET;
Dsanitizer_common_interceptors_ioctl.inc250 _(SNDCTL_DSP_RESET, NONE, 0);