Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[linux-2.6-block.git] / sound / soc / qcom / qdsp6 / q6afe-dai.c
index 8f6c8fc073a93048cb2e33d8439105ac2dc7d025..bfc3bbf1d4de3058dd29e23c7020601fb1c7cae6 100644 (file)
@@ -561,13 +561,13 @@ static const struct snd_soc_dapm_route q6afe_dapm_routes[] = {
        {"QUAT_MI2S_TX", NULL, "Quaternary MI2S Capture"},
 };
 
-static struct snd_soc_dai_ops q6hdmi_ops = {
+static const struct snd_soc_dai_ops q6hdmi_ops = {
        .prepare        = q6afe_dai_prepare,
        .hw_params      = q6hdmi_hw_params,
        .shutdown       = q6afe_dai_shutdown,
 };
 
-static struct snd_soc_dai_ops q6i2s_ops = {
+static const struct snd_soc_dai_ops q6i2s_ops = {
        .prepare        = q6afe_dai_prepare,
        .hw_params      = q6i2s_hw_params,
        .set_fmt        = q6i2s_set_fmt,
@@ -575,14 +575,14 @@ static struct snd_soc_dai_ops q6i2s_ops = {
        .set_sysclk     = q6afe_mi2s_set_sysclk,
 };
 
-static struct snd_soc_dai_ops q6slim_ops = {
+static const struct snd_soc_dai_ops q6slim_ops = {
        .prepare        = q6afe_dai_prepare,
        .hw_params      = q6slim_hw_params,
        .shutdown       = q6afe_dai_shutdown,
        .set_channel_map = q6slim_set_channel_map,
 };
 
-static struct snd_soc_dai_ops q6tdm_ops = {
+static const struct snd_soc_dai_ops q6tdm_ops = {
        .prepare        = q6afe_dai_prepare,
        .shutdown       = q6afe_dai_shutdown,
        .set_sysclk     = q6afe_mi2s_set_sysclk,