Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/sound/uapi/
Dasoc.h516 struct snd_soc_tplg_pcm { struct
517 __le32 size; /* in bytes of this structure */
518 char pcm_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
519 char dai_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
520 __le32 pcm_id; /* unique ID - used to match with DAI link */
521 __le32 dai_id; /* unique ID - used to match */
522 __le32 playback; /* supports playback mode */
523 __le32 capture; /* supports capture mode */
524 __le32 compress; /* 1 = compressed; 0 = PCM */
525 struct snd_soc_tplg_stream stream[SND_SOC_TPLG_STREAM_CONFIG_MAX]; /* for DAI link */
[all …]