Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/topology/
Dpcm.c1717 struct snd_tplg_stream_caps_template *caps_tpl) in tplg_add_stream_caps() argument
1722 elem = tplg_elem_new_common(tplg, NULL, caps_tpl->name, in tplg_add_stream_caps()
1729 snd_strlcpy(caps->name, caps_tpl->name, SNDRV_CTL_ELEM_ID_NAME_MAXLEN); in tplg_add_stream_caps()
1731 caps->formats = caps_tpl->formats; in tplg_add_stream_caps()
1732 caps->rates = caps_tpl->rates; in tplg_add_stream_caps()
1733 caps->rate_min = caps_tpl->rate_min; in tplg_add_stream_caps()
1734 caps->rate_max = caps_tpl->rate_max; in tplg_add_stream_caps()
1735 caps->channels_min = caps_tpl->channels_min; in tplg_add_stream_caps()
1736 caps->channels_max = caps_tpl->channels_max; in tplg_add_stream_caps()
1737 caps->periods_min = caps_tpl->periods_min; in tplg_add_stream_caps()
[all …]