lkml.org 
[lkml]   [2002]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH][RFCA] Sound: adding /proc/driver/{vendor}/{dev_pci}/ac97 entry
Date
From
> +               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/

\
 
 \ /
  Last update: 2005-03-22 13:15    [W:0.043 / U:0.320 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site