Skip to content

Commit

Permalink
ASoC: topology: Add private data type and bump ABI version to 3
Browse files Browse the repository at this point in the history
Add ID for standalone private data object types and bump ABI version to
3 in order to userpsace features.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Liam Girdwood authored and Mark Brown committed Aug 6, 2015
1 parent cb88498 commit c7bcf87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/uapi/sound/asoc.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
#define SND_SOC_TPLG_NUM_TEXTS 16

/* ABI version */
#define SND_SOC_TPLG_ABI_VERSION 0x2
#define SND_SOC_TPLG_ABI_VERSION 0x3

/* Max size of TLV data */
#define SND_SOC_TPLG_TLV_SIZE 32
Expand All @@ -97,7 +97,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_MAX SND_SOC_TPLG_TYPE_CODEC_LINK
#define SND_SOC_TPLG_TYPE_PDATA 10
#define SND_SOC_TPLG_TYPE_MAX SND_SOC_TPLG_TYPE_PDATA

/* vendor block IDs - please add new vendor types to end */
#define SND_SOC_TPLG_TYPE_VENDOR_FW 1000
Expand Down

0 comments on commit c7bcf87

Please sign in to comment.