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>
This commit is contained in:
parent
a0ff6ea24f
commit
b3a6006e1d
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue