diff options
author | Brent Lu <brent.lu@intel.com> | 2022-07-25 14:53:43 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-25 22:37:02 +0100 |
commit | af468aadf00485a2f5e804fe97db4731bc7a9c24 (patch) | |
tree | 336412f469f84b40c37e8de16f0e7d5965bd8d85 /include/uapi | |
parent | d95610a1832993c539be22f0ec3ea8e34a29acff (diff) | |
download | linux-stable-af468aadf00485a2f5e804fe97db4731bc7a9c24.tar.gz linux-stable-af468aadf00485a2f5e804fe97db4731bc7a9c24.tar.bz2 linux-stable-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 */ |