Lines Matching refs:formats
3483 u64 formats = 0; in snd_hda_query_supported_pcm() local
3493 formats |= SNDRV_PCM_FMTBIT_U8; in snd_hda_query_supported_pcm()
3497 formats |= SNDRV_PCM_FMTBIT_S16_LE; in snd_hda_query_supported_pcm()
3502 formats |= SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE; in snd_hda_query_supported_pcm()
3504 formats |= SNDRV_PCM_FMTBIT_S32_LE; in snd_hda_query_supported_pcm()
3511 formats |= SNDRV_PCM_FMTBIT_S32_LE; in snd_hda_query_supported_pcm()
3522 formats |= SNDRV_PCM_FMTBIT_FLOAT_LE; in snd_hda_query_supported_pcm()
3532 formats |= SNDRV_PCM_FMTBIT_U8; in snd_hda_query_supported_pcm()
3535 if (formats == 0) { in snd_hda_query_supported_pcm()
3544 *formatsp = formats; in snd_hda_query_supported_pcm()
3654 if (info->nid && (!info->rates || !info->formats)) { in set_pcm_default_values()
3657 info->formats ? NULL : &info->formats, in set_pcm_default_values()
4219 mout->analog_formats = hinfo->formats; in snd_hda_multi_out_analog_open()
4223 runtime->hw.formats = mout->analog_formats; in snd_hda_multi_out_analog_open()
4235 (runtime->hw.formats & mout->spdif_formats)) { in snd_hda_multi_out_analog_open()
4237 runtime->hw.formats &= mout->spdif_formats; in snd_hda_multi_out_analog_open()