From: Charles Keepax Date: Mon, 16 Sep 2013 14:38:15 +0000 (+0100) Subject: ASoC: bells: Add missing route to power up DSP clock X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b3a6006e1d106fddcfc121d0ccfa9b7faeeb8f3e;p=deliverable%2Flinux.git ASoC: bells: Add missing route to power up DSP clock Signed-off-by: Charles Keepax Signed-off-by: Mark Brown --- diff --git a/sound/soc/samsung/bells.c b/sound/soc/samsung/bells.c index 29e246803626..84f5d8b76679 100644 --- a/sound/soc/samsung/bells.c +++ b/sound/soc/samsung/bells.c @@ -356,6 +356,7 @@ static struct snd_soc_dapm_widget bells_widgets[] = { static struct snd_soc_dapm_route bells_routes[] = { { "Sub CLK_SYS", NULL, "OPCLK" }, + { "CLKIN", NULL, "OPCLK" }, { "DMIC", NULL, "MICBIAS2" }, { "IN2L", NULL, "DMIC" },