Re: [PATCH][RFCA] Sound: adding /proc/driver/{vendor}/{dev_pci}/ac97 entry

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 9 Jan 2002 16:19:49 +0000 (GMT)


> + if (proc_mkdir (proc_str, 0)) {
> + sprintf(proc_str, "driver/%s/%s", name,
> card->pci_dev->slot_name);
> + if (proc_mkdir (proc_str, 0)) {
> + sprintf(proc_str, "driver/%s/%s/ac97", name,
> card->pci_dev->slot_name);
> + create_proc_read_entry (proc_str, 0, 0,
> ac97_read_proc, codec);
> + }
> + }

Where do you remove it. Also a card can have multiple ac97 codecs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/