Searched refs:SOF_ABI_VERSION_INCOMPATIBLE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/sound/sof/ |
H A D | abi.h | 52 #define SOF_ABI_VERSION_INCOMPATIBLE(sof_ver, client_ver) \ macro
|
/kernel/linux/linux-6.6/include/uapi/sound/sof/ |
H A D | abi.h | 54 #define SOF_ABI_VERSION_INCOMPATIBLE(sof_ver, client_ver) \ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/sof/ |
H A D | abi.h | 34 #define SOF_ABI_VERSION_INCOMPATIBLE(sof_ver,client_ver) (SOF_ABI_VERSION_MAJOR((sof_ver)) != SOF_ABI_VERSION_MAJOR((client_ver))) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/sof/ |
H A D | abi.h | 34 #define SOF_ABI_VERSION_INCOMPATIBLE(sof_ver,client_ver) (SOF_ABI_VERSION_MAJOR((sof_ver)) != SOF_ABI_VERSION_MAJOR((client_ver))) macro
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | control.c | 347 if (SOF_ABI_VERSION_INCOMPATIBLE(SOF_ABI_VERSION, cdata->data->abi)) { in snd_sof_bytes_ext_put()
|
H A D | ipc.c | 785 if (SOF_ABI_VERSION_INCOMPATIBLE(SOF_ABI_VERSION, v->abi_version)) { in snd_sof_ipc_valid()
|
H A D | topology.c | 1196 if (SOF_ABI_VERSION_INCOMPATIBLE(SOF_ABI_VERSION, in sof_control_load_bytes() 3664 if (SOF_ABI_VERSION_INCOMPATIBLE(SOF_ABI_VERSION, abi_version)) { in sof_manifest()
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | ipc3-control.c | 423 if (SOF_ABI_VERSION_INCOMPATIBLE(SOF_ABI_VERSION, cdata->data->abi)) { in sof_ipc3_bytes_ext_put()
|
H A D | ipc3.c | 793 if (SOF_ABI_VERSION_INCOMPATIBLE(SOF_ABI_VERSION, v->abi_version)) { in sof_ipc3_validate_fw_version()
|
H A D | ipc3-topology.c | 1692 if (SOF_ABI_VERSION_INCOMPATIBLE(SOF_ABI_VERSION, cdata->data->abi)) { in sof_ipc3_control_load_bytes() 2465 if (SOF_ABI_VERSION_INCOMPATIBLE(SOF_ABI_VERSION, abi_version)) { in sof_ipc3_parse_manifest()
|
Completed in 13 milliseconds