OSDN Git Service

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)
commit3c320f3f5649667874d754e59bdd84dab185fe04
tree30eddddabb1fbbc34c464dee7e454886780dcb4f
parent9674678633377ac5065dc587a536abfe6ff98ca9
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]