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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostALSAAudio.cpp376 PALSAAUDIOSTREAMCFG pCfgReq,
383 unsigned int cChannels = pCfgReq->nchannels;
384 unsigned int uFreq = pCfgReq->freq;
429 err = snd_pcm_hw_params_set_format(phPCM, pHWParms, pCfgReq->fmt);
433 pCfgReq->fmt, snd_strerror(err)));
442 pCfgReq->freq, snd_strerror(err)));
450 LogRel(("ALSA: Failed to set number of channels to %d\n", pCfgReq->nchannels));
463 unsigned int period_size = pCfgReq->period_size;
464 unsigned int buffer_size = pCfgReq->buffer_size;
487 LogRel(("ALSA: Failed to set period time %d\n", pCfgReq
375 drvHostALSAAudioOpen(bool fIn, PALSAAUDIOSTREAMCFG pCfgReq, PALSAAUDIOSTREAMCFG pCfgObt, snd_pcm_t **pphPCM) argument
[all...]

Completed in 34 milliseconds