ALSA: hda/tegra: set depop delay for tegra
commit 3c4d8c24fb
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
175403641f
commit
49933f5cc8
@ -3247,6 +3247,7 @@ static int patch_tegra_hdmi(struct hda_codec *codec)
|
|||||||
if (err)
|
if (err)
|
||||||
return err;
|
return err;
|
||||||
|
|
||||||
|
codec->depop_delay = 10;
|
||||||
codec->patch_ops.build_pcms = tegra_hdmi_build_pcms;
|
codec->patch_ops.build_pcms = tegra_hdmi_build_pcms;
|
||||||
spec = codec->spec;
|
spec = codec->spec;
|
||||||
spec->chmap.ops.chmap_cea_alloc_validate_get_type =
|
spec->chmap.ops.chmap_cea_alloc_validate_get_type =
|
||||||
|
Reference in New Issue
Block a user