Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a15e0dd1 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: qdsp6v2: Fix incorrect ASM postproc id set for LL PCM_MODE"

parents 8179da83 ac60578e
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -2545,8 +2545,6 @@ static int __q6asm_open_write(struct audio_client *ac, uint32_t format,
	open.bits_per_sample = bits_per_sample;
	open.bits_per_sample = bits_per_sample;


	open.postprocopo_id = q6asm_get_asm_topology_cal();
	open.postprocopo_id = q6asm_get_asm_topology_cal();
	if (ac->perf_mode != LEGACY_PCM_MODE)
		open.postprocopo_id = ASM_STREAM_POSTPROCOPO_ID_NONE;


	pr_debug("%s: perf_mode %d asm_topology 0x%x bps %d\n", __func__,
	pr_debug("%s: perf_mode %d asm_topology 0x%x bps %d\n", __func__,
		 ac->perf_mode, open.postprocopo_id, open.bits_per_sample);
		 ac->perf_mode, open.postprocopo_id, open.bits_per_sample);