1. NAME

snd_jack_set_parent - Set the parent device for a jack

2. SYNOPSIS

void snd_jack_set_parent(struct snd_jack *  jack , struct device *  parent );

3. ARGUMENTS

jack
    The jack to configure

parent
    The device to set as parent for the jack.

4. DESCRIPTION

Set the parent for the jack devices 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.

5. COPYRIGHT