[Bug 13090] winecfg crashes if you click the "Test Sound" button while using the ALSA driver

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 12 12:19:29 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=13090





--- Comment #14 from Rafał Mużyło <galtgendo at o2.pl>  2008-05-12 12:19:29 ---
Well, alsa-libsources suggest that following should work:
    snd_pcm_uframes_t boundary;
    snd_pcm_sw_params_get_boundary(sw_params, &boundary);
    EXIT_ON_ERROR( snd_pcm_sw_params_set_stop_threshold(pcm, sw_params,
boundary), MMSYSERR_ERROR, "unable to set stop threshold");
but for some reason, it doesn't (only needed in waveout.c, cause others already
do it).


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list