Home
last modified time | relevance | path

Searched defs:snd_soc_pcm_stream (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/include/sound/
Dsoc.h647 struct snd_soc_pcm_stream { struct
648 const char *stream_name;
649 u64 formats; /* SNDRV_PCM_FMTBIT_* */
650 u32 subformats; /* for S32_LE format, SNDRV_PCM_SUBFMTBIT_* */
651 unsigned int rates; /* SNDRV_PCM_RATE_* */
652 unsigned int rate_min; /* min rate */
653 unsigned int rate_max; /* max rate */
654 unsigned int channels_min; /* min channels */
655 unsigned int channels_max; /* max channels */
656 unsigned int sig_bits; /* number of bits of content */