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 input device in the device tree. This
21 function is only valid prior to registration of the jack. If no parent
22 is configured then the parent device will be the sound card.
23
25Kernel Hackers Manual 2.6. June 2019 SND_JACK_SET_PARENT(9)