Home
last modified time | relevance | path

Searched defs:snd_soc_tplg_dai (Results 1 – 1 of 1) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dasoc.h570 struct snd_soc_tplg_dai { struct
571 __le32 size; /* in bytes of this structure */
572 char dai_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* name - used to match */
573 __le32 dai_id; /* unique ID - used to match */
574 __le32 playback; /* supports playback mode */
575 __le32 capture; /* supports capture mode */
576 struct snd_soc_tplg_stream_caps caps[2]; /* playback and capture for DAI */
577 __le32 flag_mask; /* bitmask of flags to configure */
578 __le32 flags; /* SND_SOC_TPLG_DAI_FLGBIT_* */
579 struct snd_soc_tplg_private priv;