aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVedang Patel <[email protected]>2015-09-30 17:32:04 +0800
committerMark Brown <[email protected]>2015-10-02 17:59:49 +0100
commit7c545b327d54cdc3f693093f744459f6e0d8ce58 (patch)
tree5360f9c0bb5b1fee1fca19476eb012f117989487
parent478d0d39719127c42f21ac85b8719a87b8fa7bd7 (diff)
ASoC: topology: ABI - Add the type for BE DAI link
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]>
-rw-r--r--include/uapi/sound/asoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/sound/asoc.h b/include/uapi/sound/asoc.h
index eeb74a9cc2f8..f75fd29bf580 100644
--- 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 */