Searched defs:snd_soc_tplg_pcm (Results 1 – 3 of 3) sorted by relevance
511 struct snd_soc_tplg_pcm { struct512 __le32 size; /* in bytes of this structure */513 char pcm_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];514 char dai_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];515 __le32 pcm_id; /* unique ID - used to match with DAI link */516 __le32 dai_id; /* unique ID - used to match */517 __le32 playback; /* supports playback mode */518 __le32 capture; /* supports capture mode */519 __le32 compress; /* 1 = compressed; 0 = PCM */520 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* for DAI link */[all …]
294 struct snd_soc_tplg_pcm { struct295 __le32 size;296 char pcm_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];297 char dai_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];298 __le32 pcm_id;299 __le32 dai_id;300 __le32 playback;301 __le32 capture;302 __le32 compress;303 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX];[all …]
306 struct snd_soc_tplg_pcm { struct307 __le32 size;308 char pcm_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];309 char dai_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];310 __le32 pcm_id;311 __le32 dai_id;312 __le32 playback;313 __le32 capture;314 __le32 compress;315 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX];[all …]