vhost-device/vhost-device-sound/CHANGELOG.md
Dorinda Bassey 8e7b710931 vhost-device-sound: Add controls field in VirtioSoundConfig
This commit introduces a new controls field in
VirtioSoundConfig to represent the total number of
available control elements. It's based on the recent
changes to the virtio-snd header file in QEMU.

Fixes this issue:
https://gitlab.com/qemu-project/qemu/-/issues/2805

Signed-off-by: Dorinda Bassey <dbassey@redhat.com>
2025-02-10 15:36:36 +05:30

967 B

Changelog

Unreleased

Added

  • [#806] Add controls field in VirtioSoundConfig
  • [#746] Add new sampling rates 12000Hz and 24000Hz

Changed

Fixed

Deprecated

v0.2.0

Added

  • [#616] pipewire: specify audio channel position

Changed

  • [#617] Update pipewire dependencies to version 0.8 after the release of pipewire v0.8

Fixed

  • [#599] Fix symbolic links to license files
  • [#638] Remove duplicate increment in pipewire
  • [#644] Destroy pipewire streams not destroyed in pipewire

v0.1.0

First release with null, pipewire and alsa host audio backends.