Merge branches 'topic/dmic' and 'topic/qcom' of git://git.kernel.org/pub/scm/linux...
[sfrench/cifs-2.6.git] / sound / soc / codecs / msm8916-wcd-digital.c
index d2993e72d1e237c6f079fe69303df694bbab8fe6..66df8f810f0d740772a62d965466358012d91d4f 100644 (file)
@@ -818,7 +818,7 @@ static void msm8916_wcd_digital_shutdown(struct snd_pcm_substream *substream,
                            LPASS_CDC_CLK_PDM_CTL_PDM_CLK_SEL_MASK, 0);
 }
 
-static struct snd_soc_dai_ops msm8916_wcd_digital_dai_ops = {
+static const struct snd_soc_dai_ops msm8916_wcd_digital_dai_ops = {
        .startup = msm8916_wcd_digital_startup,
        .shutdown = msm8916_wcd_digital_shutdown,
        .hw_params = msm8916_wcd_digital_hw_params,
@@ -851,7 +851,7 @@ static struct snd_soc_dai_driver msm8916_wcd_digital_dai[] = {
               },
 };
 
-static struct snd_soc_codec_driver msm8916_wcd_digital = {
+static const struct snd_soc_codec_driver msm8916_wcd_digital = {
        .probe = msm8916_wcd_digital_codec_probe,
        .set_sysclk = msm8916_wcd_digital_codec_set_sysclk,
        .component_driver = {