]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Add driver for Tegra SoC HDA
authorDylan Reid <dgreid@chromium.org>
Tue, 20 May 2014 02:18:27 +0000 (19:18 -0700)
committerTakashi Iwai <tiwai@suse.de>
Tue, 20 May 2014 07:38:38 +0000 (09:38 +0200)
commit97dc1115c5dbac8a77dcae2631d5dd3b0f48bd45
tree30eddddabb1fbbc34c464dee7e454886780dcb4f
parente9fc6bcff0291a4a4cc0cd38baae61595f86f73a
ALSA: hda - Add driver for Tegra SoC HDA

This adds a driver for the HDA block in Tegra SoCs.  The HDA bus is
used to communicate with the HDMI codec on Tegra124.

Most of the code is re-used from the Intel/PCI HDA driver.  It brings
over only two of the module params, power_save and probe_mask.

Signed-off-by: Dylan Reid <dgreid@chromium.org>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Documentation/devicetree/bindings/sound/nvidia,tegra30-hda.txt [new file with mode: 0644]
sound/pci/hda/Kconfig
sound/pci/hda/Makefile
sound/pci/hda/hda_tegra.c [new file with mode: 0644]