diff options
| author | Cezary Rojewski <[email protected]> | 2024-02-20 12:50:34 +0100 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2024-02-20 13:20:00 +0000 |
| commit | 36478a74c7ddaf58d80da5cef9c5ddb5beed5a2e (patch) | |
| tree | 6d2c7219e46efda468030a610a2b27172b518fab /include | |
| parent | 5acb19ecd1982bd1578912473b33df75a23fefc2 (diff) | |
ASoC: Intel: avs: ICCMAX recommendations for ICL+ platforms
For ICL+ platforms to avoid DMI/OPIO L1 entry during the base firmware
load procedure, HW recommends to set LTRP_GB to 95us and start an
additional CAPTURE stream in the background.
Once the load completes, original LTRP_GB value is restored and the
additional stream is released.
Reviewed-by: Amadeusz Sławiński <[email protected]>
Signed-off-by: Cezary Rojewski <[email protected]>
Link: https://msgid.link/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/hda_register.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/hda_register.h b/include/sound/hda_register.h index 55958711d697..5ff31e6d41c1 100644 --- a/include/sound/hda_register.h +++ b/include/sound/hda_register.h @@ -131,6 +131,8 @@ enum { SDI0, SDI1, SDI2, SDI3, SDO0, SDO1, SDO2, SDO3 }; #define AZX_REG_VS_SDXEFIFOS_XBASE 0x1094 #define AZX_REG_VS_SDXEFIFOS_XINTERVAL 0x20 +#define AZX_REG_VS_LTRP_GB_MASK GENMASK(6, 0) + /* PCI space */ #define AZX_PCIREG_TCSEL 0x44 |