The correct configuration symbol is CONFIG_SOUND. But without CONFIG_SOUND_SANDBOX there will be no output.
Imply both CONFIG_SOUND and CONFIG_SOUND_SANDBOX on the sandbox. Signed-off-by: Heinrich Schuchardt <[email protected]> --- arch/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/Kconfig b/arch/Kconfig index 4af0da2485f..f59fd80d0e2 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -250,7 +250,8 @@ config SANDBOX # Re-enable this when fully implemented # imply VIRTIO_BLK imply VIRTIO_NET - imply DM_SOUND + imply SOUND + imply SOUND_SANDBOX imply PCI_SANDBOX_EP imply PCH imply PHYLIB -- 2.51.0

