From: Charles Keepax Date: Tue, 12 Dec 2017 15:49:54 +0000 (+0000) Subject: ASoC: madera: Preloading without clocks should be fine X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=46c0e49532710633a061f4bd05b800003d733117;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 --- 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" }, \