Searched refs:SOF_ABI_VER (Results 1 – 6 of 6) sorted by relevance
/linux/include/uapi/sound/sof/ |
A D | abi.h | 40 #define SOF_ABI_VER(major, minor, patch) \ macro 57 #define SOF_ABI_VERSION SOF_ABI_VER(SOF_ABI_MAJOR, SOF_ABI_MINOR, SOF_ABI_PATCH)
|
/linux/sound/soc/sof/intel/ |
A D | hda-pcm.c | 132 if (v->abi_version < SOF_ABI_VER(3, 10, 0)) in hda_dsp_pcm_hw_params()
|
A D | hda-dai.c | 469 if (v->abi_version < SOF_ABI_VER(3, 18, 0)) in ssp_dai_setup_or_free()
|
/linux/sound/soc/sof/ |
A D | trace.c | 398 if (v->abi_version >= SOF_ABI_VER(3, 7, 0)) { in snd_sof_init_trace_ipc()
|
A D | ipc.c | 856 if (v->abi_version < SOF_ABI_VER(3, 3, 0)) { in snd_sof_ipc_set_get_comp_data()
|
A D | topology.c | 3067 if (SOF_ABI_VER(v->major, v->minor, v->micro) < SOF_ABI_VER(3, 0, 1)) in sof_link_dmic_load() 3521 abi_version = SOF_ABI_VER(man->priv.data[0], in sof_manifest()
|
Completed in 16 milliseconds