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

/vbox/src/VBox/Devices/Audio/
H A Dalsaaudio.c135 static void GCC_FMT_ATTR (3, 4) alsa_logerr2 ( function
335 alsa_logerr2 (err, typ, "Failed to open `%s':\n", pcm_name);
345 alsa_logerr2 (err, typ, "Failed to initialize hardware parameters\n");
359 alsa_logerr2 (err, typ, "Failed to set access type\n");
369 alsa_logerr2 (err, typ, "Failed to set format %d\n", req->fmt);
379 alsa_logerr2 (err, typ, "Failed to set frequency %d\n", req->freq);
393 alsa_logerr2 (err, typ, "Failed to set number of channels %d\n",
403 alsa_logerr2 (err, typ,
430 alsa_logerr2 (err, typ,
449 alsa_logerr2 (er
[all...]

Completed in 44 milliseconds