Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:16.0:FactoryCandidates
xemacs
xemacs-21.5.34-alsaplay.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xemacs-21.5.34-alsaplay.patch of Package xemacs
--- xemacs-21.5.34/src/alsaplay.c +++ xemacs-21.5.34/src/alsaplay.c @@ -375,6 +375,10 @@ alsa_play_sound_data (const Binbyte *dat if ((err = snd_pcm_writei (pcm_handle, data, length)) < 0) goto error_mixer; + /* Wait for it to finish */ + if ((err = snd_pcm_drain (pcm_handle)) < 0) + goto error_mixer; + /* Put the volume back the way it used to be */ reset_volume (&mix);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor