diff options
author | Bard Liao <yung-chuan.liao@linux.intel.com> | 2020-04-15 22:28:12 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-04-16 01:23:15 +0200 |
commit | c7fc96dfc41d168e94d26c455123193e6e59bf24 (patch) | |
tree | 9373e4fc7cca733728cfc1c3fbd18229ce355ab8 /include/uapi/sound/sof | |
parent | ASoC: SOF: align sof_ipc_dai_alh_params with FW (diff) | |
download | linux-c7fc96dfc41d168e94d26c455123193e6e59bf24.tar.xz linux-c7fc96dfc41d168e94d26c455123193e6e59bf24.zip |
ASoC: SOF: topology: Get ALH rate amd channels from topology
FW will need these params for synchronized playback over multiple
DAIs.
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Reviewed-by: SÅ‚awomir BÅ‚auciak <slawomir.blauciak@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link: https://lore.kernel.org/r/20200415202816.934-21-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/uapi/sound/sof')
-rw-r--r-- | include/uapi/sound/sof/tokens.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/sound/sof/tokens.h b/include/uapi/sound/sof/tokens.h index 2a25cd8da503..b7ad1cd4526a 100644 --- a/include/uapi/sound/sof/tokens.h +++ b/include/uapi/sound/sof/tokens.h @@ -126,4 +126,8 @@ #define SOF_TKN_MUTE_LED_USE 1300 #define SOF_TKN_MUTE_LED_DIRECTION 1301 +/* ALH */ +#define SOF_TKN_INTEL_ALH_RATE 1400 +#define SOF_TKN_INTEL_ALH_CH 1401 + #endif |