Searched refs:snd_jack_new (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/include/sound/ |
H A D | jack.h | 89 int snd_jack_new(struct snd_card *card, const char *id, int type, 99 static inline int snd_jack_new(struct snd_card *card, const char *id, int type, snd_jack_new() function
|
/linux-4.4.14/sound/core/ |
H A D | jack.c | 192 * snd_jack_new - Create a new jack 206 int snd_jack_new(struct snd_card *card, const char *id, int type, snd_jack_new() function 270 EXPORT_SYMBOL(snd_jack_new); variable
|
/linux-4.4.14/sound/soc/ |
H A D | soc-jack.c | 51 ret = snd_jack_new(card->snd_card, id, type, &jack->jack, false, false); snd_soc_card_jack_new()
|
/linux-4.4.14/sound/pci/hda/ |
H A D | hda_jack.c | 399 err = snd_jack_new(codec->card, name, type, snd_hda_jack_add_kctl()
|
/linux-4.4.14/sound/pci/oxygen/ |
H A D | xonar_wm87x6.c | 288 snd_jack_new(chip->card, "Headphone", xonar_ds_init()
|
Completed in 130 milliseconds