Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/sound/
Dasoc.h545 struct snd_soc_tplg_link_config { struct
546 __le32 size; /* in bytes of this structure */
547 __le32 id; /* unique ID - used to match */
548 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* name - used to match */
549 char stream_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; /* stream name - used to match */
550 …c_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* supported configs playback and captrure */
551 __le32 num_streams; /* number of streams */
552 struct snd_soc_tplg_hw_config hw_config[SND_SOC_TPLG_HW_CONFIG_MAX]; /* hw configs */
553 __le32 num_hw_configs; /* number of hw configs */
554 __le32 default_hw_config_id; /* default hw config ID for init */
[all …]