Searched refs:alsa_logerr2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/audio/ |
H A D | alsaaudio.c | 86 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() 515 alsa_logerr2(err, typ, "Failed to set buffer time to %" PRId32 "\n", in alsa_open() 534 alsa_logerr2(err, typ, "Failed to set period time to %" PRId32 "\n", in alsa_open() 547 alsa_logerr2 (err, typ, "Failed to apply audio parameters\n"); in alsa_open() [all …]
|