snd_card_rw_proc_new — Create a read/write text proc file entry for the card
int snd_card_rw_proc_new ( | struct snd_card * card, |
const char * name, | |
void * private_data, | |
void (*read)
( struct snd_info_entry *, struct snd_info_buffer *) , | |
void (*write)
( struct snd_info_entry *entry, struct snd_info_buffer *buffer) ) ; |