qcacmn: Change the magic pattern to indicate the blanking

Change the magic pattern to indicate blanking from 0xdeadbeaf
to 0xc0debeaf.

Change-Id: Ifc72e0afe35e9f49fb27f4d5fb674af81231e196
CRs-Fixed: 3471929
This commit is contained in:
Edayilliam Jayadev
2023-04-21 19:32:46 +05:30
committed by Madan Koyyalamudi
parent 0216192471
commit 95bcc4cdfe

View File

@@ -329,7 +329,7 @@ struct spectral_process_phyerr_info_gen2 {
#define SSCAN_SUMMARY_REPORT_HDR_C_GAINCHANGE_SIZE_GEN3_V2 (1)
#define SSCAN_SUMMARY_REPORT_PAD_HDR_A_BLANKING_POS_GEN3_V2 (0)
#define SSCAN_SUMMARY_REPORT_PAD_HDR_A_BLANKING_SIZE_GEN3_V2 (32)
#define SSCAN_SUMMARY_REPORT_PAD_HDR_A_BLANKING_TAG_GEN3_V2 (0xdeadbeaf)
#define SSCAN_SUMMARY_REPORT_PAD_HDR_A_BLANKING_TAG_GEN3_V2 (0xc0debeaf)
#define SPECTRAL_REPORT_LTS_HDR_LENGTH_POS_GEN3 (0)
#define SPECTRAL_REPORT_LTS_HDR_LENGTH_SIZE_GEN3 (16)
#define SPECTRAL_REPORT_LTS_TAG_POS_GEN3 (16)