diff options
Diffstat (limited to 'sound/pci/cs5530.c')
-rw-r--r-- | sound/pci/cs5530.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cs5530.c b/sound/pci/cs5530.c index b1025507a467..0a8cf94c4858 100644 --- a/sound/pci/cs5530.c +++ b/sound/pci/cs5530.c | |||
@@ -223,7 +223,7 @@ static int snd_cs5530_create(struct snd_card *card, | |||
223 | return err; | 223 | return err; |
224 | } | 224 | } |
225 | 225 | ||
226 | err = snd_sb16dsp_pcm(chip->sb, 0, &chip->sb->pcm); | 226 | err = snd_sb16dsp_pcm(chip->sb, 0); |
227 | if (err < 0) { | 227 | if (err < 0) { |
228 | dev_err(card->dev, "Could not create PCM\n"); | 228 | dev_err(card->dev, "Could not create PCM\n"); |
229 | snd_cs5530_free(chip); | 229 | snd_cs5530_free(chip); |