projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a7d1fc
)
ASoC: madera: Add missing preloader route
author
Charles Keepax
<ckeepax@opensource.cirrus.com>
Tue, 12 Dec 2017 16:15:16 +0000
(16:15 +0000)
committer
강신형
<s47.kang@samsung.com>
Tue, 19 Jun 2018 07:57:09 +0000
(16:57 +0900)
Without this route the preload switch won't cause the DSP to load any
firmware.
Change-Id: I0d770750b3094b51ced5fc54bc9ce5864901740c
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
sound/soc/codecs/madera.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/madera.h
b/sound/soc/codecs/madera.h
index e550ce77e13d52b544edd5c2ab4a8111d511aac0..f80376982b6695ec2c58316e4260d1fa3a0a3f50 100644
(file)
--- a/
sound/soc/codecs/madera.h
+++ b/
sound/soc/codecs/madera.h
@@
-277,6
+277,7
@@
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, name " Aux 1" }, \