* [PATCH] ALSA: hda/tegra: set depop delay for tegra
@ 2022-09-13 5:36 Mohan Kumar
2022-09-13 5:55 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Mohan Kumar @ 2022-09-13 5:36 UTC (permalink / raw)
To: tiwai, perex, thierry.reding
Cc: jonathanh, linux-tegra, alsa-devel, linux-kernel, Mohan Kumar
Reduce the suspend time by setting depop delay to 10ms for
tegra.
Signed-off-by: Mohan Kumar <mkumard@nvidia.com>
---
sound/pci/hda/patch_hdmi.c | 1 +
1 file changed, 1 insertion(+)
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;
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: hda/tegra: set depop delay for tegra
2022-09-13 5:36 [PATCH] ALSA: hda/tegra: set depop delay for tegra Mohan Kumar
@ 2022-09-13 5:55 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2022-09-13 5:55 UTC (permalink / raw)
To: Mohan Kumar
Cc: tiwai, perex, thierry.reding, jonathanh, linux-tegra, alsa-devel,
linux-kernel
On Tue, 13 Sep 2022 07:36:41 +0200,
Mohan Kumar wrote:
>
> Reduce the suspend time by setting depop delay to 10ms for
> tegra.
>
> Signed-off-by: Mohan Kumar <mkumard@nvidia.com>
Applied now, thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-13 5:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-13 5:36 [PATCH] ALSA: hda/tegra: set depop delay for tegra Mohan Kumar
2022-09-13 5:55 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox