projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e81d47e
)
ASoC: SOF: Make sof_ipc_ext_data enum more rigid
author
Karol Trzcinski
<karolx.trzcinski@linux.intel.com>
Thu, 12 Mar 2020 20:06:18 +0000
(15:06 -0500)
committer
Mark Brown
<broonie@kernel.org>
Fri, 13 Mar 2020 15:13:23 +0000
(15:13 +0000)
It's a part of ABI interface, so enum value shouldn't change
for example after removing some old enum code.
Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link:
https://lore.kernel.org/r/20200312200622.24477-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/sof/info.h
patch
|
blob
|
history
diff --git
a/include/sound/sof/info.h
b/include/sound/sof/info.h
index 1c560144996ca465640aae9ae148898873ecadae..cc3b50b6ae52aa051faaa489b6408f81a82aa309 100644
(file)
--- a/
include/sound/sof/info.h
+++ b/
include/sound/sof/info.h
@@
-28,9
+28,9
@@
/* extended data types that can be appended onto end of sof_ipc_fw_ready */
enum sof_ipc_ext_data {
- SOF_IPC_EXT_DMA_BUFFER = 0,
- SOF_IPC_EXT_WINDOW,
- SOF_IPC_EXT_CC_INFO,
+ SOF_IPC_EXT_DMA_BUFFER
= 0,
+ SOF_IPC_EXT_WINDOW
= 1
,
+ SOF_IPC_EXT_CC_INFO
= 2
,
};
/* FW version - SOF_IPC_GLB_VERSION */