Skip to content

Commit

Permalink
ASoC: topology: ABI - Add the type for BE DAI link
Browse files Browse the repository at this point in the history
Define the topology type for BE DAI link: SND_SOC_TPLG_TYPE_BACKEND_LINK.

Signed-off-by: Vedang Patel <vedang.patel@intel.com>
Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Vedang Patel authored and Mark Brown committed Oct 2, 2015
1 parent 478d0d3 commit 7c545b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/uapi/sound/asoc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 7c545b3

Please sign in to comment.