diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2024-02-20 12:50:34 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-02-20 14:20:00 +0100 |
commit | 36478a74c7ddaf58d80da5cef9c5ddb5beed5a2e (patch) | |
tree | 6d2c7219e46efda468030a610a2b27172b518fab /sound/soc/intel/avs/tgl.c | |
parent | ASoC: Intel: avs: TGL-based platforms support (diff) | |
download | linux-36478a74c7ddaf58d80da5cef9c5ddb5beed5a2e.tar.xz linux-36478a74c7ddaf58d80da5cef9c5ddb5beed5a2e.zip |
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 <amadeuszx.slawinski@linux.intel.com>
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://msgid.link/r/20240220115035.770402-10-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | sound/soc/intel/avs/tgl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/avs/tgl.c b/sound/soc/intel/avs/tgl.c index 8abdff4fbb87..0e052e7f6bac 100644 --- a/sound/soc/intel/avs/tgl.c +++ b/sound/soc/intel/avs/tgl.c @@ -42,7 +42,7 @@ const struct avs_dsp_ops avs_tgl_dsp_ops = { .irq_handler = avs_irq_handler, .irq_thread = avs_cnl_irq_thread, .int_control = avs_dsp_interrupt_control, - .load_basefw = avs_hda_load_basefw, + .load_basefw = avs_icl_load_basefw, .load_lib = avs_hda_load_library, .transfer_mods = avs_hda_transfer_modules, .log_buffer_offset = avs_icl_log_buffer_offset, |