Query: snd_jack_new
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_JACK_NEW(9) Miscellaneous Functions SND_JACK_NEW(9)NAMEsnd_jack_new - Create a new jackSYNOPSISint snd_jack_new(struct snd_card * card, const char * id, int type, struct snd_jack ** jjack);ARGUMENTScard the card instance id an identifying string for this jack type a bitmask of enum snd_jack_type values that can be detected by this jack jjack Used to provide the allocated jack object to the caller.DESCRIPTIONCreates a new jack object. Returns zero if successful, or a negative error code on failure. On success jjack will be initialised.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SND_JACK_NEW(9)