summaryrefslogtreecommitdiff
path: root/sound/x86/Makefile
diff options
context:
space:
mode:
authorJerome Anand <jerome.anand@intel.com>2017-01-25 04:27:52 +0530
committerTakashi Iwai <tiwai@suse.de>2017-01-25 14:24:08 +0100
commit5dab11d89777230b3ff38f19ee1b6fbba9688b23 (patch)
tree2061ecfdc3c15e4d39f9d312a3e960636c7f5bb1 /sound/x86/Makefile
parent287599cf2d7719c812774ff49db9ae8ca4fa844a (diff)
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 <david.henningsson@canonical.com> and is accomodated in this patch Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Jerome Anand <jerome.anand@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/x86/Makefile')
-rw-r--r--sound/x86/Makefile2
1 files changed, 2 insertions, 0 deletions
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