Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1427cc37 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: sta529: Staticise non-exported codec driver struct

parent 689185b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -358,7 +358,7 @@ static int sta529_resume(struct snd_soc_codec *codec)
	return 0;
}

struct snd_soc_codec_driver sta529_codec_driver = {
static const struct snd_soc_codec_driver sta529_codec_driver = {
	.probe = sta529_probe,
	.remove = sta529_remove,
	.set_bias_level = sta529_set_bias_level,