From: Mark Brown Date: Thu, 2 Apr 2026 15:33:51 +0000 (+0100) Subject: ASoC: qcom: q6dsp: few fixes and enhancements X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8f504c790103a3221a2f2082704b9f2245d81e8;p=thirdparty%2Flinux.git ASoC: qcom: q6dsp: few fixes and enhancements Srinivas Kandagatla says: This patchset contains few fixes for the bugs hit during testing with Monza EVK platform - around array out of bounds access on dai ids which keep extending but the drivers seems to have hardcoded some numbers, fix this and clean the mess up - fix few issues discovered while trying to shut down dsp. - flooding rpmsg with write requests due to not resetting queue pointer, fix this resetting the pointer in trigger stop. - possible multiple graph opens which can result in open failures. Apart from this few new enhancements to the dsp side - add new LPI MI2S and senary dai entries - handle pipewire and Displayport issues by moving graph start to trigger level, which should fix outstanding pipewire and DP issues on Qualcomm SoCs. - remove some unnessary loops in hot path - support early memory map on DSP. Tested this on top of linux-next on VENTUNO-Q platform. --- e8f504c790103a3221a2f2082704b9f2245d81e8