]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/isa/gus/gusextreme.c
ALSA: gus: Remove always NULL parameters
[karo-tx-linux.git] / sound / isa / gus / gusextreme.c
index 28a16936a397b71207b88504cd6ee1fc0e8ad82a..693d95f4680482a4bd38dbd61c30a268215582bf 100644 (file)
@@ -284,7 +284,7 @@ static int snd_gusextreme_probe(struct device *dev, unsigned int n)
        }
        gus->codec_flag = 1;
 
-       error = snd_es1688_pcm(card, es1688, 0, NULL);
+       error = snd_es1688_pcm(card, es1688, 0);
        if (error < 0)
                goto out;
 
@@ -295,7 +295,7 @@ static int snd_gusextreme_probe(struct device *dev, unsigned int n)
        snd_component_add(card, "ES1688");
 
        if (pcm_channels[n] > 0) {
-               error = snd_gf1_pcm_new(gus, 1, 1, NULL);
+               error = snd_gf1_pcm_new(gus, 1, 1);
                if (error < 0)
                        goto out;
        }