aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/sh7760-ac97.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/sh/sh7760-ac97.c')
-rw-r--r--sound/soc/sh/sh7760-ac97.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/sh7760-ac97.c b/sound/soc/sh/sh7760-ac97.c
index f8e0ab82ef59..105d4112e3ba 100644
--- a/sound/soc/sh/sh7760-ac97.c
+++ b/sound/soc/sh/sh7760-ac97.c
@@ -23,7 +23,7 @@ extern struct snd_soc_platform_driver sh7760_soc_platform;
23 23
24static int machine_init(struct snd_soc_pcm_runtime *rtd) 24static int machine_init(struct snd_soc_pcm_runtime *rtd)
25{ 25{
26 snd_soc_dapm_sync(rtd->codec); 26 snd_soc_dapm_sync(&rtd->codec->dapm);
27 return 0; 27 return 0;
28} 28}
29 29