Loading sound/soc/au1x/db1200.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -99,7 +99,7 @@ static int db1200_i2s_startup(struct snd_pcm_substream *substream) return 0; return 0; } } static struct snd_soc_ops db1200_i2s_wm8731_ops = { static const struct snd_soc_ops db1200_i2s_wm8731_ops = { .startup = db1200_i2s_startup, .startup = db1200_i2s_startup, }; }; Loading Loading
sound/soc/au1x/db1200.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -99,7 +99,7 @@ static int db1200_i2s_startup(struct snd_pcm_substream *substream) return 0; return 0; } } static struct snd_soc_ops db1200_i2s_wm8731_ops = { static const struct snd_soc_ops db1200_i2s_wm8731_ops = { .startup = db1200_i2s_startup, .startup = db1200_i2s_startup, }; }; Loading