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