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

/external/qemu/audio/
H A Dalsaaudio.c184 static void GCC_FMT_ATTR (3, 4) alsa_logerr2 ( function
556 alsa_logerr2 (err, typ, "Failed to open `%s':\n", pcm_name);
562 alsa_logerr2 (err, typ, "Failed to initialize hardware parameters\n");
572 alsa_logerr2 (err, typ, "Failed to set access type\n");
578 alsa_logerr2 (err, typ, "Failed to set format %d\n", req->fmt);
584 alsa_logerr2 (err, typ, "Failed to set frequency %d\n", req->freq);
594 alsa_logerr2 (err, typ, "Failed to set number of channels %d\n",
600 alsa_logerr2 (err, typ,
632 alsa_logerr2 (err, typ, "Failed to set buffer %s to %d\n",
671 alsa_logerr2 (er
[all...]

Completed in 31 milliseconds