summaryrefslogtreecommitdiffstats
path: root/include/uapi/sound/sof
diff options
context:
space:
mode:
authorBard liao <yung-chuan.liao@linux.intel.com>2019-06-03 11:18:17 -0500
committerMark Brown <broonie@kernel.org>2019-06-03 18:41:23 +0100
commite3adc9495ab26fc4bfe29253d4e7aad47dab2307 (patch)
treea7a0aee5b263c981e8a0bcbd5e3f7be901771329 /include/uapi/sound/sof
parenta529819d8876fd469f58e630ed015c4a4620ee75 (diff)
downloadlinux-stable-e3adc9495ab26fc4bfe29253d4e7aad47dab2307.tar.gz
linux-stable-e3adc9495ab26fc4bfe29253d4e7aad47dab2307.tar.bz2
linux-stable-e3adc9495ab26fc4bfe29253d4e7aad47dab2307.zip
ASoC: SOF: send time stamp to FW for alignment
Timer will be reset when DSP is powered down. So the time stamp of trace log will be reset after resume. Send time stamp to FW can align the time stamp and avoid reset time stamp in trace log. Signed-off-by: Bard liao <yung-chuan.liao@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <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/abi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/sound/sof/abi.h b/include/uapi/sound/sof/abi.h
index 0868eb47acf7..92eee681bc62 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 6
+#define SOF_ABI_MINOR 7
#define SOF_ABI_PATCH 0
/* SOF ABI version number. Format within 32bit word is MMmmmppp */