]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ALSA: hda/hdmi - Add Tegra114 support
authorThierry Reding <treding@nvidia.com>
Tue, 5 May 2015 12:56:23 +0000 (14:56 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 18 May 2015 08:03:38 +0000 (10:03 +0200)
Tegra114 contains the same 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>
sound/pci/hda/patch_hdmi.c

index 37b8985d5a335872d0be6c205aa832dff566bdab..f632fd94fe4862a7e35fbac0e71d7753d57f6c58 100644 (file)
@@ -3494,6 +3494,7 @@ static const struct hda_codec_preset snd_hda_preset_hdmi[] = {
 { .id = 0x10de001b, .name = "GPU 1b HDMI/DP",  .patch = patch_nvhdmi },
 { .id = 0x10de001c, .name = "GPU 1c HDMI/DP",  .patch = patch_nvhdmi },
 { .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 = 0x10de0040, .name = "GPU 40 HDMI/DP",  .patch = patch_nvhdmi },
 { .id = 0x10de0041, .name = "GPU 41 HDMI/DP",  .patch = patch_nvhdmi },