diff options
author | Brent Lu <brent.lu@intel.com> | 2022-07-25 21:53:43 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-25 23:37:02 +0200 |
commit | af468aadf00485a2f5e804fe97db4731bc7a9c24 (patch) | |
tree | 336412f469f84b40c37e8de16f0e7d5965bd8d85 /include/uapi | |
parent | ASoC: SOF: Add cont_update_posn to platform parameters (diff) | |
download | linux-af468aadf00485a2f5e804fe97db4731bc7a9c24.tar.xz linux-af468aadf00485a2f5e804fe97db4731bc7a9c24.zip |
ASoC: SOF: dai-intel: add SOF_DAI_INTEL_SSP_CLKCTRL_MCLK_AON bit
Update definition for mclk always-on feature and increase the
SOF_ABI_MINOR number for interface change.
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Brent Lu <brent.lu@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220725195343.145603-4-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/uapi')
-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 b7dce4df7ecd..3566630ca965 100644 --- a/include/uapi/sound/sof/abi.h +++ b/include/uapi/sound/sof/abi.h @@ -28,7 +28,7 @@ /* SOF ABI version major, minor and patch numbers */ #define SOF_ABI_MAJOR 3 -#define SOF_ABI_MINOR 22 +#define SOF_ABI_MINOR 23 #define SOF_ABI_PATCH 0 /* SOF ABI version number. Format within 32bit word is MMmmmppp */ |