diff options
Diffstat (limited to 'sound/soc/pxa/pxa2xx-i2s.c')
-rw-r--r-- | sound/soc/pxa/pxa2xx-i2s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c index 11be5952a506..609abd51e55f 100644 --- a/sound/soc/pxa/pxa2xx-i2s.c +++ b/sound/soc/pxa/pxa2xx-i2s.c | |||
@@ -331,7 +331,7 @@ static int pxa2xx_i2s_remove(struct snd_soc_dai *dai) | |||
331 | SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_22050 | SNDRV_PCM_RATE_44100 | \ | 331 | SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_22050 | SNDRV_PCM_RATE_44100 | \ |
332 | SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000) | 332 | SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_96000) |
333 | 333 | ||
334 | static struct snd_soc_dai_ops pxa_i2s_dai_ops = { | 334 | static const struct snd_soc_dai_ops pxa_i2s_dai_ops = { |
335 | .startup = pxa2xx_i2s_startup, | 335 | .startup = pxa2xx_i2s_startup, |
336 | .shutdown = pxa2xx_i2s_shutdown, | 336 | .shutdown = pxa2xx_i2s_shutdown, |
337 | .trigger = pxa2xx_i2s_trigger, | 337 | .trigger = pxa2xx_i2s_trigger, |