Searched refs:snd_jack_new (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/sound/ |
D | jack.h | 87 int snd_jack_new(struct snd_card *card, const char *id, int type, 97 static inline int snd_jack_new(struct snd_card *card, const char *id, int type, in snd_jack_new() function
|
/linux-4.1.27/sound/core/ |
D | jack.c | 116 int snd_jack_new(struct snd_card *card, const char *id, int type, in snd_jack_new() function 163 EXPORT_SYMBOL(snd_jack_new);
|
/linux-4.1.27/sound/soc/ |
D | soc-jack.c | 51 ret = snd_jack_new(card->snd_card, id, type, &jack->jack); in snd_soc_card_jack_new()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_jack.c | 419 err = snd_jack_new(codec->card, name, jack->type, in __snd_hda_jack_add_kctl()
|
/linux-4.1.27/sound/pci/oxygen/ |
D | xonar_wm87x6.c | 288 snd_jack_new(chip->card, "Headphone", in xonar_ds_init()
|