X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=sound%2Fpci%2Fcs5530.c;h=0a8cf94c48581277266cf1d069e17bf8a5886934;hb=9682ec9692e5ac11c6caebd079324e727b19e7ce;hp=b1025507a4670fa538e7e5ddbd5da50b21f3be64;hpb=a65c86630632c534e9dd3cf76c1c5a5c98970873;p=karo-tx-linux.git 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, return err; } - err = snd_sb16dsp_pcm(chip->sb, 0, &chip->sb->pcm); + err = snd_sb16dsp_pcm(chip->sb, 0); if (err < 0) { dev_err(card->dev, "Could not create PCM\n"); snd_cs5530_free(chip);