Searched refs:initial_kctl (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/Documentation/sound/designs/ |
A D | jack-controls.rst | 38 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-6.3-rc2/include/sound/ |
A D | jack.h | 79 struct snd_jack **jack, bool initial_kctl, bool phantom_jack); 90 struct snd_jack **jack, bool initial_kctl, bool phantom_jack) in snd_jack_new() argument
|
/linux-6.3-rc2/sound/soc/ |
A D | soc-card.c | 46 struct snd_soc_jack *jack, bool initial_kctl) in jack_new() argument 54 return snd_jack_new(card->snd_card, id, type, &jack->jack, initial_kctl, false); in jack_new()
|
/linux-6.3-rc2/sound/core/ |
A D | jack.c | 499 struct snd_jack **jjack, bool initial_kctl, bool phantom_jack) in snd_jack_new() argument 512 if (initial_kctl) { in snd_jack_new() 560 if (initial_kctl) in snd_jack_new()
|
Completed in 6 milliseconds