Searched defs:snd_soc_pcm_stream (Results 1 – 1 of 1) sorted by relevance
611 struct snd_soc_pcm_stream { struct612 const char *stream_name;613 u64 formats; /* SNDRV_PCM_FMTBIT_* */614 unsigned int rates; /* SNDRV_PCM_RATE_* */615 unsigned int rate_min; /* min rate */616 unsigned int rate_max; /* max rate */617 unsigned int channels_min; /* min channels */618 unsigned int channels_max; /* max channels */619 unsigned int sig_bits; /* number of bits of content */
Completed in 13 milliseconds