diff options
author | Mark Brown <broonie@kernel.org> | 2021-12-17 17:32:45 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-12-17 17:32:45 +0000 |
commit | a92c1cd33520a3e80caa6cea3113eb173a908141 (patch) | |
tree | 002efba9c37e06581c7bfbb7881a8423d60e749b /include/sound/sof/debug.h | |
parent | f7c7ecaba4690f8156ab4b049c53a121c154fda0 (diff) | |
parent | 60ded273e4c047aec364f70195aced71a4082f90 (diff) |
ASoC: SOF: couple of cleanups
Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
Guennadi spotted inconsistencies with our 'const' handling, Ajit Kumar
flagged a missing check for a null pointer and we missed the
definition of debug zones.
Diffstat (limited to 'include/sound/sof/debug.h')
-rw-r--r-- | include/sound/sof/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/sof/debug.h b/include/sound/sof/debug.h index 3ecb5793789d..38693e3fb514 100644 --- a/include/sound/sof/debug.h +++ b/include/sound/sof/debug.h @@ -19,6 +19,8 @@ enum sof_ipc_dbg_mem_zone { SOF_IPC_MEM_ZONE_SYS_RUNTIME = 1, /**< System-runtime zone */ SOF_IPC_MEM_ZONE_RUNTIME = 2, /**< Runtime zone */ SOF_IPC_MEM_ZONE_BUFFER = 3, /**< Buffer zone */ + SOF_IPC_MEM_ZONE_RUNTIME_SHARED = 4, /**< System runtime zone */ + SOF_IPC_MEM_ZONE_SYS_SHARED = 5, /**< System shared zone */ }; /** ABI3.18 */ |