Home
last modified time | relevance | path

Searched refs:SND_SOC_TPLG_HW_CONFIG_MAX (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dasoc.h39 #define SND_SOC_TPLG_HW_CONFIG_MAX 8 macro
551 struct snd_soc_tplg_hw_config hw_config[SND_SOC_TPLG_HW_CONFIG_MAX]; /* hw configs */
/third_party/alsa-lib/src/topology/
Dpcm.c1887 if (link_tpl->num_hw_configs > SND_SOC_TPLG_HW_CONFIG_MAX) in tplg_add_link_object()
2122 struct snd_tplg_hw_config_template hws[SND_SOC_TPLG_HW_CONFIG_MAX]; in tplg_decode_link()
2150 if (link->num_hw_configs > SND_SOC_TPLG_HW_CONFIG_MAX) { in tplg_decode_link()