summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
diff options
context:
space:
mode:
authorMohan Kumar <mkumard@nvidia.com>2020-08-07 00:46:11 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2020-08-10 11:40:12 -0400
commitf5440dd92c89ccc523b6b802b5933cfc5e61c230 (patch)
tree39023443127079ce26c07189645a9c216c0c3bfc /sound/pci/hda
parent4b76b55c2ff611cf555d636910dbeed6010f33fa (diff)
Revert "ALSA: hda: Align BDL entry to 4KB boundary"
This fix is not needed as the issue is getting fixed in future chips and this is not applicable for T19x and previous chips. Bug 200569235 This reverts commit 47ee18d91415e949fd3e34f55a7247bd2b53a1a9. Change-Id: Ibeadc34ee21ce2959b082a617ea6631f02625342 Signed-off-by: Mohan Kumar <mkumard@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2395592 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Sameer Pujar <spujar@nvidia.com> Reviewed-by: Viswanath L <viswanathl@nvidia.com> Reviewed-by: Sharad Gupta <sharadg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'sound/pci/hda')
-rw-r--r--sound/pci/hda/hda_tegra.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_tegra.c b/sound/pci/hda/hda_tegra.c
index d2d0b15f4..9197da05b 100644
--- a/sound/pci/hda/hda_tegra.c
+++ b/sound/pci/hda/hda_tegra.c
@@ -646,8 +646,7 @@ MODULE_DEVICE_TABLE(of, hda_tegra_match);
646 646
647static int hda_tegra_probe(struct platform_device *pdev) 647static int hda_tegra_probe(struct platform_device *pdev)
648{ 648{
649 unsigned int driver_flags = AZX_DCAPS_CORBRP_SELF_CLEAR | 649 unsigned int driver_flags = AZX_DCAPS_CORBRP_SELF_CLEAR;
650 AZX_DCAPS_4K_BDLE_BOUNDARY;
651 struct snd_card *card; 650 struct snd_card *card;
652 struct azx *chip; 651 struct azx *chip;
653 struct hda_tegra *hda; 652 struct hda_tegra *hda;