From 0a9858450496c5098af4d5c38da04e27e500a515 Mon Sep 17 00:00:00 2001 From: "Raziel K. Crowe" <101006007+RazielCrowe@users.noreply.github.com> Date: Sat, 5 Mar 2022 22:33:53 +0500 Subject: [PATCH] Update Makefile --- sound/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/Makefile b/sound/Makefile index 04ef04b116..d973053da6 100644 --- a/sound/Makefile +++ b/sound/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 # Makefile for the Linux sound card driver # - +# If no sound enabled via RDP then use dummy sound driver instead and dont route via HDMI plug. obj-$(CONFIG_SOUND) += soundcore.o obj-$(CONFIG_DMASOUND) += oss/dmasound/ obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \ @@ -18,3 +18,4 @@ ifeq ($(CONFIG_SND),y) endif soundcore-objs := sound_core.o +