Searched refs:snd_hda_codec_new (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/Documentation/sound/alsa/ |
D | hda_codec.txt | 87 To create a codec instance, call snd_hda_codec_new(). 89 int snd_hda_codec_new(struct hda_bus *bus, unsigned int codec_addr,
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_codec.h | 332 int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card,
|
D | hda_codec.c | 1004 int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card, in snd_hda_codec_new() function 1103 EXPORT_SYMBOL_GPL(snd_hda_codec_new);
|
D | hda_controller.c | 1896 err = snd_hda_codec_new(bus, bus->card, c, &codec); in azx_probe_codecs()
|