diff options
author | Jerome Anand <jerome.anand@intel.com> | 2017-01-25 04:27:51 +0530 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-01-25 14:23:46 +0100 |
commit | 287599cf2d7719c812774ff49db9ae8ca4fa844a (patch) | |
tree | 3eed248bac4bfa89be0bffe62a6414678e442dff /sound/Makefile | |
parent | 46d196ec460b9c45ca225f815c0b05f9de67290d (diff) | |
download | linux-287599cf2d7719c812774ff49db9ae8ca4fa844a.tar.gz linux-287599cf2d7719c812774ff49db9ae8ca4fa844a.tar.bz2 linux-287599cf2d7719c812774ff49db9ae8ca4fa844a.zip |
ALSA: add Intel HDMI LPE audio driver for BYT/CHT-T
On Baytrail and Cherrytrail, HDaudio may be fused out or disabled
by the BIOS. This driver enables an alternate path to the i915
display registers and DMA.
Although there is no hardware path between i915 display and LPE/SST
audio clusters, this HDMI capability is referred to in the documentation
as "HDMI LPE Audio" so we keep the name for consistency. There is no
hardware path or control dependencies with the LPE/SST DSP functionality.
The hdmi-lpe-audio driver will be probed when the i915 driver creates
a child platform device.
Since this driver is neither SoC nor PCI, a new x86 folder is added
Additional indirections in the code will be cleaned up in the next series
to aid smoother DP integration
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/Makefile')
-rw-r--r-- | sound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/Makefile b/sound/Makefile index c41bdf5fdf24..6de45d2c32f7 100644 --- a/sound/Makefile +++ b/sound/Makefile @@ -5,7 +5,7 @@ obj-$(CONFIG_SOUND) += soundcore.o obj-$(CONFIG_SOUND_PRIME) += oss/ obj-$(CONFIG_DMASOUND) += oss/ obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \ - firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ + firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ x86/ obj-$(CONFIG_SND_AOA) += aoa/ # This one must be compilable even if sound is configured out |