Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dtopology.h1005 struct snd_tplg_pcm_template { struct
1006 const char *pcm_name; /*!< PCM stream name */
1007 const char *dai_name; /*!< DAI name */
1008 unsigned int pcm_id; /*!< unique ID - used to match */
1009 unsigned int dai_id; /*!< unique ID - used to match */
1010 unsigned int playback; /*!< supports playback mode */
1011 unsigned int capture; /*!< supports capture mode */
1012 unsigned int compress; /*!< 1 = compressed; 0 = PCM */
1013 struct snd_tplg_stream_caps_template *caps[2]; /*!< playback & capture for DAI */
1014 unsigned int flag_mask; /*!< bitmask of flags to configure */
[all …]