#if HAVE_SOUNDCARD_H #include #endif #if HAVE_SYS_SOUNDCARD_H #include #endif int main(int argc, char **argv) { return SNDCTL_DSP_SETFRAGMENT; }