summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorJonathan Marek <jonathan@marek.ca>2025-11-17 00:15:21 -0500
committerMark Brown <broonie@kernel.org>2025-11-20 00:11:04 +0000
commitbdf96e9135a0cf53a853a19c30fa11131a744062 (patch)
tree68e71b28e7d21dcd853e8154dd98add544be71fd /tools/perf/scripts/python/exported-sql-viewer.py
parent50c28498e9fd6784dea82378d509572d118111f9 (diff)
downloadkernel-bdf96e9135a0cf53a853a19c30fa11131a744062.tar.gz
ASoC: codecs: lpass-rx-macro: fix mute_stream affecting all paths
The current mute_steam() implementation affects all paths instead of only those in use by the DAI. For example, playing to 2 DAIs simultaneously with mixing, stopping one will mute the other. Rework to use the same logic as hw_params() to mute only the relevant paths. (also, use "rx->main_clk_users[j] > 0" instead of dsm_reg, which is equivalent. I also don't think the clock enable should be in this function, but that's a change for another patch) Signed-off-by: Jonathan Marek <jonathan@marek.ca> Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com> Link: https://patch.msgid.link/20251117051523.16462-9-jonathan@marek.ca Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
00'>2017-07-06mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objectsCatalin Marinas 2017-06-23mm/vmalloc.c: huge-vmap: fail gracefully on unexpected huge vmap mappingsArd Biesheuvel 2017-05-12mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko 2017-05-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds 2017-05-11mm: Silence vmap() allocation failures based on caller gfp_flagsFlorian Fainelli 2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko 2017-05-08mm, vmalloc: properly track vmalloc usersMichal Hocko 2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko 2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds 2017-04-02kernel-api.rst: fix a series of errors when parsing C filesmchehab@s-opensource.com 2017-03-16mm: don't warn when vmalloc() fails due to a fatal signalDmitry Vyukov 2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov 2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar 2017-02-24mm: cleanups for printing phys_addr_t and dma_addr_tMiles Chen 2017-02-24vmalloc: back off when the current task is killedMichal Hocko 2017-02-22mm, page_alloc: warn_alloc print nodemaskMichal Hocko 2017-02-22mm/vmalloc.c: use rb_entry_safeGeliang Tang 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds 2016-12-12mm: add preempt points into __purge_vmap_area_lazy()Joel Fernandes 2016-12-12mm: turn vmap_purge_lock into a mutexChristoph Hellwig 2016-12-12mm: mark all calls into the vmalloc subsystem as potentially sleepingChristoph Hellwig 2016-12-12mm: add vfree_atomic()Andrey Ryabinin 2016-12-12mm: refactor __purge_vmap_area_lazy()Christoph Hellwig 2016-12-12mm: remove free_unmap_vmap_area_addr()Christoph Hellwig 2016-12-12mm: remove free_unmap_vmap_area_noflush()Christoph Hellwig 2016-12-12mm/vmalloc.c: simplify /proc/vmallocinfo implementationzijun_hu