diff options
author | Mohan Kumar <mkumard@nvidia.com> | 2017-03-14 01:44:17 -0400 |
---|---|---|
committer | Sameer Pujar <spujar@nvidia.com> | 2017-08-07 05:31:00 -0400 |
commit | d6fba9e982b57e0368f5d71e2959ec37e02a3c12 (patch) | |
tree | 5f77959fb825bcc5686ddffb12e3dd73089c3940 /sound/pci/hda | |
parent | 821bfc6110d1b2a94096567f04828a590d48039b (diff) |
ALSA: hda: fix display partition entry
HDA is under DISPA/HEAD0 PD, so need to use the partition
"nvidia,tegra186-disa-pd".
Bug 200273832
Change-Id: Icff2d1b92c6e819cfb703935298c5018b27522b5
Signed-off-by: Mohan Kumar <mkumard@nvidia.com>
Reviewed-on: http://git-master/r/1320255
Reviewed-by: Santosh Galma <galmar@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/hda_tegra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_tegra.c b/sound/pci/hda/hda_tegra.c index b76700fc9..f8ea972ac 100644 --- a/sound/pci/hda/hda_tegra.c +++ b/sound/pci/hda/hda_tegra.c | |||
@@ -46,7 +46,7 @@ | |||
46 | 46 | ||
47 | 47 | ||
48 | static struct of_device_id tegra_disb_pd[] = { | 48 | static struct of_device_id tegra_disb_pd[] = { |
49 | { .compatible = "nvidia,tegra186-disb-pd", }, | 49 | { .compatible = "nvidia,tegra186-disa-pd", }, |
50 | { .compatible = "nvidia,tegra210-disb-pd", }, | 50 | { .compatible = "nvidia,tegra210-disb-pd", }, |
51 | { .compatible = "nvidia,tegra132-disb-pd", }, | 51 | { .compatible = "nvidia,tegra132-disb-pd", }, |
52 | { .compatible = "nvidia,tegra124-disb-pd", }, | 52 | { .compatible = "nvidia,tegra124-disb-pd", }, |