SNDRV_PCM_FMTBIT_S24_LE)
 #endif
 
+/*
+ * In AC97 mode, TXDIR bit is forced to 0 and TFDIR bit is forced to 1:
+ *  - SSI inputs external bit clock and outputs frame sync clock -- CBM_CFS
+ *  - Also have NB_NF to mark these two clocks will not be inverted
+ */
+#define FSLSSI_AC97_DAIFMT \
+       (SND_SOC_DAIFMT_AC97 | \
+        SND_SOC_DAIFMT_CBM_CFS | \
+        SND_SOC_DAIFMT_NB_NF)
+
 #define FSLSSI_SIER_DBG_RX_FLAGS \
        (SSI_SIER_RFF0_EN | \
         SSI_SIER_RLS_EN | \
                scr &= ~SSI_SCR_SYS_CLK_EN;
                break;
        default:
-               if (!fsl_ssi_is_ac97(ssi))
-                       return -EINVAL;
+               return -EINVAL;
        }
 
        stcr |= strcr;
        sprop = of_get_property(np, "fsl,mode", NULL);
        if (sprop) {
                if (!strcmp(sprop, "ac97-slave"))
-                       ssi->dai_fmt = SND_SOC_DAIFMT_AC97;
+                       ssi->dai_fmt = FSLSSI_AC97_DAIFMT;
        }
 
        /* Select DMA or FIQ */