mpv/waftools/fragments/oss_audio.c

6 lines
99 B
C

#include <sys/soundcard.h>
int main(int argc, char **argv) {
return SNDCTL_DSP_SETFRAGMENT;
}