diff options
| author | Bard Liao <yung-chuan.liao@linux.intel.com> | 2020-04-15 15:28:14 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2020-04-16 00:23:17 +0100 |
| commit | 18aaab64fbb121e5879f74a46903bcfd30bf660b (patch) | |
| tree | 778f9beff075498384a8061232b6219b7b6bf484 /include/uapi/sound/sof/abi.h | |
| parent | 15bf1831fc91a447e336ef252b48d5f9cad8a3f2 (diff) | |
| download | lwn-18aaab64fbb121e5879f74a46903bcfd30bf660b.tar.gz lwn-18aaab64fbb121e5879f74a46903bcfd30bf660b.zip | |
ASoC: SOF: topology: Get HDA rate and channels from topology
FW interface for HDA DAI parameters was extended with information on
sampling rate and channel count in version 3.16. Align kernel header
with the FW change. This change is backwards compatible. Old firmware
will ignore the values.
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: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link: https://lore.kernel.org/r/20200415202816.934-23-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/uapi/sound/sof/abi.h')
| -rw-r--r-- | include/uapi/sound/sof/abi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/sound/sof/abi.h b/include/uapi/sound/sof/abi.h index 6c802a2386ef..d54be303090f 100644 --- a/include/uapi/sound/sof/abi.h +++ b/include/uapi/sound/sof/abi.h @@ -26,7 +26,7 @@ /* SOF ABI version major, minor and patch numbers */ #define SOF_ABI_MAJOR 3 -#define SOF_ABI_MINOR 15 +#define SOF_ABI_MINOR 16 #define SOF_ABI_PATCH 0 /* SOF ABI version number. Format within 32bit word is MMmmmppp */ |
