Re: [v2 PATCH 0/1] ALSA: virtio: add support for audio controls

2024-02-19 Thread Anton Yakovlev
Hi Marcin, Thanks for the help! On 20.02.2024 02:24, Marcin Radomski wrote: Thanks Anton for the reupload. I tested this series with a 6.1 kernel guest on a proprietary hypervisor. The controls exposed by the host (BOOLEAN/INTEGER ones, as that was all I could get) worked as expected when

Re: [v2 PATCH 0/1] ALSA: virtio: add support for audio controls

2024-02-19 Thread Marcin Radomski
Thanks Anton for the reupload. I tested this series with a 6.1 kernel guest on a proprietary hypervisor. The controls exposed by the host (BOOLEAN/INTEGER ones, as that was all I could get) worked as expected when adjusted via ALSA APIs. Reviewed-by: Marcin Radomski Tested-By: Marcin Radomski

Re: [v2 PATCH 0/1] ALSA: virtio: add support for audio controls

2024-02-09 Thread Takashi Iwai
On Mon, 15 Jan 2024 14:36:53 +0100, Aiswarya Cyriac wrote: > > From: Anton Yakovlev > > Changes in v2 > - Fix reporting of incorrect number of items for ENUMERATED controls > > Implementation of support for audio controls in accordance with the > extension of the virtio sound device

[v2 PATCH 0/1] ALSA: virtio: add support for audio controls

2024-01-15 Thread Aiswarya Cyriac
From: Anton Yakovlev Changes in v2 - Fix reporting of incorrect number of items for ENUMERATED controls Implementation of support for audio controls in accordance with the extension of the virtio sound device specification[1] planned for virtio-v1.3-cs01. Design of virtual audio controls is