ASoC: topology: ABI - Add the type for BE DAI link
authorVedang Patel <[email protected]>
Wed, 30 Sep 2015 09:32:04 +0000 (17:32 +0800)
committerMark 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

index eeb74a9cc2f8d27131a25238078ffefe3bdff3a9..f75fd29bf580df1567abb16d8505a3f1206a4db4 100644 (file)
 #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 */