Searched defs:audio_bug (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Daudio.c230 int audio_bug (const char *funcname, int cond) function
276 audio_bug ("bits_to_index", 1);
292 if (audio_bug ("audio_calloc", cond)) {
460 if (audio_bug (AUDIO_FUNC, !prefix)) {
465 if (audio_bug (AUDIO_FUNC, !opt)) {
887 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
903 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
926 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
952 if (audio_bug (AUDIO_FUNC, osamp < 0)) {
1007 if (audio_bug (AUDIO_FUN
[all...]

Completed in 47 milliseconds