Searched refs:snd_jack_new (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/sound/ |
D | jack.h | 91 int snd_jack_new(struct snd_card *card, const char *id, int type, 102 static inline int snd_jack_new(struct snd_card *card, const char *id, int type, in snd_jack_new() function
|
/Linux-v4.19/sound/core/ |
D | jack.c | 212 int snd_jack_new(struct snd_card *card, const char *id, int type, in snd_jack_new() function 283 EXPORT_SYMBOL(snd_jack_new);
|
/Linux-v4.19/Documentation/sound/designs/ |
D | jack-controls.rst | 35 In order to keep compatibility, snd_jack_new() has been modified by
|
/Linux-v4.19/sound/soc/ |
D | soc-jack.c | 71 ret = snd_jack_new(card->snd_card, id, type, &jack->jack, false, false); in snd_soc_card_jack_new()
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_jack.c | 399 err = snd_jack_new(codec->card, name, type, in snd_hda_jack_add_kctl()
|
D | patch_hdmi.c | 2107 err = snd_jack_new(codec->card, name, SND_JACK_AVOUT, &jack, in add_hdmi_jack_kctl()
|
/Linux-v4.19/sound/pci/oxygen/ |
D | xonar_wm87x6.c | 288 snd_jack_new(chip->card, "Headphone", in xonar_ds_init()
|
/Linux-v4.19/sound/x86/ |
D | intel_hdmi_audio.c | 1661 err = snd_jack_new(ctx->card_ctx->card, hdmi_str, in had_create_jack()
|