Home
last modified time | relevance | path

Searched refs:snd_jack_new (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/sound/
H A Djack.h78 int snd_jack_new(struct snd_card *card, const char *id, int type,
89 static inline int snd_jack_new(struct snd_card *card, const char *id, int type, in snd_jack_new() function
/openbmc/linux/sound/virtio/
H A Dvirtio_jack.c189 rc = snd_jack_new(snd->card, virtsnd_jack_get_label(vjack), in virtsnd_jack_build_devs()
/openbmc/linux/Documentation/sound/designs/
H A Djack-controls.rst35 In order to keep compatibility, snd_jack_new() has been modified by
/openbmc/linux/sound/soc/
H A Dsoc-card.c74 return snd_jack_new(card->snd_card, id, type, &jack->jack, initial_kctl, false); in jack_new()
/openbmc/linux/sound/core/
H A Djack.c497 int snd_jack_new(struct snd_card *card, const char *id, int type, in snd_jack_new() function
574 EXPORT_SYMBOL(snd_jack_new);
/openbmc/linux/sound/pci/hda/
H A Dhda_jack.c564 err = snd_jack_new(codec->card, name, type | buttons, in snd_hda_jack_add_kctl_mst()
H A Dpatch_hdmi.c2354 err = snd_jack_new(codec->card, hdmi_str, SND_JACK_AVOUT, &jack, in generic_hdmi_build_jack()
/openbmc/linux/sound/pci/oxygen/
H A Dxonar_wm87x6.c279 snd_jack_new(chip->card, "Headphone", in xonar_ds_init()
/openbmc/linux/sound/x86/
H A Dintel_hdmi_audio.c1606 err = snd_jack_new(ctx->card_ctx->card, hdmi_str, in had_create_jack()