From: Walker Chen Date: Thu, 27 Oct 2022 03:50:06 +0000 (+0800) Subject: CR_2345_Audio_DevicePM_walker.chen X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5690286d61a38c5cf46a5818ab770f8cce61d4bd;p=platform%2Fkernel%2Flinux-starfive.git CR_2345_Audio_DevicePM_walker.chen Fix the bug that pdm function name spell error. Signed-off-by: Walker Chen --- diff --git a/sound/soc/starfive/starfive_pdm.c b/sound/soc/starfive/starfive_pdm.c index ca5277104bf7..6eb9b921f90e 100644 --- a/sound/soc/starfive/starfive_pdm.c +++ b/sound/soc/starfive/starfive_pdm.c @@ -298,8 +298,8 @@ static int sf_pdm_resume(struct snd_soc_component *component) } #else -#define sf_tdm_suspend NULL -#define sf_tdm_resume NULL +#define sf_pdm_suspend NULL +#define sf_pdm_resume NULL #endif static const struct snd_soc_component_driver sf_pdm_component_drv = {