]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: x86: hdmi: Add audio support for BYT and CHT
authorJerome Anand <jerome.anand@intel.com>
Tue, 24 Jan 2017 22:57:52 +0000 (04:27 +0530)
committerTakashi Iwai <tiwai@suse.de>
Wed, 25 Jan 2017 13:24:08 +0000 (14:24 +0100)
commit5dab11d89777230b3ff38f19ee1b6fbba9688b23
tree2061ecfdc3c15e4d39f9d312a3e960636c7f5bb1
parent287599cf2d7719c812774ff49db9ae8ca4fa844a
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>
sound/x86/Makefile
sound/x86/intel_hdmi_audio.c [new file with mode: 0644]
sound/x86/intel_hdmi_audio.h [new file with mode: 0644]
sound/x86/intel_hdmi_audio_if.c [new file with mode: 0644]
sound/x86/intel_hdmi_lpe_audio.c