android_kernel_xiaomi_sm8350/sound/soc/fsl
Elinor Montmasson 8896e18b7c ASoC: fsl-asoc-card: set priv->pdev before using it
[ Upstream commit 90f3feb24172185f1832636264943e8b5e289245 ]

priv->pdev pointer was set after being used in
fsl_asoc_card_audmux_init().
Move this assignment at the start of the probe function, so
sub-functions can correctly use pdev through priv.

fsl_asoc_card_audmux_init() dereferences priv->pdev to get access to the
dev struct, used with dev_err macros.
As priv is zero-initialised, there would be a NULL pointer dereference.
Note that if priv->dev is dereferenced before assignment but never used,
for example if there is no error to be printed, the driver won't crash
probably due to compiler optimisations.

Fixes: 708b4351f0 ("ASoC: fsl: Add Freescale Generic ASoC Sound Card with ASRC support")
Signed-off-by: Elinor Montmasson <elinor.montmasson@savoirfairelinux.com>
Link: https://patch.msgid.link/20240620132511.4291-2-elinor.montmasson@savoirfairelinux.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-07-05 09:08:26 +02:00
..
efika-audio-fabric.c
eukrea-tlv320.c ASoC: eureka-tlv320: Hold reference returned from of_find_xxx API 2022-10-26 13:22:30 +02:00
fsl_asrc_dma.c
fsl_asrc.c
fsl_asrc.h
fsl_audmix.c
fsl_audmix.h
fsl_dma.c
fsl_dma.h
fsl_esai.c
fsl_esai.h
fsl_micfil.c ASoC: fsl_micfil: register platform component before registering cpu dai 2023-05-30 12:44:04 +01:00
fsl_micfil.h
fsl_sai.c ASoC: fsl_sai: Disable bit clock with transmitter 2023-08-30 16:27:22 +02:00
fsl_sai.h ASoC: fsl_sai: Disable bit clock with transmitter 2023-08-30 16:27:22 +02:00
fsl_spdif.c ASoC: fsl_spdif: Silence output on stop 2023-08-11 11:53:49 +02:00
fsl_spdif.h
fsl_ssi_dbg.c
fsl_ssi.c ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODEC 2023-02-06 07:52:41 +01:00
fsl_ssi.h
fsl_utils.c
fsl_utils.h
fsl-asoc-card.c ASoC: fsl-asoc-card: set priv->pdev before using it 2024-07-05 09:08:26 +02:00
imx-audmix.c ASoC: imx-audmix: Fix return error with devm_clk_get() 2023-10-10 21:46:37 +02:00
imx-audmux.c
imx-audmux.h
imx-es8328.c
imx-mc13783.c
imx-pcm-dma.c
imx-pcm-fiq.c
imx-pcm.h
imx-sgtl5000.c ASoC: fsl: Fix refcount leak in imx_sgtl5000_probe 2022-06-14 18:11:36 +02:00
imx-spdif.c
imx-ssi.c
imx-ssi.h
Kconfig
Makefile
mpc5200_dma.c
mpc5200_dma.h
mpc5200_psc_ac97.c
mpc5200_psc_i2s.c
mpc8610_hpcd.c
mx27vis-aic32x4.c
p1022_ds.c
p1022_rdk.c
pcm030-audio-fabric.c
phycore-ac97.c
wm1133-ev1.c