diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2013-09-16 10:38:15 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-16 19:43:09 -0400 |
commit | b3a6006e1d106fddcfc121d0ccfa9b7faeeb8f3e (patch) | |
tree | 4d615e093d0944575118d1f012132a3ed1e6c771 /sound/soc/samsung | |
parent | a0ff6ea24f785ec58bccdbce7b366661c57e3591 (diff) |
ASoC: bells: Add missing route to power up DSP clock
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/samsung')
-rw-r--r-- | sound/soc/samsung/bells.c | 1 |
1 files changed, 1 insertions, 0 deletions
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[] = { | |||
356 | 356 | ||
357 | static struct snd_soc_dapm_route bells_routes[] = { | 357 | static struct snd_soc_dapm_route bells_routes[] = { |
358 | { "Sub CLK_SYS", NULL, "OPCLK" }, | 358 | { "Sub CLK_SYS", NULL, "OPCLK" }, |
359 | { "CLKIN", NULL, "OPCLK" }, | ||
359 | 360 | ||
360 | { "DMIC", NULL, "MICBIAS2" }, | 361 | { "DMIC", NULL, "MICBIAS2" }, |
361 | { "IN2L", NULL, "DMIC" }, | 362 | { "IN2L", NULL, "DMIC" }, |