Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dtopology.h1052 struct snd_tplg_dai_template { struct
1053 const char *dai_name; /*!< DAI name */
1054 unsigned int dai_id; /*!< unique ID - used to match */
1055 unsigned int playback; /*!< supports playback mode */
1056 unsigned int capture; /*!< supports capture mode */
1057 struct snd_tplg_stream_caps_template *caps[2]; /*!< playback & capture for DAI */
1058 unsigned int flag_mask; /*!< bitmask of flags to configure */
1059 unsigned int flags; /*!< SND_SOC_TPLG_DAI_FLGBIT_* */
1060 struct snd_soc_tplg_private *priv; /*!< private data */