Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/sound/uapi/
Dasoc.h34 #define SND_SOC_TPLG_STREAM_CONFIG_MAX 8 macro
525 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* for DAI link */
549 …struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* supported configs playback a…
625 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* for DAI link */
634 …struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* supported configs playback a…
/third_party/alsa-lib/src/topology/
Dpcm.c1758 if (pcm_tpl->num_streams > SND_SOC_TPLG_STREAM_CONFIG_MAX) in tplg_add_pcm_object()
1880 if (link_tpl->num_streams > SND_SOC_TPLG_STREAM_CONFIG_MAX) in tplg_add_link_object()
1981 asize = sizeof(*pt) + SND_SOC_TPLG_STREAM_CONFIG_MAX * sizeof(*stream); in tplg_decode_pcm()
1997 if (pcm->num_streams > SND_SOC_TPLG_STREAM_CONFIG_MAX) { in tplg_decode_pcm()
2120 struct snd_tplg_stream_template streams[SND_SOC_TPLG_STREAM_CONFIG_MAX]; in tplg_decode_link()
2146 if (link->num_streams > SND_SOC_TPLG_STREAM_CONFIG_MAX) { in tplg_decode_link()