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:
4031d9f
)
ASoC: madera: Preloading without clocks should be fine
author
Charles Keepax
<ckeepax@opensource.cirrus.com>
Tue, 12 Dec 2017 15:49:54 +0000
(15:49 +0000)
committer
강신형
<s47.kang@samsung.com>
Tue, 19 Jun 2018 07:57:14 +0000
(16:57 +0900)
The always on osc will cover the clocking requirements whilst
preloading.
Change-Id: I93cc30b83821c6351a2c04d8a43e9414833ce688
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 f80376982b6695ec2c58316e4260d1fa3a0a3f50..cfa4cf3d1765451bb93d3175418207bb61831dc8 100644
(file)
--- 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" }, \