Query: snd_card_proc_new
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_CARD_PROC_NEW(9) Sound Devices SND_CARD_PROC_NEW(9)NAMEsnd_card_proc_new - create an info entry for the given cardSYNOPSISint snd_card_proc_new(struct snd_card * card, const char * name, struct snd_info_entry ** entryp);ARGUMENTScard the card instance name the file name entryp the pointer to store the new info entryDESCRIPTIONCreates a new info entry and assigns it to the given card. Unlike snd_info_create_card_entry, this function registers the info entry as an ALSA device component, so that it can be unregistered/released without explicit call. Also, you don't have to register this entry via snd_info_register, since this will be registered by snd_card_register automatically. The parent is assumed as card->proc_root. For releasing this entry, use snd_device_free instead of snd_info_free_entry. Returns zero if successful, or a negative error code on failure.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SND_CARD_PROC_NEW(9)
Related Man Pages |
---|
card(1) - opensolaris |
card(1) - debian |
card(1) - centos |
scf_card_reset(3smartca) - sunos |
gfx_mode_select_filter(3alleg4) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
A (ksh) Library For and From UNIX.com |
The Future of the PM (Private Message) System at UNIX.com |
Shopt -s histappend |
32 bit process addressing more than 4GB |