]> git.baikalelectronics.ru Git - kernel.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)
commitad02670093feccf1b34e431b031e934d46ba8ee3
tree2061ecfdc3c15e4d39f9d312a3e960636c7f5bb1
parentd2bdfb52acea84a2c9cc32fd2499f8c1cfbe3a45
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