Skip to content

Commit 5dab11d

Browse files
jeromeantiwai
authored andcommitted
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 <[email protected]> and is accomodated in this patch Signed-off-by: Pierre-Louis Bossart <[email protected]> Signed-off-by: Jerome Anand <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 287599c commit 5dab11d

File tree

5 files changed

+2614
-6
lines changed

5 files changed

+2614
-6
lines changed

sound/x86/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
snd-hdmi-lpe-audio-objs += \
2+
intel_hdmi_audio.o \
3+
intel_hdmi_audio_if.o \
24
intel_hdmi_lpe_audio.o
35

46
obj-$(CONFIG_HDMI_LPE_AUDIO) += snd-hdmi-lpe-audio.o

0 commit comments

Comments
 (0)