CR_2345_Audio_DevicePM_walker.chen
authorWalker Chen <walker.chen@starfivetech.com>
Thu, 27 Oct 2022 03:50:06 +0000 (11:50 +0800)
committermason.huo <mason.huo@starfivetech.com>
Thu, 27 Oct 2022 06:00:49 +0000 (14:00 +0800)
Fix the bug that pdm function name spell error.

Signed-off-by: Walker Chen <walker.chen@starfivetech.com>
sound/soc/starfive/starfive_pdm.c

index ca52771..6eb9b92 100644 (file)
@@ -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 = {