ASoC: mediatek: constify snd_soc_ops structures
[sfrench/cifs-2.6.git] / sound / soc / mediatek / mt8173 / mt8173-rt5650.c
index ba65f4157a7e0ef6a60e5406e2570cfb1aaa14d9..a78470839b65e0edcd5d69dd599a6b398dc340a0 100644 (file)
@@ -105,7 +105,7 @@ static int mt8173_rt5650_hw_params(struct snd_pcm_substream *substream,
        return 0;
 }
 
-static struct snd_soc_ops mt8173_rt5650_ops = {
+static const struct snd_soc_ops mt8173_rt5650_ops = {
        .hw_params = mt8173_rt5650_hw_params,
 };