Home
last modified time | relevance | path

Searched refs:MAX_IN_QUEUE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dskl-tplg-interface.h25 #define MAX_IN_QUEUE 8 macro
234 struct skl_dfw_v4_module_fmt in_fmt[MAX_IN_QUEUE];
236 struct skl_dfw_v4_module_pin in_pin[MAX_IN_QUEUE];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dskl-tplg-interface.h23 #define MAX_IN_QUEUE 8 macro
232 struct skl_dfw_v4_module_fmt in_fmt[MAX_IN_QUEUE];
234 struct skl_dfw_v4_module_pin in_pin[MAX_IN_QUEUE];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dskl-tplg-interface.h23 #define MAX_IN_QUEUE 8 macro
232 struct skl_dfw_v4_module_fmt in_fmt[MAX_IN_QUEUE];
234 struct skl_dfw_v4_module_pin in_pin[MAX_IN_QUEUE];
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl-topology.h335 struct skl_module_pin_fmt inputs[MAX_IN_QUEUE];
353 struct skl_module_pin_resources input[MAX_IN_QUEUE];
H A Dskl-topology.c2401 devm_kcalloc(dev, MAX_IN_QUEUE, in skl_tplg_get_token()
2407 skl_tplg_fill_pin_dynamic_val(mconfig->m_in_pin, MAX_IN_QUEUE, in skl_tplg_get_token()
2414 devm_kcalloc(dev, MAX_IN_QUEUE, in skl_tplg_get_token()
2810 MAX_IN_QUEUE); in skl_tplg_get_pvt_data_v4()
2830 MAX_IN_QUEUE, sizeof(*mconfig->m_in_pin), in skl_tplg_get_pvt_data_v4()
H A Dskl-pcm.c1342 for (i = 0; i < MAX_IN_QUEUE; i++) { in skl_get_module_info()