From 0d6135e51a12c44601f93d185032c641a5c92c64 Mon Sep 17 00:00:00 2001 From: Charles Keepax Date: Tue, 12 Dec 2017 15:49:54 +0000 Subject: [PATCH] ASoC: madera: Preloading without clocks should be fine The always on osc will cover the clocking requirements whilst preloading. Change-Id: I93cc30b83821c6351a2c04d8a43e9414833ce688 Signed-off-by: Charles Keepax --- sound/soc/codecs/madera.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/madera.h b/sound/soc/codecs/madera.h index f80376982b66..cfa4cf3d1765 100644 --- a/sound/soc/codecs/madera.h +++ b/sound/soc/codecs/madera.h @@ -278,8 +278,8 @@ extern unsigned int madera_mixer_values[MADERA_NUM_MIXER_INPUTS]; #define MADERA_DSP_ROUTES(name) \ { name, NULL, name " Preloader"}, \ { name " Preload", NULL, name " Preloader"}, \ - { name " Preloader", NULL, "SYSCLK"}, \ - { name " Preloader", NULL, "DSPCLK"}, \ + { name, NULL, "SYSCLK"}, \ + { name, NULL, "DSPCLK"}, \ { name, NULL, name " Aux 1" }, \ { name, NULL, name " Aux 2" }, \ { name, NULL, name " Aux 3" }, \ -- 2.20.1