Skip to content

Commit

Permalink
ALSA: x86: hdmi: Add audio support for BYT and CHT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jeromean authored and tiwai committed Jan 25, 2017
1 parent 287599c commit 5dab11d
Show file tree
Hide file tree
Showing 5 changed files with 2,614 additions and 6 deletions.
2 changes: 2 additions & 0 deletions sound/x86/Makefile
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 5dab11d

Please sign in to comment.