From 5dab11d89777230b3ff38f19ee1b6fbba9688b23 Mon Sep 17 00:00:00 2001 From: Jerome Anand Date: Wed, 25 Jan 2017 04:27:52 +0530 Subject: ALSA: x86: hdmi: Add audio support for BYT and CHT Hdmi audio driver based on the child platform device created by gfx driver is implemented. This audio driver is derived from legacy intel hdmi audio driver. The interfaces for interaction between gfx and audio are updated and the driver implementation updated to derive interrupts in its own address space based on irq chip framework The changes to calculate sub-period positions was triggered by David Henningsson and is accomodated in this patch Signed-off-by: Pierre-Louis Bossart Signed-off-by: Jerome Anand Signed-off-by: Takashi Iwai --- sound/x86/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sound/x86/Makefile') diff --git a/sound/x86/Makefile b/sound/x86/Makefile index 9b87384c17c5..85ea22a2cf28 100644 --- a/sound/x86/Makefile +++ b/sound/x86/Makefile @@ -1,4 +1,6 @@ snd-hdmi-lpe-audio-objs += \ + intel_hdmi_audio.o \ + intel_hdmi_audio_if.o \ intel_hdmi_lpe_audio.o obj-$(CONFIG_HDMI_LPE_AUDIO) += snd-hdmi-lpe-audio.o -- cgit v1.2.3