Searched defs:snd_soc_pcm_stream (Results 1 – 1 of 1) sorted by relevance
596 struct snd_soc_pcm_stream { struct597 const char *stream_name;598 u64 formats; /* SNDRV_PCM_FMTBIT_* */599 u32 subformats; /* for S32_LE format, SNDRV_PCM_SUBFMTBIT_* */600 unsigned int rates; /* SNDRV_PCM_RATE_* */601 unsigned int rate_min; /* min rate */602 unsigned int rate_max; /* max rate */603 unsigned int channels_min; /* min channels */604 unsigned int channels_max; /* max channels */605 unsigned int sig_bits; /* number of bits of content */