Loading sound/soc/msm/qdsp6v2/q6asm.c +6 −1 Original line number Diff line number Diff line Loading @@ -2252,6 +2252,11 @@ static int __q6asm_open_write(struct audio_client *ac, uint32_t format, pr_debug("%s: perf_mode %d asm_topology 0x%x bps %d\n", __func__, ac->perf_mode, open.postprocopo_id, open.bits_per_sample); /* * For Gapless playback it will use the same session for next stream, * So use the same topology */ if (!ac->topology) ac->topology = open.postprocopo_id; switch (format) { case FORMAT_LINEAR_PCM: Loading Loading
sound/soc/msm/qdsp6v2/q6asm.c +6 −1 Original line number Diff line number Diff line Loading @@ -2252,6 +2252,11 @@ static int __q6asm_open_write(struct audio_client *ac, uint32_t format, pr_debug("%s: perf_mode %d asm_topology 0x%x bps %d\n", __func__, ac->perf_mode, open.postprocopo_id, open.bits_per_sample); /* * For Gapless playback it will use the same session for next stream, * So use the same topology */ if (!ac->topology) ac->topology = open.postprocopo_id; switch (format) { case FORMAT_LINEAR_PCM: Loading