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

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Wed Jan 09 2002 - 11:19:49 EST


> + 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/



This archive was generated by hypermail 2b29 : Tue Jan 15 2002 - 21:00:27 EST