Searched defs:snd_soc_tplg_link_config (Results 1 – 1 of 1) sorted by relevance
541 struct snd_soc_tplg_link_config { struct542 __le32 size; /* in bytes of this structure */543 __le32 id; /* unique ID - used to match */544 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* name - used to match */545 char stream_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* stream name - used to match */547 __le32 num_streams; /* number of streams */549 __le32 num_hw_configs; /* number of hw configs */550 __le32 default_hw_config_id; /* default hw config ID for init */551 __le32 flag_mask; /* bitmask of flags to configure */552 __le32 flags; /* SND_SOC_TPLG_LNK_FLGBIT_* flag value */[all …]
Completed in 7 milliseconds