diff options
author | Takashi Iwai <tiwai@suse.de> | 2022-09-13 07:55:54 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-09-13 07:55:54 +0200 |
commit | f4209f692e3437c313e83bd057e6dc0c7f952549 (patch) | |
tree | 241757aef3254f9f386e68f307e84bb087b3c3a7 /sound/pci/hda/patch_hdmi.c | |
parent | 446bc11f8614449782feac1d5ff270b3f98bcdf3 (diff) | |
parent | cbcdf8c4d35cd74aee8581eb2f0453e0ecab7b05 (diff) | |
download | linux-f4209f692e3437c313e83bd057e6dc0c7f952549.tar.bz2 |
Merge branch 'for-linus' into for-next
Diffstat (limited to 'sound/pci/hda/patch_hdmi.c')
-rw-r--r-- | sound/pci/hda/patch_hdmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 2191d445d74e..429cb4b23a1c 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; |