Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/opl3/
H A Dopl3_lib.c333 int snd_opl3_new(struct snd_card *card, in snd_opl3_new() function
363 EXPORT_SYMBOL(snd_opl3_new);
402 err = snd_opl3_new(card, hardware, &opl3); in snd_opl3_create()
/openbmc/linux/include/sound/
H A Dopl3.h339 int snd_opl3_new(struct snd_card *card, unsigned short hardware,
/openbmc/linux/sound/pci/
H A Dcs4281.c1865 err = snd_opl3_new(card, OPL3_HW_OPL3_CS4281, &opl3); in __snd_cs4281_probe()
/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst3254 :c:func:`snd_opl3_new()`::
3257 snd_opl3_new(card, OPL3_HW_OPL3_XXX, &opl3);
3265 After creating the opl3 instance via :c:func:`snd_opl3_new()`,