Home
last modified time | relevance | path

Searched refs:num_hw_configs (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/src/topology/
Dpcm.c236 int num_hw_configs = 0, err = 0; in build_link() local
260 memcpy(&link->hw_config[num_hw_configs], in build_link()
263 num_hw_configs++; in build_link()
1129 link->num_hw_configs = err; in parse_hw_config_refs()
1887 if (link_tpl->num_hw_configs > SND_SOC_TPLG_HW_CONFIG_MAX) in tplg_add_link_object()
1889 link->num_hw_configs = link_tpl->num_hw_configs; in tplg_add_link_object()
1891 for (i = 0; i < link->num_hw_configs; i++) in tplg_add_link_object()
2150 if (link->num_hw_configs > SND_SOC_TPLG_HW_CONFIG_MAX) { in tplg_decode_link()
2162 link->num_hw_configs); in tplg_decode_link()
2170 lt.num_hw_configs = link->num_hw_configs; in tplg_decode_link()
[all …]
/third_party/alsa-lib/include/
Dtopology.h1076 int num_hw_configs; /* number of hw configs */ member
/third_party/alsa-lib/include/sound/uapi/
Dasoc.h552 __le32 num_hw_configs; /* number of hw configs */ member