struct snd_tplg_link_template
Overview
Template type for physical DAI Links. Moreā¦
#include <topology.h> struct snd_tplg_link_template { // fields const char* name; int id; const char* stream_name; int num_streams; struct snd_tplg_stream_template* stream; struct snd_tplg_hw_config_template* hw_config; int num_hw_configs; int default_hw_config_id; unsigned int flag_mask; unsigned int flags; struct snd_soc_tplg_private* priv; };
Detailed Documentation
Template type for physical DAI Links.
Fields
const char* name
link name, used to match
int id
unique ID - used to match with existing physical links
const char* stream_name
link stream name, used to match
int num_streams
number of configs
struct snd_tplg_stream_template* stream
supported configs
struct snd_tplg_hw_config_template* hw_config
supported HW configs
struct snd_soc_tplg_private* priv
private data