Home
last modified time | relevance | path

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

/external/qemu/audio/
Dalsaaudio.c167 static void GCC_FMT_ATTR (3, 4) alsa_logerr2 ( in alsa_logerr2() function
361 alsa_logerr2 (err, typ, "Failed to open `%s':\n", pcm_name); in alsa_open()
367 alsa_logerr2 (err, typ, "Failed to initialize hardware parameters\n"); in alsa_open()
377 alsa_logerr2 (err, typ, "Failed to set access type\n"); in alsa_open()
383 alsa_logerr2 (err, typ, "Failed to set format %d\n", req->fmt); in alsa_open()
389 alsa_logerr2 (err, typ, "Failed to set frequency %d\n", req->freq); in alsa_open()
399 alsa_logerr2 (err, typ, "Failed to set number of channels %d\n", in alsa_open()
405 alsa_logerr2 (err, typ, in alsa_open()
437 alsa_logerr2 (err, typ, "Failed to set buffer %s to %d\n", in alsa_open()
476 alsa_logerr2 (err, typ, "Failed to set period %s to %d\n", in alsa_open()
[all …]