diff options
Diffstat (limited to 'sound/pci/cs5535audio/cs5535audio_pcm.c')
-rw-r--r-- | sound/pci/cs5535audio/cs5535audio_pcm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/cs5535audio/cs5535audio_pcm.c b/sound/pci/cs5535audio/cs5535audio_pcm.c index 9c2dc911d8d7..27fa57da8dc4 100644 --- a/sound/pci/cs5535audio/cs5535audio_pcm.c +++ b/sound/pci/cs5535audio/cs5535audio_pcm.c | |||
@@ -402,7 +402,7 @@ static struct snd_pcm_ops snd_cs5535audio_capture_ops = { | |||
402 | .pointer = snd_cs5535audio_pcm_pointer, | 402 | .pointer = snd_cs5535audio_pcm_pointer, |
403 | }; | 403 | }; |
404 | 404 | ||
405 | static struct cs5535audio_dma_ops snd_cs5535audio_playback_dma_ops = { | 405 | static const struct cs5535audio_dma_ops snd_cs5535audio_playback_dma_ops = { |
406 | .type = CS5535AUDIO_DMA_PLAYBACK, | 406 | .type = CS5535AUDIO_DMA_PLAYBACK, |
407 | .enable_dma = cs5535audio_playback_enable_dma, | 407 | .enable_dma = cs5535audio_playback_enable_dma, |
408 | .disable_dma = cs5535audio_playback_disable_dma, | 408 | .disable_dma = cs5535audio_playback_disable_dma, |
@@ -412,7 +412,7 @@ static struct cs5535audio_dma_ops snd_cs5535audio_playback_dma_ops = { | |||
412 | .read_dma_pntr = cs5535audio_playback_read_dma_pntr, | 412 | .read_dma_pntr = cs5535audio_playback_read_dma_pntr, |
413 | }; | 413 | }; |
414 | 414 | ||
415 | static struct cs5535audio_dma_ops snd_cs5535audio_capture_dma_ops = { | 415 | static const struct cs5535audio_dma_ops snd_cs5535audio_capture_dma_ops = { |
416 | .type = CS5535AUDIO_DMA_CAPTURE, | 416 | .type = CS5535AUDIO_DMA_CAPTURE, |
417 | .enable_dma = cs5535audio_capture_enable_dma, | 417 | .enable_dma = cs5535audio_capture_enable_dma, |
418 | .disable_dma = cs5535audio_capture_disable_dma, | 418 | .disable_dma = cs5535audio_capture_disable_dma, |