Re: [PATCH] audio: don't abort on f32 audio format in wav backend

2023-11-07 Thread Marc-André Lureau
On Fri, Sep 22, 2023 at 7:19 PM Daniel P. Berrangé wrote: > > Print a debug message as is done for other unsupported audio formats > to give the user the chance to understand their mistake. > > Signed-off-by: Daniel P. Berrangé Reviewed-by: Marc-André Lureau > --- > audio/wavaudio.c | 4

Re: [PATCH] audio: don't abort on f32 audio format in wav backend

2023-11-07 Thread Daniel P . Berrangé
Ping, for anyone to review this trivial patch On Fri, Sep 22, 2023 at 04:18:58PM +0100, Daniel P. Berrangé wrote: > Print a debug message as is done for other unsupported audio formats > to give the user the chance to understand their mistake. > > Signed-off-by: Daniel P. Berrangé > --- > a

[PATCH] audio: don't abort on f32 audio format in wav backend

2023-09-22 Thread Daniel P . Berrangé
Print a debug message as is done for other unsupported audio formats to give the user the chance to understand their mistake. Signed-off-by: Daniel P. Berrangé --- audio/wavaudio.c | 4 1 file changed, 4 insertions(+) diff --git a/audio/wavaudio.c b/audio/wavaudio.c index 6445a2cb90..e70e5