/*
  * Main DAI operations
  */
-static struct snd_soc_ops aries_ops = {
+static const struct snd_soc_ops aries_ops = {
        .hw_params = aries_hw_params,
        .hw_free = aries_hw_free,
 };
 
        return 0;
 }
 
-static struct snd_soc_ops arndale_rt5631_ops = {
+static const struct snd_soc_ops arndale_rt5631_ops = {
        .hw_params = arndale_rt5631_hw_params,
 };
 
                                        rclk + 1, SND_SOC_CLOCK_IN);
 }
 
-static struct snd_soc_ops arndale_wm1811_ops = {
+static const struct snd_soc_ops arndale_wm1811_ops = {
        .hw_params = arndale_wm1811_hw_params,
 };
 
 
        return 0;
 }
 
-static struct snd_soc_ops h1940_ops = {
+static const struct snd_soc_ops h1940_ops = {
        .startup        = h1940_startup,
        .hw_params      = h1940_hw_params,
 };
 
        return 0;
 }
 
-static struct snd_soc_ops littlemill_ops = {
+static const struct snd_soc_ops littlemill_ops = {
        .hw_params = littlemill_hw_params,
 };
 
 
        return midas_start_fll1(rtd, pll_out);
 }
 
-static struct snd_soc_ops midas_aif1_ops = {
+static const struct snd_soc_ops midas_aif1_ops = {
        .hw_params = midas_aif1_hw_params,
 };
 
 
 /*
  * Neo1973 WM8753 HiFi DAI opserations.
  */
-static struct snd_soc_ops neo1973_hifi_ops = {
+static const struct snd_soc_ops neo1973_hifi_ops = {
        .hw_params = neo1973_hifi_hw_params,
        .hw_free = neo1973_hifi_hw_free,
 };
        return snd_soc_dai_set_pll(codec_dai, WM8753_PLL2, 0, 0, 0);
 }
 
-static struct snd_soc_ops neo1973_voice_ops = {
+static const struct snd_soc_ops neo1973_voice_ops = {
        .hw_params = neo1973_voice_hw_params,
        .hw_free = neo1973_voice_hw_free,
 };
 
        },
 };
 
-static struct snd_soc_ops rx1950_ops = {
+static const struct snd_soc_ops rx1950_ops = {
        .startup        = rx1950_startup,
        .hw_params      = rx1950_hw_params,
 };
 
 /*
  * SmartQ WM8987 HiFi DAI operations.
  */
-static struct snd_soc_ops smartq_hifi_ops = {
+static const struct snd_soc_ops smartq_hifi_ops = {
        .hw_params = smartq_hifi_hw_params,
 };
 
 
 /*
  * SMDK WM8580 DAI operations.
  */
-static struct snd_soc_ops smdk_ops = {
+static const struct snd_soc_ops smdk_ops = {
        .hw_params = smdk_hw_params,
 };
 
 
 /*
  * SMDK WM8994 DAI operations.
  */
-static struct snd_soc_ops smdk_ops = {
+static const struct snd_soc_ops smdk_ops = {
        .hw_params = smdk_hw_params,
 };
 
 
        return 0;
 }
 
-static struct snd_soc_ops smdk_wm8994_pcm_ops = {
+static const struct snd_soc_ops smdk_wm8994_pcm_ops = {
        .hw_params = smdk_wm8994_pcm_hw_params,
 };
 
 
        return tm2_start_sysclk(rtd->card);
 }
 
-static struct snd_soc_ops tm2_aif1_ops = {
+static const struct snd_soc_ops tm2_aif1_ops = {
        .hw_params = tm2_aif1_hw_params,
 };
 
        return ret;
 }
 
-static struct snd_soc_ops tm2_aif2_ops = {
+static const struct snd_soc_ops tm2_aif2_ops = {
        .hw_params = tm2_aif2_hw_params,
        .hw_free = tm2_aif2_hw_free,
 };
        return 0;
 }
 
-static struct snd_soc_ops tm2_hdmi_ops = {
+static const struct snd_soc_ops tm2_hdmi_ops = {
        .hw_params = tm2_hdmi_hw_params,
 };
 
 
        return 0;
 }
 
-static struct snd_soc_ops tobermory_ops = {
+static const struct snd_soc_ops tobermory_ops = {
        .hw_params = tobermory_hw_params,
 };