Searched refs:snd_jack_new (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/sound/ |
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, in snd_jack_new() function
|
/linux-4.4.14/sound/core/ |
D | jack.c | 206 int snd_jack_new(struct snd_card *card, const char *id, int type, in snd_jack_new() function 270 EXPORT_SYMBOL(snd_jack_new);
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Jack-Controls.txt | 31 In order to keep compatibility, snd_jack_new() has been modified by
|
/linux-4.4.14/sound/soc/ |
D | soc-jack.c | 51 ret = snd_jack_new(card->snd_card, id, type, &jack->jack, false, false); in snd_soc_card_jack_new()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_jack.c | 399 err = snd_jack_new(codec->card, name, type, in snd_hda_jack_add_kctl()
|
/linux-4.4.14/sound/pci/oxygen/ |
D | xonar_wm87x6.c | 288 snd_jack_new(chip->card, "Headphone", in xonar_ds_init()
|