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/
H A Dasoc.h36 #define SND_SOC_TPLG_STREAM_CONFIG_MAX 8 macro
527 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* for DAI link */
551 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* supported configs playback and captrure */
627 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* for DAI link */
636 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* supported configs playback and captrure */
/third_party/alsa-lib/src/topology/
H A Dpcm.c1788 if (pcm_tpl->num_streams > SND_SOC_TPLG_STREAM_CONFIG_MAX) in tplg_add_pcm_object()
1910 if (link_tpl->num_streams > SND_SOC_TPLG_STREAM_CONFIG_MAX) in tplg_add_link_object()
2011 asize = sizeof(*pt) + SND_SOC_TPLG_STREAM_CONFIG_MAX * sizeof(*stream); in tplg_decode_pcm()
2027 if (pcm->num_streams > SND_SOC_TPLG_STREAM_CONFIG_MAX) { in tplg_decode_pcm()
2150 struct snd_tplg_stream_template streams[SND_SOC_TPLG_STREAM_CONFIG_MAX]; in tplg_decode_link()
2176 if (link->num_streams > SND_SOC_TPLG_STREAM_CONFIG_MAX) { in tplg_decode_link()

Completed in 5 milliseconds