Loading sound/soc/msm/qdsp6v2/q6adm.c +1 −2 Original line number Diff line number Diff line Loading @@ -1640,8 +1640,7 @@ static void send_adm_custom_topology(void) adm_top.hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, APR_HDR_LEN(20), APR_PKT_VER); adm_top.hdr.pkt_size = APR_PKT_SIZE(APR_HDR_SIZE, sizeof(adm_top)); adm_top.hdr.pkt_size = sizeof(adm_top); adm_top.hdr.src_svc = APR_SVC_ADM; adm_top.hdr.src_domain = APR_DOMAIN_APPS; adm_top.hdr.src_port = 0; Loading sound/soc/msm/qdsp6v2/q6asm.c +2 −3 Original line number Diff line number Diff line Loading @@ -608,9 +608,8 @@ int send_asm_custom_topology(struct audio_client *ac) __func__, ASM_CUSTOM_TOP_CAL); goto unlock; } q6asm_add_hdr_custom_topology(ac, &asm_top.hdr, APR_PKT_SIZE(APR_HDR_SIZE, sizeof(asm_top)), TRUE); q6asm_add_hdr_custom_topology(ac, &asm_top.hdr, sizeof(asm_top), TRUE); atomic_set(&ac->mem_state, 1); asm_top.hdr.opcode = ASM_CMD_ADD_TOPOLOGIES; asm_top.payload_addr_lsw = lower_32_bits(cal_block->cal_data.paddr); Loading Loading
sound/soc/msm/qdsp6v2/q6adm.c +1 −2 Original line number Diff line number Diff line Loading @@ -1640,8 +1640,7 @@ static void send_adm_custom_topology(void) adm_top.hdr.hdr_field = APR_HDR_FIELD(APR_MSG_TYPE_SEQ_CMD, APR_HDR_LEN(20), APR_PKT_VER); adm_top.hdr.pkt_size = APR_PKT_SIZE(APR_HDR_SIZE, sizeof(adm_top)); adm_top.hdr.pkt_size = sizeof(adm_top); adm_top.hdr.src_svc = APR_SVC_ADM; adm_top.hdr.src_domain = APR_DOMAIN_APPS; adm_top.hdr.src_port = 0; Loading
sound/soc/msm/qdsp6v2/q6asm.c +2 −3 Original line number Diff line number Diff line Loading @@ -608,9 +608,8 @@ int send_asm_custom_topology(struct audio_client *ac) __func__, ASM_CUSTOM_TOP_CAL); goto unlock; } q6asm_add_hdr_custom_topology(ac, &asm_top.hdr, APR_PKT_SIZE(APR_HDR_SIZE, sizeof(asm_top)), TRUE); q6asm_add_hdr_custom_topology(ac, &asm_top.hdr, sizeof(asm_top), TRUE); atomic_set(&ac->mem_state, 1); asm_top.hdr.opcode = ASM_CMD_ADD_TOPOLOGIES; asm_top.payload_addr_lsw = lower_32_bits(cal_block->cal_data.paddr); Loading