Loading sound/soc/msm/qdsp6v2/q6asm.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -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); Loading Loading
sound/soc/msm/qdsp6v2/q6asm.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -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); Loading