diff options
Diffstat (limited to 'sound/soc/au1x')
-rw-r--r-- | sound/soc/au1x/ac97c.c | 2 | ||||
-rw-r--r-- | sound/soc/au1x/i2sc.c | 2 | ||||
-rw-r--r-- | sound/soc/au1x/psc-ac97.c | 2 | ||||
-rw-r--r-- | sound/soc/au1x/psc-i2s.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/au1x/ac97c.c b/sound/soc/au1x/ac97c.c index 726bd651a105..7771934b93e2 100644 --- a/sound/soc/au1x/ac97c.c +++ b/sound/soc/au1x/ac97c.c | |||
@@ -195,7 +195,7 @@ static int alchemy_ac97c_startup(struct snd_pcm_substream *substream, | |||
195 | return 0; | 195 | return 0; |
196 | } | 196 | } |
197 | 197 | ||
198 | static struct snd_soc_dai_ops alchemy_ac97c_ops = { | 198 | static const struct snd_soc_dai_ops alchemy_ac97c_ops = { |
199 | .startup = alchemy_ac97c_startup, | 199 | .startup = alchemy_ac97c_startup, |
200 | }; | 200 | }; |
201 | 201 | ||
diff --git a/sound/soc/au1x/i2sc.c b/sound/soc/au1x/i2sc.c index 6bcf48f5884c..2d5f755ac99c 100644 --- a/sound/soc/au1x/i2sc.c +++ b/sound/soc/au1x/i2sc.c | |||
@@ -201,7 +201,7 @@ static int au1xi2s_startup(struct snd_pcm_substream *substream, | |||
201 | return 0; | 201 | return 0; |
202 | } | 202 | } |
203 | 203 | ||
204 | static const struct snd_soc_dai_ops au1xi2s_dai_ops = { | 204 | static const const struct snd_soc_dai_ops au1xi2s_dai_ops = { |
205 | .startup = au1xi2s_startup, | 205 | .startup = au1xi2s_startup, |
206 | .trigger = au1xi2s_trigger, | 206 | .trigger = au1xi2s_trigger, |
207 | .hw_params = au1xi2s_hw_params, | 207 | .hw_params = au1xi2s_hw_params, |
diff --git a/sound/soc/au1x/psc-ac97.c b/sound/soc/au1x/psc-ac97.c index 0c6acd547141..87daf456b1c9 100644 --- a/sound/soc/au1x/psc-ac97.c +++ b/sound/soc/au1x/psc-ac97.c | |||
@@ -337,7 +337,7 @@ static int au1xpsc_ac97_probe(struct snd_soc_dai *dai) | |||
337 | return au1xpsc_ac97_workdata ? 0 : -ENODEV; | 337 | return au1xpsc_ac97_workdata ? 0 : -ENODEV; |
338 | } | 338 | } |
339 | 339 | ||
340 | static struct snd_soc_dai_ops au1xpsc_ac97_dai_ops = { | 340 | static const struct snd_soc_dai_ops au1xpsc_ac97_dai_ops = { |
341 | .startup = au1xpsc_ac97_startup, | 341 | .startup = au1xpsc_ac97_startup, |
342 | .trigger = au1xpsc_ac97_trigger, | 342 | .trigger = au1xpsc_ac97_trigger, |
343 | .hw_params = au1xpsc_ac97_hw_params, | 343 | .hw_params = au1xpsc_ac97_hw_params, |
diff --git a/sound/soc/au1x/psc-i2s.c b/sound/soc/au1x/psc-i2s.c index e03c5ce01b30..f7714d50bdaf 100644 --- a/sound/soc/au1x/psc-i2s.c +++ b/sound/soc/au1x/psc-i2s.c | |||
@@ -265,7 +265,7 @@ static int au1xpsc_i2s_startup(struct snd_pcm_substream *substream, | |||
265 | return 0; | 265 | return 0; |
266 | } | 266 | } |
267 | 267 | ||
268 | static struct snd_soc_dai_ops au1xpsc_i2s_dai_ops = { | 268 | static const struct snd_soc_dai_ops au1xpsc_i2s_dai_ops = { |
269 | .startup = au1xpsc_i2s_startup, | 269 | .startup = au1xpsc_i2s_startup, |
270 | .trigger = au1xpsc_i2s_trigger, | 270 | .trigger = au1xpsc_i2s_trigger, |
271 | .hw_params = au1xpsc_i2s_hw_params, | 271 | .hw_params = au1xpsc_i2s_hw_params, |