projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1754036
)
ALSA: hda/tegra: set depop delay for tegra
author
Mohan Kumar
<mkumard@nvidia.com>
Tue, 13 Sep 2022 05:36:41 +0000
(11:06 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 28 Sep 2022 08:55:45 +0000
(10:55 +0200)
commit
3c4d8c24fb6c44f426e447b04800b0ed61a7b5ae
upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_hdmi.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_hdmi.c
b/sound/pci/hda/patch_hdmi.c
index 8b240a55cb89f26dc3cf23e7087e6ce979351a2b..d149cb00282cd21d10151526388645abb2c83de6 100644
(file)
--- a/
sound/pci/hda/patch_hdmi.c
+++ b/
sound/pci/hda/patch_hdmi.c
@@
-3247,6
+3247,7
@@
static int patch_tegra_hdmi(struct hda_codec *codec)
if (err)
return err;
+ codec->depop_delay = 10;
codec->patch_ops.build_pcms = tegra_hdmi_build_pcms;
spec = codec->spec;
spec->chmap.ops.chmap_cea_alloc_validate_get_type =