Lines Matching refs:formats
268 runtime->hw.formats = hw->formats;
513 u64 formats = ULLONG_MAX;
534 formats &= cpu_stream->formats;
557 formats &= codec_stream->formats;
578 hw->formats = formats;
596 u64 formats = hw->formats;
605 if (formats)
606 hw->formats &= formats;
750 if (!runtime->hw.formats) {
751 printk(KERN_ERR "ASoC: %s <-> %s No matching formats\n",
1545 if (runtime->hw.formats)
1546 runtime->hw.formats &= stream->formats;
1548 runtime->hw.formats = stream->formats;
1553 u64 *formats)
1583 *formats &= codec_stream->formats;
1702 dpcm_runtime_merge_format(substream, &runtime->hw.formats);