Searched defs:snd_soc_tplg_pcm (Results 1 – 1 of 1) sorted by relevance
517 struct snd_soc_tplg_pcm { struct518 __le32 size; /* in bytes of this structure */519 char pcm_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];520 char dai_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];522 __le32 dai_id; /* unique ID - used to match */523 __le32 playback; /* supports playback mode */524 __le32 capture; /* supports capture mode */525 __le32 compress; /* 1 = compressed; 0 = PCM */527 __le32 num_streams; /* number of streams */529 __le32 flag_mask; /* bitmask of flags to configure */[all …]
Completed in 7 milliseconds