};
 
 static const struct snd_soc_dai_ops sst_compr_dai_ops = {
+       .compress_new = snd_soc_new_compress,
        .mute_stream = sst_media_digital_mute,
 };
 
 },
 {
        .name = "compress-cpu-dai",
-       .compress_new = snd_soc_new_compress,
        .ops = &sst_compr_dai_ops,
        .playback = {
                .stream_name = "Compress Playback",
 
        return count;
 }
 
-static const struct snd_soc_cdai_ops avs_probe_dai_ops = {
+static const struct snd_soc_cdai_ops avs_probe_cdai_ops = {
        .startup = avs_probe_compr_open,
        .shutdown = avs_probe_compr_free,
        .set_params = avs_probe_compr_set_params,
        .pointer = avs_probe_compr_pointer,
 };
 
+static const struct snd_soc_dai_ops avs_probe_dai_ops = {
+       .compress_new = snd_soc_new_compress,
+};
+
 static const struct snd_compress_ops avs_probe_compress_ops = {
        .copy = avs_probe_compr_copy,
 };
 static struct snd_soc_dai_driver probe_cpu_dais[] = {
 {
        .name = "Probe Extraction CPU DAI",
-       .compress_new = snd_soc_new_compress,
-       .cops = &avs_probe_dai_ops,
+       .cops = &avs_probe_cdai_ops,
+       .ops  = &avs_probe_dai_ops,
        .capture = {
                .stream_name = "Probe Extraction",
                .channels_min = 1,
 
        return 0;
 }
 
+static const struct snd_soc_dai_ops catpt_dai_ops = {
+       .pcm_new = catpt_dai_pcm_new,
+};
+
 static struct snd_soc_dai_driver dai_drivers[] = {
 /* FE DAIs */
 {
 {
        .name = "ssp0-port",
        .id = CATPT_SSP_IFACE_0,
-       .pcm_new = catpt_dai_pcm_new,
        .playback = {
                .channels_min = 1,
                .channels_max = 8,
                .channels_min = 1,
                .channels_max = 8,
        },
+       .ops = &catpt_dai_ops,
 },
 {
        .name = "ssp1-port",
        .id = CATPT_SSP_IFACE_1,
-       .pcm_new = catpt_dai_pcm_new,
        .playback = {
                .channels_min = 1,
                .channels_max = 8,
                .channels_min = 1,
                .channels_max = 8,
        },
+       .ops = &catpt_dai_ops,
 },
 };
 
 
 }
 
 static const struct snd_soc_dai_ops kmb_dai_ops = {
+       .probe          = kmb_probe,
        .startup        = kmb_dai_startup,
        .trigger        = kmb_dai_trigger,
        .hw_params      = kmb_dai_hw_params,
                                    SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE),
                },
                .ops = &kmb_dai_ops,
-               .probe = kmb_probe,
        },
 };
 
                                    SNDRV_PCM_FMTBIT_S16_LE),
                },
                .ops = &kmb_dai_ops,
-               .probe = kmb_probe,
        },
 };
 
                                    SNDRV_PCM_FMTBIT_S16_LE),
                },
                .ops = &kmb_dai_ops,
-               .probe = kmb_probe,
        },
 };