Searched defs:snd_tplg_stream_caps_template (Results 1 – 1 of 1) sorted by relevance
983 struct snd_tplg_stream_caps_template { struct984 const char *name; /*!< name of the stream caps */985 uint64_t formats; /*!< supported formats SNDRV_PCM_FMTBIT_* */986 unsigned int rates; /*!< supported rates SNDRV_PCM_RATE_* */987 unsigned int rate_min; /*!< min rate */1011 struct snd_tplg_stream_caps_template *caps[2]; /*!< playback & capture for DAI */ argument