Searched refs:snd_jack_new (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/include/sound/ |
| D | jack.h | 76 int snd_jack_new(struct snd_card *card, const char *id, int type, 87 static inline int snd_jack_new(struct snd_card *card, const char *id, int type, in snd_jack_new() function
|
| /Linux-v5.4/sound/core/ |
| D | jack.c | 198 int snd_jack_new(struct snd_card *card, const char *id, int type, in snd_jack_new() function 269 EXPORT_SYMBOL(snd_jack_new);
|
| /Linux-v5.4/Documentation/sound/designs/ |
| D | jack-controls.rst | 35 In order to keep compatibility, snd_jack_new() has been modified by
|
| /Linux-v5.4/sound/soc/ |
| D | soc-jack.c | 53 ret = snd_jack_new(card->snd_card, id, type, &jack->jack, false, false); in snd_soc_card_jack_new()
|
| /Linux-v5.4/sound/pci/hda/ |
| D | hda_jack.c | 413 err = snd_jack_new(codec->card, name, type | buttons, in snd_hda_jack_add_kctl()
|
| D | patch_hdmi.c | 2126 err = snd_jack_new(codec->card, name, SND_JACK_AVOUT, &jack, in add_hdmi_jack_kctl()
|
| /Linux-v5.4/sound/pci/oxygen/ |
| D | xonar_wm87x6.c | 277 snd_jack_new(chip->card, "Headphone", in xonar_ds_init()
|
| /Linux-v5.4/sound/x86/ |
| D | intel_hdmi_audio.c | 1630 err = snd_jack_new(ctx->card_ctx->card, hdmi_str, in had_create_jack()
|