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

Geoffrey McRae posted 6 patches 3 years, 10 months ago
Only 0 patches received!
There is a newer version of this series
audio/jackaudio.c | 73 ++++++++++++++++++++++++-----------------------
1 file changed, 38 insertions(+), 35 deletions(-)
[PATCH 0/6] audio/jack: fixes to overall jack behaviour
Posted by Geoffrey McRae 3 years, 10 months ago
Sorry for the spam, resubmitted due to missing subject on this cover
letter. Seems patchew.org can't find the associated patches without it.

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(-)

-- 
2.20.1


Re: [PATCH 0/6] audio/jack: fixes to overall jack behaviour
Posted by Gerd Hoffmann 3 years, 10 months ago
On Fri, Jun 12, 2020 at 10:12:37AM +1000, Geoffrey McRae wrote:
> Sorry for the spam, resubmitted due to missing subject on this cover
> letter. Seems patchew.org can't find the associated patches without it.

Alot of tools (patchew probably included) depend on
"git send-email --thread" which sends all patches as reply to the cover
letter.

HTH,
  Gerd


Re: [PATCH 0/6] audio/jack: fixes to overall jack behaviour
Posted by Geoffrey McRae 3 years, 10 months ago
Thanks, still learning how best to submit these things :)
Is it worth re-sending this again as per the below?

On 2020-06-12 17:11, Gerd Hoffmann wrote:
> On Fri, Jun 12, 2020 at 10:12:37AM +1000, Geoffrey McRae wrote:
>> Sorry for the spam, resubmitted due to missing subject on this cover
>> letter. Seems patchew.org can't find the associated patches without 
>> it.
> 
> Alot of tools (patchew probably included) depend on
> "git send-email --thread" which sends all patches as reply to the cover
> letter.
> 
> HTH,
>   Gerd

Re: [PATCH 0/6] audio/jack: fixes to overall jack behaviour
Posted by Gerd Hoffmann 3 years, 10 months ago
On Fri, Jun 12, 2020 at 06:05:48PM +1000, Geoffrey McRae wrote:
> Thanks, still learning how best to submit these things :)
> Is it worth re-sending this again as per the below?

Most commit messages are rather brief (just the subject line).

For really simple changes ("remove unused state") this is fine,
but for most patches I'd appreciate a more verbose description.

So, yes, please adjust commit messages and resend as thread.

thanks,
  Gerd