Lines Matching defs:snd_soc_tplg_pcm_v4
613 struct snd_soc_tplg_pcm_v4 { struct
614 __le32 size; /* in bytes of this structure */
615 char pcm_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
616 char dai_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
617 __le32 pcm_id; /* unique ID - used to match with DAI link */
618 __le32 dai_id; /* unique ID - used to match */
619 __le32 playback; /* supports playback mode */
620 __le32 capture; /* supports capture mode */
621 __le32 compress; /* 1 = compressed; 0 = PCM */
622 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* for DAI link */
623 __le32 num_streams; /* number of streams */
624 struct snd_soc_tplg_stream_caps_v4 caps[2]; /* playback and capture for DAI */