GNOME Bugzilla – Bug 169680
esddsp crashes artsd
Last modified: 2005-05-26 00:41:55 UTC
Hi, esddsp crashes artsd, because the OSS emulation is done wrong in the SNDCTL_DSP_GETISPACE ioctl. A patch based on the specification of 4-Front technologies will follow.
Created attachment 38443 [details] [review] FIx wrong handling of SNDCTL_DSP_GETISPACE Hi, the patch fixes SNDCTL_DSP_GET[IO]SPACE. I found it while trying to run artsd through esddsp, but it might also fix other applications. Please test and apply, if tests were successful :-). cu Fabian
Thanks for the patch. I can't comment on the correctness of the patch since I don't know the code or the spec, but please use /* */ style comments not C++ ones.
Created attachment 38479 [details] [review] Fix wrong handling of SNDCTL_DSP_GET[IO]SPACE (correct comments) Hi, the patch fixes SNDCTL_DSP_GET[IO]SPACE. I found it while trying to run artsd through esddsp, but it might also fix other applications. Please test and apply, if tests were successful :-). cu Fabian PS: Now with correct markup for the comments.
Applied, thanks.