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

/vbox/src/VBox/Devices/Audio/
H A Dsolaudio.c264 solaudioVoiceOut *pSol = (solaudioVoiceOut *)hw; local
267 AUDIO_INITINFO(&pSol->AudioInfo);
268 pSol->AudioInfo.play.sample_rate = as->freq;
269 pSol->AudioInfo.play.channels = as->nchannels;
270 pSol->AudioInfo.play.precision = aud_to_solfmt(as->fmt);
271 pSol->AudioInfo.play.buffer_size = conf.cbPlayBuffer;
274 pSol->AudioInfo.play.encoding = AUDIO_ENCODING_LINEAR8;
276 pSol->AudioInfo.play.encoding = AUDIO_ENCODING_LINEAR;
286 if (solaudio_setattrs(enmPlay, &pSol->AudioInfo))
293 ObtAudioInfo.freq = pSol
330 solaudioVoiceOut *pSol = (solaudioVoiceOut *)hw; local
408 solaudioVoiceOut *pSol = (solaudioVoiceOut *) hw; local
454 solaudioVoiceOut *pSol = (solaudioVoiceOut *) hw; local
631 solaudioVoiceIn *pSol = (solaudioVoiceIn *)hw; local
808 solaudioVoiceIn *pSol = (solaudioVoiceIn *) hw; local
[all...]

Completed in 44 milliseconds