projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
376c0af
)
ASoC: topology: Change pass number of DAI smaller than graph
author
Mengdong Lin
<mengdong.lin@intel.com>
Mon, 10 Aug 2015 14:48:30 +0000
(22:48 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 14 Aug 2015 20:23:23 +0000
(21:23 +0100)
The PCM DAIs need to be loaded and added to ASoC core ealier than the
graph (route). Otherwise, adding routes will fail for missing DAIs.
Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/soc-topology.c
b/sound/soc/soc-topology.c
index 8620dbf410c6cfebe83c49094f804290b389384e..942c1acd79d43a9734a8e5d8f2609fb565e7fbad 100644
(file)
--- a/
sound/soc/soc-topology.c
+++ b/
sound/soc/soc-topology.c
@@
-44,12
+44,12
@@
#define SOC_TPLG_PASS_VENDOR 1
#define SOC_TPLG_PASS_MIXER 2
#define SOC_TPLG_PASS_WIDGET 3
-#define SOC_TPLG_PASS_
GRAPH
4
-#define SOC_TPLG_PASS_
PINS
5
-#define SOC_TPLG_PASS_P
CM_DAI
6
+#define SOC_TPLG_PASS_
PCM_DAI
4
+#define SOC_TPLG_PASS_
GRAPH
5
+#define SOC_TPLG_PASS_P
INS
6
#define SOC_TPLG_PASS_START SOC_TPLG_PASS_MANIFEST
-#define SOC_TPLG_PASS_END SOC_TPLG_PASS_P
CM_DAI
+#define SOC_TPLG_PASS_END SOC_TPLG_PASS_P
INS
struct soc_tplg {
const struct firmware *fw;