Searched defs:snd_soc_pcm_stream (Results 1 – 1 of 1) sorted by relevance
701 struct snd_soc_pcm_stream { struct702 const char *stream_name;703 u64 formats; /* SNDRV_PCM_FMTBIT_* */704 unsigned int rates; /* SNDRV_PCM_RATE_* */705 unsigned int rate_min; /* min rate */706 unsigned int rate_max; /* max rate */707 unsigned int channels_min; /* min channels */708 unsigned int channels_max; /* max channels */709 unsigned int sig_bits; /* number of bits of content */