Re: [PATCH v4] audio/pwaudio.c: Add Pipewire audio backend for QEMU

2023-02-27 Thread Marc-André Lureau
Hi On Mon, Feb 27, 2023 at 4:27 PM Dorinda Bassey wrote: >> >> Should be 8.0 > > Wait, 8.0? The latest I can see so far is 7.2 or is there a specific page for > tracking the QEMU releases? https://wiki.qemu.org/Planning/8.0 2023-03-07 Soft feature freeze. Only bug fixes after this point. All fe

Re: [PATCH v4] audio/pwaudio.c: Add Pipewire audio backend for QEMU

2023-02-27 Thread Dorinda Bassey
> > Should be 8.0 Wait, 8.0? The latest I can see so far is 7.2 or is there a specific page for tracking the QEMU releases? On Sun, Feb 26, 2023 at 2:32 PM Marc-André Lureau < marcandre.lur...@gmail.com> wrote: > Hi > > On Fri, Feb 17, 2023 at 9:08 PM Dorinda Bassey wrote: > > > > This commit a

Re: [PATCH v4] audio/pwaudio.c: Add Pipewire audio backend for QEMU

2023-02-27 Thread Dorinda Bassey
> > Can you make it a bit silent? Probably all AUD_log() & printf*( should > be replaced by trace. Yes it can be silent. It just made sense to me to have the output. Playback works for me, however recording is failing. I haven't > investigated, is it working for you? > I did check this and it see

Re: [PATCH v4] audio/pwaudio.c: Add Pipewire audio backend for QEMU

2023-02-26 Thread Marc-André Lureau
Hi On Fri, Feb 17, 2023 at 9:08 PM Dorinda Bassey wrote: > > This commit adds a new audiodev backend to allow QEMU to use Pipewire as > both an audio sink and source. This backend is available on most systems > > Add Pipewire entry points for QEMU Pipewire audio backend > Add wrappers for QEMU Pi

Re: [PATCH v4] audio/pwaudio.c: Add Pipewire audio backend for QEMU

2023-02-22 Thread Christian Schoenebeck
On Friday, February 17, 2023 6:07:32 PM CET Dorinda Bassey wrote: > This commit adds a new audiodev backend to allow QEMU to use Pipewire as > both an audio sink and source. This backend is available on most systems > > Add Pipewire entry points for QEMU Pipewire audio backend > Add wrappers for Q

[PATCH v4] audio/pwaudio.c: Add Pipewire audio backend for QEMU

2023-02-17 Thread Dorinda Bassey
This commit adds a new audiodev backend to allow QEMU to use Pipewire as both an audio sink and source. This backend is available on most systems Add Pipewire entry points for QEMU Pipewire audio backend Add wrappers for QEMU Pipewire audio backend in qpw_pcm_ops() qpw_write function returns the c