Skip to content

Commit

Permalink
Revert "src: base_fw: add I2S IPC4 blob version for PTL"
Browse files Browse the repository at this point in the history
This reverts commit 45e33bb.
  • Loading branch information
dnikodem committed Jun 19, 2024
1 parent bfef8d1 commit 8f1f01a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions src/audio/base_fw_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ int basefw_vendor_hw_config(uint32_t *data_offset, char *data)
tuple = tlv_next(tuple);
tlv_value_uint32_set(tuple, IPC4_LP_EBB_COUNT_HW_CFG, PLATFORM_LPSRAM_EBB_COUNT);

#ifdef CONFIG_SOC_INTEL_ACE30_PTL
tuple = tlv_next(tuple);
tlv_value_uint32_set(tuple, IPC4_I2S_CAPS_HW_CFG, I2S_VER_30_PTL);
#endif

tuple = tlv_next(tuple);
*data_offset = (int)((char *)tuple - data);

Expand Down
3 changes: 0 additions & 3 deletions src/include/ipc4/base_fw.h
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,4 @@ struct schedulers_info {

struct ipc4_system_time_info *basefw_get_system_time_info(void);

/* Specifies I2S IPC4 version for PTL platform */
static const uint32_t I2S_VER_30_PTL = 0x40000;

#endif /* __SOF_IPC4_BASE_FW_H__ */

0 comments on commit 8f1f01a

Please sign in to comment.