ALSA project - the C library reference
|
Template type for PCM (FE DAI & DAI links). More...
#include <topology.h>
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] |
unsigned int | flag_mask |
unsigned int | flags |
struct snd_soc_tplg_private * | priv |
int | num_streams |
struct snd_tplg_stream_template | stream [0] |
Template type for PCM (FE DAI & DAI links).
struct snd_tplg_stream_caps_template* snd_tplg_pcm_template::caps[2] |
playback & capture for DAI
unsigned int snd_tplg_pcm_template::capture |
supports capture mode
unsigned int snd_tplg_pcm_template::compress |
1 = compressed; 0 = PCM
unsigned int snd_tplg_pcm_template::dai_id |
unique ID - used to match
const char* snd_tplg_pcm_template::dai_name |
DAI name
unsigned int snd_tplg_pcm_template::flag_mask |
bitmask of flags to configure
unsigned int snd_tplg_pcm_template::flags |
flag value SND_SOC_TPLG_LNK_FLGBIT_*
int snd_tplg_pcm_template::num_streams |
number of supported configs
unsigned int snd_tplg_pcm_template::pcm_id |
unique ID - used to match
const char* snd_tplg_pcm_template::pcm_name |
PCM stream name
unsigned int snd_tplg_pcm_template::playback |
supports playback mode
struct snd_soc_tplg_private* snd_tplg_pcm_template::priv |
private data
struct snd_tplg_stream_template snd_tplg_pcm_template::stream[0] |
supported configs