aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorBard Liao <yung-chuan.liao@linux.intel.com>2023-12-04 15:41:59 -0600
committerMark Brown <broonie@kernel.org>2023-12-04 21:46:11 +0000
commite38e252dbceeef7d2f848017132efd68e9ae1416 (patch)
treec43da32701d31ce709a23295c28d734987fb08a2 /tools/perf/scripts/python/libxed.py
parentASoC: Intel: glk_rt5682_max98357a: fix board id mismatch (diff)
downloadlinux-e38e252dbceeef7d2f848017132efd68e9ae1416.tar.gz
linux-e38e252dbceeef7d2f848017132efd68e9ae1416.zip
ASoC: Intel: sof_sdw_rt_sdca_jack_common: ctx->headset_codec_dev = NULL
sof_sdw_rt_sdca_jack_exit() are used by different codecs, and some of them use the same dai name. For example, rt712 and rt713 both use "rt712-sdca-aif1" and sof_sdw_rt_sdca_jack_exit(). As a result, sof_sdw_rt_sdca_jack_exit() will be called twice by mc_dailink_exit_loop(). Set ctx->headset_codec_dev = NULL; after put_device(ctx->headset_codec_dev); to avoid ctx->headset_codec_dev being put twice. Fixes: 5360c6704638 ("ASoC: Intel: sof_sdw: add rt712 support") Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20231204214200.203100-5-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
28097380be52db8b4664da98fc425546a5&follow=1'>ASoC: WM8580: Fix R8 initial valueSeungwhan Youn1-1/+1 2010-12-09ASoC: fix deemphasis control in wm8904/55/60 codecsDmitry Artamonow3-3/+6 2010-12-08ASoC: Add ADC high pass filter support to WM8994Uk Kim1-0/+22 2010-12-08ASoC: Support WM8994 mono AIF configurationsMark Brown1-6/+15 2010-12-08ASoC: soc-core: Fix null pointer dereferenceDimitris Papastamos1-2/+2 2010-12-07ASoC: Correct WM8962 interrupt mask register readMark Brown1-1/+1 2010-12-07ASoC: WM8580: Debug BCLK and sample sizeJassi Brar1-4/+4 2010-12-07ASoC: Fix snd_soc_instantiate_card error pathAxel Lin1-6/+8 2010-12-07ASoC: Fix resource leak if soc_register_ac97_dai_link failedAxel Lin1-5/+7 2010-12-06Linux 2.6.37-rc5v2.6.37-rc5Linus Torvalds1-1/+1 2010-12-06ARM: tegra: fix regression from addruart rewriteOlof Johansson1-2/+2 2010-12-06PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki5-22/+30 2010-12-06PM / Hibernate: Use async I/O when reading compressed hibernation imageBojan Smojver1-15/+38 2010-12-06ASoC: soc-core: Remove useless inline function constructDimitris Papastamos1-1/+1 2010-12-06ASoC: soc-core: Replace use of strncpy() with strlcpy()Dimitris Papastamos1-2/+2 2010-12-06ASoC: Merge common code in DAI link and auxiliary codec probing/removalJarkko Nikula1-152/+132 2010-12-06ASoC: soc-cache: Add optional cache name member to snd_soc_cache_opsDimitris Papastamos3-5/+17 2010-12-06ASoC: SAMSUNG: Remove duplicated snd_card on smdk_spdifSeungwhan Youn1-2/+0 2010-12-06ASoC: SAMSUNG: Fix initial return valueSeungwhan Youn1-1/+1 2010-12-06ASoC: Add trace events for jack detectionMark Brown3-0/+67 2010-12-06ASoC: Hold client_mutex while calling snd_soc_instantiate_cards()Axel Lin1-0/+2 2010-12-06ASoC: Fix swap of left and right channels for WM8993/4 speaker boost gainUk Kim1-1/+1 2010-12-06ASoC: Fix off by one error in WM8994 EQ register bank sizeUk Kim1-1/+1 2010-12-06ASoC: Add post-CODEC bias level callback for machine driverMark Brown2-0/+6 2010-12-06ARM: 6524/1: GIC irq desciptor bug fixChao Xie1-1/+7 2010-12-05Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman1-1/+1 2010-12-04parisc: Fix GSC PS/2 driver name for keyboard and mouseGuy Martin1-1/+1 2010-12-04parisc: KittyHawk LCD fixGuy Martin1-4/+13 2010-12-04parisc: convert the rest of the irq handlers to simple/percpuJames Bottomley6-11/+12 2010-12-04parisc: fix dino/gsc interruptsJames Bottomley1-1/+1 2010-12-04ARM: 6523/1: iop: ensure sched_clock() is notraceRabin Vincent1-1/+2 2010-12-04ARM: 6456/1: Fix for building DEBUG with sa11xx_base.c as a module.Marcelo Roberto Jimenez1-0/+1 2010-12-04ARM: 6519/1: kuser: Fix incorrect cmpxchg syscall in kuser helpersDave Martin1-1/+1 2010-12-04slub: Fix a crash during slabinfo -vTero Roponen1-2/+2