From 7b96c6c89af622cd39c2050e55dc6697da55c429 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 16 Feb 2019 20:25:06 -0700 Subject: x86: sound: Add sound support for samus (broadwell) Add a sound driver for samus which ties together the audio codec and I2S controller. For now broadwell_sound is commented out in the makefile since we cannot compile it without sound support enabled. The next commit fixes this. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- drivers/sound/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/sound/Makefile') diff --git a/drivers/sound/Makefile b/drivers/sound/Makefile index fe3ccd6e5c6..452a5a17616 100644 --- a/drivers/sound/Makefile +++ b/drivers/sound/Makefile @@ -18,5 +18,5 @@ obj-$(CONFIG_SOUND_MAX98095) += max98095.o maxim_codec.o obj-$(CONFIG_SOUND_INTEL_HDA) += hda_codec.o obj-$(CONFIG_SOUND_I8254) += i8254_beep.o obj-$(CONFIG_SOUND_RT5677) += rt5677.o -obj-$(CONFIG_INTEL_BROADWELL) += broadwell_i2s.o +obj-$(CONFIG_INTEL_BROADWELL) += broadwell_i2s.o #broadwell_sound.o obj-$(CONFIG_SOUND_IVYBRIDGE) += ivybridge_sound.o -- cgit v1.2.3