Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Dalsaaudio.c86 static void G_GNUC_PRINTF (3, 4) alsa_logerr2 ( in alsa_logerr2() function
465 alsa_logerr2 (err, typ, "Failed to open `%s':\n", pcm_name); in alsa_open()
471 alsa_logerr2 (err, typ, "Failed to initialize hardware parameters\n"); in alsa_open()
481 alsa_logerr2 (err, typ, "Failed to set access type\n"); in alsa_open()
487 alsa_logerr2 (err, typ, "Failed to set format %d\n", req->fmt); in alsa_open()
492 alsa_logerr2 (err, typ, "Failed to set frequency %d\n", req->freq); in alsa_open()
502 alsa_logerr2 (err, typ, "Failed to set number of channels %d\n", in alsa_open()
547 alsa_logerr2 (err, typ, "Failed to apply audio parameters\n"); in alsa_open()
553 alsa_logerr2 (err, typ, "Failed to get buffer size\n"); in alsa_open()
559 alsa_logerr2 (err, typ, "Failed to get format\n"); in alsa_open()
[all …]