Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 446be2a4 authored by Mohan Kumar's avatar Mohan Kumar Committed by Greg Kroah-Hartman
Browse files

ALSA: hda/tegra: set depop delay for tegra



commit 3c4d8c24fb6c44f426e447b04800b0ed61a7b5ae upstream.

Reduce the suspend time by setting depop delay to 10ms for
tegra.

Signed-off-by: default avatarMohan Kumar <mkumard@nvidia.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20220913053641.23299-1-mkumard@nvidia.com


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 45eb97ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3455,6 +3455,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 =