Home
last modified time | relevance | path

Searched refs:snd_hda_codec_new (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/Documentation/sound/alsa/
Dhda_codec.txt87 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/
Dhda_codec.h332 int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card,
Dhda_codec.c1004 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);
Dhda_controller.c1896 err = snd_hda_codec_new(bus, bus->card, c, &codec); in azx_probe_codecs()