aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
diff options
context:
space:
mode:
authorMohan Kumar <mkumard@nvidia.com>2022-09-13 11:06:41 +0530
committerTakashi Iwai <tiwai@suse.de>2022-09-13 07:54:02 +0200
commit3c4d8c24fb6c44f426e447b04800b0ed61a7b5ae (patch)
tree1cac988a9f93c627b7c439e8a82918b7d78af36f /sound/pci/hda
parentALSA: hda: add Intel 5 Series / 3400 PCI DID (diff)
downloadlinux-dev-3c4d8c24fb6c44f426e447b04800b0ed61a7b5ae.tar.xz
linux-dev-3c4d8c24fb6c44f426e447b04800b0ed61a7b5ae.zip
ALSA: hda/tegra: set depop delay for tegra
Reduce the suspend time by setting depop delay to 10ms for tegra. Signed-off-by: Mohan Kumar <mkumard@nvidia.com> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20220913053641.23299-1-mkumard@nvidia.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda')
-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 6c209cd26c0c..acaf6b790ee1 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -3984,6 +3984,7 @@ static int tegra_hdmi_init(struct hda_codec *codec)
generic_hdmi_init_per_pins(codec);
+ codec->depop_delay = 10;
codec->patch_ops.build_pcms = tegra_hdmi_build_pcms;
spec->chmap.ops.chmap_cea_alloc_validate_get_type =
nvhdmi_chmap_cea_alloc_validate_get_type;