Re: [PATCH v2 00/11] audio: more improvements

2023-03-05 Thread Volker Rümelin
Ping. Is there anything left to do to get this patch series merged for 8.0? All patches are reviewed. With best regards, Volker A few patches from my audio patch queue. Patches 1 - 2: If a guest selects an unsupported sample rate, an error message is currently shown. The first patch takes ca

Re: [PATCH v2 00/11] audio: more improvements

2023-01-31 Thread Marc-André Lureau
Hi On Sat, Jan 21, 2023 at 1:47 PM Volker Rümelin wrote: > > A few patches from my audio patch queue. > > Patches 1 - 2: > If a guest selects an unsupported sample rate, an error message is > currently shown. The first patch takes care to suppress the error > message and reports with the qemu_log

[PATCH v2 00/11] audio: more improvements

2023-01-21 Thread Volker Rümelin
A few patches from my audio patch queue. Patches 1 - 2: If a guest selects an unsupported sample rate, an error message is currently shown. The first patch takes care to suppress the error message and reports with the qemu_log_mask(LOG_UNIMP, ...) function that this is not supported. The secon