[kde-freebsd] maintainer-feedback requested: [Bug 208598] multimedia/qt5-multimedia: ALSA QAudioInput::suspend() doesn't suspend

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Apr 7 07:54:40 UTC 2016


Stephen Hurd <shurd at FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to kde at FreeBSD.org:
Bug 208598: multimedia/qt5-multimedia: ALSA QAudioInput::suspend() doesn't
suspend
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208598



--- Description ---
Created attachment 169067
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=169067&action=edit
Stops the PCM when QAudioInput::suspend() is called

The ALSA plugin doesn't suspend the ALSA device when the ::suspend() method is
called.  This results in underrun errors when it's resumed.

In ALSA, stopping a pcm doesn't close it, so the ALSA stop/start functions map
to the QAudioInput suspend/resume functions.

Patch attached.


More information about the kde-freebsd mailing list