Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Brent Lu and committed by
Mark Brown
af468aad d95610a1

+3 -1
+2
include/sound/sof/dai-intel.h
··· 52 52 #define SOF_DAI_INTEL_SSP_CLKCTRL_MCLK_ES BIT(6) 53 53 /* bclk early start */ 54 54 #define SOF_DAI_INTEL_SSP_CLKCTRL_BCLK_ES BIT(7) 55 + /* mclk always on */ 56 + #define SOF_DAI_INTEL_SSP_CLKCTRL_MCLK_AON BIT(8) 55 57 56 58 /* DMIC max. four controllers for eight microphone channels */ 57 59 #define SOF_DAI_INTEL_DMIC_NUM_CTRL 4
+1 -1
include/uapi/sound/sof/abi.h
··· 28 28 29 29 /* SOF ABI version major, minor and patch numbers */ 30 30 #define SOF_ABI_MAJOR 3 31 - #define SOF_ABI_MINOR 22 31 + #define SOF_ABI_MINOR 23 32 32 #define SOF_ABI_PATCH 0 33 33 34 34 /* SOF ABI version number. Format within 32bit word is MMmmmppp */