Home
last modified time | relevance | path

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

/dports/audio/ctronome/ctronome-0.5.6/
H A Ddsp.c12 static int debug_dsp_speed, debug_dsp_channels, debug_dsp_depth, supported_dsp_formats; variable
54 if (ioctl(dsp_handle, SNDCTL_DSP_GETFMTS, &supported_dsp_formats) == -1){ in dsp_init()
59 printf("debug: supported dsp formats: '%d'\n",supported_dsp_formats); in dsp_init()