mirror of https://github.com/mpv-player/mpv
6 lines
99 B
C
6 lines
99 B
C
|
#include <sys/soundcard.h>
|
||
|
|
||
|
int main(int argc, char **argv) {
|
||
|
return SNDCTL_DSP_SETFRAGMENT;
|
||
|
}
|