diff options
author | Karol Trzcinski <karolx.trzcinski@linux.intel.com> | 2020-11-24 19:00:17 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-11-25 12:07:17 +0100 |
commit | 5b10b62989219aa527ee4fa555d1995a3b70981b (patch) | |
tree | 0004288fcf953f01a1d20617770391c87654e746 /include/uapi/sound | |
parent | ASoC: SOF: Change section comment for SOF_IPC_TEST_ (diff) | |
download | linux-5b10b62989219aa527ee4fa555d1995a3b70981b.tar.xz linux-5b10b62989219aa527ee4fa555d1995a3b70981b.zip |
ASoC: SOF: Add `memory_info` file to debugfs
This file content describes memory allocation status
at run-time, typically to detect memory leaks.
Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link: https://lore.kernel.org/r/20201124180017.2232128-5-kai.vehmanen@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/uapi/sound')
-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 6af32f82fb99..fe2cfae94b45 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 17 +#define SOF_ABI_MINOR 18 #define SOF_ABI_PATCH 0 /* SOF ABI version number. Format within 32bit word is MMmmmppp */ |