History log of /haiku/src/add-ons/kernel/drivers/audio/virtio/virtio_sound.cpp
Revision Date Author Comments
# aa9d729e 04-Apr-2024 Adrien Destugues <adrien.destugues@opensource.viveris.fr>

virtio_audio: add to build, enable Werror, fix build

Change-Id: I52f1ed9cd2a967d7fecf866aec7cd390ae4885b8
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7593
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Haiku-Format: Haiku-format Bot <no-reply+haikuformatbot@haiku-os.org>


# 96e84698 28-Mar-2024 Diego Roux <diegoroux04@protonmail.com>

[GSoC '24]: wip: virtio_audio: initial basic driver.

This commit in no form is intended to provide a working/functional
driver, but rather as a starting base and minimal code contribution
for GSoC.

This driver can only identify if the current device is a Sound
VirtIO device.

Change-Id: I718bb87c768dd84ff2be77a14e839f94955671fc
Signed-off-by: Diego Roux <diegoroux04@protonmail.com>
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7557
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>