aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/cs5535audio/cs5535audio_pcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/cs5535audio/cs5535audio_pcm.c')
-rw-r--r--sound/pci/cs5535audio/cs5535audio_pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cs5535audio/cs5535audio_pcm.c b/sound/pci/cs5535audio/cs5535audio_pcm.c
index dbf94b189e75..9ab01a7047cf 100644
--- a/sound/pci/cs5535audio/cs5535audio_pcm.c
+++ b/sound/pci/cs5535audio/cs5535audio_pcm.c
@@ -422,7 +422,7 @@ static struct cs5535audio_dma_ops snd_cs5535audio_capture_dma_ops = {
422 .read_dma_pntr = cs5535audio_capture_read_dma_pntr, 422 .read_dma_pntr = cs5535audio_capture_read_dma_pntr,
423}; 423};
424 424
425int __devinit snd_cs5535audio_pcm(struct cs5535audio *cs5535au) 425int snd_cs5535audio_pcm(struct cs5535audio *cs5535au)
426{ 426{
427 struct snd_pcm *pcm; 427 struct snd_pcm *pcm;
428 int err; 428 int err;