|
@@ -788,7 +788,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,
|