Data Fields | |
| const char * | pcm_name |
| const char * | dai_name |
| unsigned int | pcm_id |
| unsigned int | dai_id |
| unsigned int | playback |
| unsigned int | capture |
| unsigned int | compress |
| struct snd_tplg_stream_caps_template * | caps [2] |
| int | num_streams |
| struct snd_tplg_stream_template | stream [0] |
| const char* snd_tplg_pcm_template::pcm_name |
PCM stream name
| const char* snd_tplg_pcm_template::dai_name |
DAI name
| unsigned int snd_tplg_pcm_template::pcm_id |
unique ID - used to match
| unsigned int snd_tplg_pcm_template::dai_id |
unique ID - used to match
| unsigned int snd_tplg_pcm_template::playback |
supports playback mode
| unsigned int snd_tplg_pcm_template::capture |
supports capture mode
| unsigned int snd_tplg_pcm_template::compress |
1 = compressed; 0 = PCM
struct snd_tplg_stream_caps_template* snd_tplg_pcm_template::caps[2] [read] |
playback & capture for DAI
number of supported configs
struct snd_tplg_stream_template snd_tplg_pcm_template::stream[0] [read] |
supported configs
1.5.6