]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - sound/soc/codecs/da732x.c
ASoC: codecs: add const to snd_soc_codec_driver structures
[mirror_ubuntu-hirsute-kernel.git] / sound / soc / codecs / da732x.c
index c1cc1c1c28f26d75a24ca0ee792c615996a06d66..83db4d23c90b9590eef0723562c50f52ce0c3ee2 100644 (file)
@@ -1499,7 +1499,7 @@ static int da732x_set_bias_level(struct snd_soc_codec *codec,
        return 0;
 }
 
-static struct snd_soc_codec_driver soc_codec_dev_da732x = {
+static const struct snd_soc_codec_driver soc_codec_dev_da732x = {
        .set_bias_level         = da732x_set_bias_level,
        .component_driver = {
                .controls               = da732x_snd_controls,