mbox series

[0/6] audio/jack: fixes to overall jack behaviour

Message ID 20200613040518.38172-1-geoff@hostfission.com
Headers show
Series audio/jack: fixes to overall jack behaviour | expand

Message

Geoffrey McRae June 13, 2020, 4:05 a.m. UTC
This patch set addresses several issues that cause inconsistent
behaviour in the guest when the sound device is stopped and started or
the JACK server stops responding on the host.

Geoffrey McRae (6):
  audio/jack: fix invalid minimum buffer size check
  audio/jack: remove unused stopped state
  audio/jack: remove invalid set of input support bool
  audio/jack: do not remove ports when finishing
  audio/jack: honour the enable state of the audio device
  audio/jack: simplify the re-init code path

 audio/jackaudio.c | 73 ++++++++++++++++++++++++-----------------------
 1 file changed, 38 insertions(+), 35 deletions(-)