Skip to content

Commit

Permalink
virtio-snd: add minor sDDF sound improvements
Browse files Browse the repository at this point in the history
au-ts/sddf#83

Signed-off-by: Alex Brown <[email protected]>
  • Loading branch information
alexandermbrown committed Apr 29, 2024
1 parent 4dc1086 commit b874c23
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion examples/virtio-snd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@ CLIENT_VMM_OBJS := $(VMM_OBJS) \
mmio.o
# block.o

SOUND_VIRT_OBJS := sound_virt.o
SOUND_VIRT_OBJS := sound_virt.o \
sddf_printf.o \
sddf_putchar_debug.o \
sddf_cache.o

SND_DRIVER_VMM_OBJS := $(VMM_OBJS) \
snd_driver_images.o \
Expand Down
2 changes: 1 addition & 1 deletion examples/virtio-snd/board/odroidc4/virtio-snd.system
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
</channel>

<channel>
<end pd="sound_virt" id="3"/>
<end pd="sound_virt" id="0"/>
<end pd="SND_DRIVER_VMM" id="4"/>
</channel>
</system>
2 changes: 1 addition & 1 deletion examples/virtio-snd/board/qemu_arm_virt/virtio-snd.system
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
</channel>

<channel>
<end pd="sound_virt" id="3"/>
<end pd="sound_virt" id="0"/>
<end pd="SND_DRIVER_VMM" id="4"/>
</channel>
</system>
2 changes: 1 addition & 1 deletion examples/virtio/sddf

0 comments on commit b874c23

Please sign in to comment.