From 9d72815c6f5602b59addcbcec5159d5a759227dc Mon Sep 17 00:00:00 2001 From: Alex Brown Date: Mon, 5 Aug 2024 10:25:01 +1000 Subject: [PATCH] examples/virtio-snd: add comment Signed-off-by: Alex Brown --- tools/linux/snd/sound_init.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/linux/snd/sound_init.mk b/tools/linux/snd/sound_init.mk index 716278c87..f660e6ca3 100644 --- a/tools/linux/snd/sound_init.mk +++ b/tools/linux/snd/sound_init.mk @@ -3,6 +3,8 @@ # # SPDX-License-Identifier: BSD-2-Clause # +# Generates asound.conf, snd_driver_init +# ifeq ($(strip $(MICROKIT_BOARD)),) $(error MICROKIT_BOARD must be specified)