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

/external/qemu/audio/
H A Daudio.c214 int audio_bug (const char *funcname, int cond) function
266 audio_bug ("bits_to_index", 1);
282 if (audio_bug ("audio_calloc", cond)) {
535 if (audio_bug (AUDIO_FUNC, !prefix)) {
540 if (audio_bug (AUDIO_FUNC, !opt)) {
956 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
994 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
1017 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
1043 if (audio_bug (AUDIO_FUNC, osamp < 0)) {
1094 if (audio_bug (AUDIO_FUN
[all...]

Completed in 36 milliseconds