summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_hdmi.c
diff options
context:
space:
mode:
authorThierry Reding2015-05-05 14:56:24 +0200
committerTakashi Iwai2015-05-18 10:03:45 +0200
commit5c03be00cd9eb164be7c7e3bd9065c7ac2df4a29 (patch)
tree84af8aade1a9700b1c1c3008332d0b2cebd51c0d /sound/pci/hda/patch_hdmi.c
parentALSA: hda/hdmi - Add Tegra114 support (diff)
downloadkernel-qcow2-linux-5c03be00cd9eb164be7c7e3bd9065c7ac2df4a29.tar.gz
kernel-qcow2-linux-5c03be00cd9eb164be7c7e3bd9065c7ac2df4a29.tar.xz
kernel-qcow2-linux-5c03be00cd9eb164be7c7e3bd9065c7ac2df4a29.zip
ALSA: hda/hdmi - Add Tegra210 support
Tegra210 contains a similar codec as Tegra124 and can be supported using the same patch function. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_hdmi.c')
-rw-r--r--sound/pci/hda/patch_hdmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index f632fd94fe48..ef8a5627a281 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -3496,6 +3496,7 @@ static const struct hda_codec_preset snd_hda_preset_hdmi[] = {
{ .id = 0x10de0020, .name = "Tegra30 HDMI", .patch = patch_tegra_hdmi },
{ .id = 0x10de0022, .name = "Tegra114 HDMI", .patch = patch_tegra_hdmi },
{ .id = 0x10de0028, .name = "Tegra124 HDMI", .patch = patch_tegra_hdmi },
+{ .id = 0x10de0029, .name = "Tegra210 HDMI/DP", .patch = patch_tegra_hdmi },
{ .id = 0x10de0040, .name = "GPU 40 HDMI/DP", .patch = patch_nvhdmi },
{ .id = 0x10de0041, .name = "GPU 41 HDMI/DP", .patch = patch_nvhdmi },
{ .id = 0x10de0042, .name = "GPU 42 HDMI/DP", .patch = patch_nvhdmi },