Lines Matching refs:formats
160 runtime->hw.formats = hw->formats; in snd_soc_set_runtime_hwparams()
380 u64 formats = ULLONG_MAX; in soc_pcm_init_runtime_hw() local
413 formats &= codec_stream->formats; in soc_pcm_init_runtime_hw()
429 if (hw->formats) in soc_pcm_init_runtime_hw()
430 hw->formats &= formats & cpu_stream->formats; in soc_pcm_init_runtime_hw()
432 hw->formats = formats & cpu_stream->formats; in soc_pcm_init_runtime_hw()
534 if (!runtime->hw.formats) { in soc_pcm_open()
1534 u64 formats) in dpcm_init_runtime_hw() argument
1540 if (runtime->hw.formats) in dpcm_init_runtime_hw()
1541 runtime->hw.formats &= formats & stream->formats; in dpcm_init_runtime_hw()
1543 runtime->hw.formats = formats & stream->formats; in dpcm_init_runtime_hw()
1551 u64 formats = ULLONG_MAX; in dpcm_runtime_base_format() local
1555 return formats; in dpcm_runtime_base_format()
1575 formats &= codec_stream->formats; in dpcm_runtime_base_format()
1579 return formats; in dpcm_runtime_base_format()