Merge branch 'topic/jack' into for-next
[deliverable/linux.git] / sound / pci / hda / patch_hdmi.c
index 67a85ca25e35907a57c09a73fa5ba84140884665..d925742624ee66784ec3f5af8bd3520dbcfc9133 100644 (file)
@@ -592,7 +592,7 @@ static int eld_proc_new(struct hdmi_spec_per_pin *per_pin, int index)
 static void eld_proc_free(struct hdmi_spec_per_pin *per_pin)
 {
        if (!per_pin->codec->bus->shutdown && per_pin->proc_entry) {
-               snd_device_free(per_pin->codec->card, per_pin->proc_entry);
+               snd_info_free_entry(per_pin->proc_entry);
                per_pin->proc_entry = NULL;
        }
 }
This page took 0.024532 seconds and 5 git commands to generate.