1SND_JACK_SET_PARENT(9) Miscellaneous Functions SND_JACK_SET_PARENT(9)
2
3
4
6 snd_jack_set_parent - Set the parent device for a jack
7
9 void snd_jack_set_parent(struct snd_jack * jack,
10 struct device * parent);
11
13 jack
14 The jack to configure
15
16 parent
17 The device to set as parent for the jack.
18
20 Set the parent for the jack devices in the device tree. This function
21 is only valid prior to registration of the jack. If no parent is
22 configured then the parent device will be the sound card.
23
25Kernel Hackers Manual 3.10 June 2019 SND_JACK_SET_PARENT(9)