projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478d0d3
)
ASoC: topology: ABI - Add the type for BE DAI link
author
Vedang Patel
<
[email protected]
>
Wed, 30 Sep 2015 09:32:04 +0000
(17:32 +0800)
committer
Mark Brown
<
[email protected]
>
Fri, 2 Oct 2015 16:59:49 +0000
(17:59 +0100)
Define the topology type for BE DAI link: SND_SOC_TPLG_TYPE_BACKEND_LINK.
Signed-off-by: Vedang Patel <
[email protected]
>
Signed-off-by: Mengdong Lin <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
include/uapi/sound/asoc.h
patch
|
blob
|
history
diff --git
a/include/uapi/sound/asoc.h
b/include/uapi/sound/asoc.h
index eeb74a9cc2f8d27131a25238078ffefe3bdff3a9..f75fd29bf580df1567abb16d8505a3f1206a4db4 100644
(file)
--- a/
include/uapi/sound/asoc.h
+++ b/
include/uapi/sound/asoc.h
@@
-103,7
+103,8
@@
#define SND_SOC_TPLG_TYPE_PCM 7
#define SND_SOC_TPLG_TYPE_MANIFEST 8
#define SND_SOC_TPLG_TYPE_CODEC_LINK 9
-#define SND_SOC_TPLG_TYPE_PDATA 10
+#define SND_SOC_TPLG_TYPE_BACKEND_LINK 10
+#define SND_SOC_TPLG_TYPE_PDATA 11
#define SND_SOC_TPLG_TYPE_MAX SND_SOC_TPLG_TYPE_PDATA
/* vendor block IDs - please add new vendor types to end */