On Mon, 04 Sep 2023 13:13, Philippe Mathieu-Daudé <[email protected]> wrote:
+ + pcm_info = g_new0(virtio_snd_pcm_info, req.count); + for (uint32_t i = req.start_id; i < req.start_id + req.count; i++) {Starting from req.start_id seems to increase this code complexity.
I see your point, will change it! Manos
