Searched refs:snd_pcm_hw_params_any (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Dalsa_mangling.h24 #define snd_pcm_hw_params_any ALSA_MANGLER(snd_pcm_hw_params_any) macro
H A Dalsa_stubs.c39 PROXY_STUB(snd_pcm_hw_params_any, int,
121 ELEMENT(snd_pcm_hw_params_any),
H A DDrvHostALSAAudio.cpp411 err = snd_pcm_hw_params_any(phPCM, pHWParms);
H A Dalsaaudio.c342 err = snd_pcm_hw_params_any (handle, hw_params);
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_alsa.c192 if ((err = snd_pcm_hw_params_any(pcm, hwparams)) < 0)
194 error("snd_pcm_hw_params_any: %s\n", snd_strerror(err));
313 if ((err = snd_pcm_hw_params_any(pcm_handle, hwparams)) < 0)

Completed in 49 milliseconds