Home
last modified time | relevance | path

Searched refs:snd_opl3_new (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/drivers/opl3/
Dopl3_lib.c346 int snd_opl3_new(struct snd_card *card, in snd_opl3_new() function
377 EXPORT_SYMBOL(snd_opl3_new);
416 if ((err = snd_opl3_new(card, hardware, &opl3)) < 0) in snd_opl3_create()
/linux-4.1.27/include/sound/
Dopl3.h357 int snd_opl3_new(struct snd_card *card, unsigned short hardware,
/linux-4.1.27/sound/pci/
Dcs4281.c1940 if ((err = snd_opl3_new(card, OPL3_HW_OPL3_CS4281, &opl3)) < 0) { in snd_cs4281_probe()