Searched defs:snd_soc_pcm_stream (Results 1 – 1 of 1) sorted by relevance
580 struct snd_soc_pcm_stream { struct581 const char *stream_name;582 u64 formats; /* SNDRV_PCM_FMTBIT_* */583 unsigned int rates; /* SNDRV_PCM_RATE_* */584 unsigned int rate_min; /* min rate */585 unsigned int rate_max; /* max rate */586 unsigned int channels_min; /* min channels */587 unsigned int channels_max; /* max channels */588 unsigned int sig_bits; /* number of bits of content */