Lines Matching refs:formats
691 * stream formats
815 * snd_hdac_query_supported_pcm - query the supported PCM rates and formats
819 * @formatsp: the pointer to store the detected formats
822 * Queries the supported PCM rates and formats. The NULL @ratesp, @formatsp
852 u64 formats = 0;
862 formats |= SNDRV_PCM_FMTBIT_U8;
866 formats |= SNDRV_PCM_FMTBIT_S16_LE;
871 formats |= SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE;
873 formats |= SNDRV_PCM_FMTBIT_S32_LE;
880 formats |= SNDRV_PCM_FMTBIT_S32_LE;
891 formats |= SNDRV_PCM_FMTBIT_FLOAT_LE;
901 formats |= SNDRV_PCM_FMTBIT_U8;
904 if (formats == 0) {
906 "formats == 0 (nid=0x%x, val=0x%x, ovrd=%i, streams=0x%x)\n",
913 *formatsp = formats;