···101101 SNDRV_PCM_FMTBIT_S32_LE | \102102 SNDRV_PCM_FMTBIT_U32_LE | \103103 SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE)104104+/*105105+ * The dummy CODEC is only meant to be used in situations where there is no106106+ * actual hardware.107107+ *108108+ * If there is actual hardware even if it does not have a control bus109109+ * the hardware will still have constraints like supported samplerates, etc.110110+ * which should be modelled. And the data flow graph also should be modelled111111+ * using DAPM.112112+ */104113static struct snd_soc_dai_driver dummy_dai = {105114 .name = "snd-soc-dummy-dai",106115 .playback = {