Query: snd_jack_set_parent
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_JACK_SET_PARENT(9) Miscellaneous Functions SND_JACK_SET_PARENT(9)NAMEsnd_jack_set_parent - Set the parent device for a jackSYNOPSISvoid snd_jack_set_parent(struct snd_jack * jack, struct device * parent);ARGUMENTSjack The jack to configure parent The device to set as parent for the jack.DESCRIPTIONSet the parent for the jack input device in the device tree. This function is only valid prior to registration of the jack. If no parent is configured then the parent device will be the sound card.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SND_JACK_SET_PARENT(9)