Home
last modified time | relevance | path

Searched refs:initial_kctl (Results 1 – 3 of 3) sorted by relevance

/linux/include/sound/
H A Djack.h81 struct snd_jack **jack, bool initial_kctl, bool phantom_jack);
91 struct snd_jack **jack, bool initial_kctl, bool phantom_jack) in snd_jack_new() argument
/linux/Documentation/sound/designs/
H A Djack-controls.rst38 initial_kctl
44 jack and set initial_kctl to true to create an initial kcontrol with
47 ASoC jacks should set initial_kctl as false. The pin name will be
/linux/sound/core/
H A Djack.c488 * @initial_kctl: if true, create a kcontrol and add it to the jack list.
497 struct snd_jack **jjack, bool initial_kctl, bool phantom_jack)
510 if (initial_kctl) { in snd_jack_new()
558 if (initial_kctl) in snd_jack_new()
500 snd_jack_new(struct snd_card * card,const char * id,int type,struct snd_jack ** jjack,bool initial_kctl,bool phantom_jack) snd_jack_new() argument