aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/at32/playpaq_wm8510.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/at32/playpaq_wm8510.c')
-rw-r--r--sound/soc/at32/playpaq_wm8510.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sound/soc/at32/playpaq_wm8510.c b/sound/soc/at32/playpaq_wm8510.c
index fd62f2569758..fee5f8e58957 100644
--- a/sound/soc/at32/playpaq_wm8510.c
+++ b/sound/soc/at32/playpaq_wm8510.c
@@ -341,15 +341,15 @@ static int playpaq_wm8510_init(struct snd_soc_codec *codec)
341 } 341 }
342 342
343 343
344 /* always connected endpoints */ 344 /* always connected pins */
345 snd_soc_dapm_set_endpoint(codec, "Int Mic", 1); 345 snd_soc_dapm_enable_pin(codec, "Int Mic");
346 snd_soc_dapm_set_endpoint(codec, "Ext Spk", 1); 346 snd_soc_dapm_enable_pin(codec, "Ext Spk");
347 snd_soc_dapm_sync_endpoints(codec); 347 snd_soc_dapm_sync(codec);
348 348
349 349
350 350
351 /* Make CSB show PLL rate */ 351 /* Make CSB show PLL rate */
352 codec->dai->dai_ops.set_clkdiv(codec->dai, WM8510_OPCLKDIV, 352 snd_soc_dai_set_clkdiv(codec->dai, WM8510_OPCLKDIV,
353 WM8510_OPCLKDIV_1 | 4); 353 WM8510_OPCLKDIV_1 | 4);
354 354
355 return 0; 355 return 0;