ALSA: hda - Update to use the new jack kctls method
[sfrench/cifs-2.6.git] / sound / core / jack.c
index b34187b072ea6a1370d1fab4095b3d096256e76b..e8b51f52e7df84328579b5040f96ad98632ae745 100644 (file)
@@ -135,7 +135,7 @@ static struct snd_jack_kctl * snd_jack_kctl_new(struct snd_card *card, const cha
        struct snd_jack_kctl *jack_kctl;
        int err;
 
-       kctl = snd_kctl_jack_new(name, card, card);
+       kctl = snd_kctl_jack_new(name, card);
        if (!kctl)
                return NULL;