| /linux/sound/isa/sb/ |
| H A D | sb8.c | 144 err = snd_opl3_create(card, chip->port + 8, 0, in snd_sb8_probe() 149 err = snd_opl3_create(card, chip->port, chip->port + 2, in snd_sb8_probe()
|
| H A D | jazz16.c | 298 err = snd_opl3_create(card, chip->port, chip->port + 2, in snd_jazz16_probe()
|
| /linux/sound/isa/ |
| H A D | adlib.c | 68 error = snd_opl3_create(card, port[n], port[n] + 2, OPL3_HW_AUTO, 1, &opl3); in snd_adlib_probe()
|
| H A D | azt2320.c | 215 if (snd_opl3_create(card, in snd_card_azt2320_probe()
|
| H A D | als100.c | 235 if (snd_opl3_create(card, in snd_card_als100_probe()
|
| H A D | cmi8328.c | 359 if (snd_opl3_create(card, 0x388, 0x38a, OPL3_HW_AUTO, 0, &opl3) < 0) in snd_cmi8328_probe()
|
| H A D | sc6000.c | 633 if (snd_opl3_create(card, in __snd_sc6000_probe()
|
| /linux/sound/drivers/opl3/ |
| H A D | opl3_lib.c | 375 int snd_opl3_create(struct snd_card *card, in snd_opl3_create() function 438 EXPORT_SYMBOL(snd_opl3_create);
|
| /linux/include/sound/ |
| H A D | opl3.h | 342 int snd_opl3_create(struct snd_card *card,
|
| /linux/sound/isa/ad1816a/ |
| H A D | ad1816a.c | 172 if (snd_opl3_create(card, in snd_card_ad1816a_probe()
|
| /linux/sound/drivers/opl4/ |
| H A D | opl4_lib.c | 221 err = snd_opl3_create(card, fm_port, fm_port + 2, opl4->hardware, 1, &opl3); in snd_opl4_create()
|
| /linux/sound/isa/es1688/ |
| H A D | es1688.c | 141 if (snd_opl3_create(card, fm_port[n], fm_port[n] + 2, in snd_es1688_probe()
|
| /linux/sound/pci/ymfpci/ |
| H A D | ymfpci.c | 321 err = snd_opl3_create(card, in __snd_card_ymfpci_probe()
|
| /linux/sound/isa/galaxy/ |
| H A D | galaxy.c | 578 err = snd_opl3_create(card, fm_port[n], fm_port[n] + 2, in __snd_galaxy_probe()
|
| /linux/sound/isa/wavefront/ |
| H A D | wavefront.c | 370 err = snd_opl3_create(card, fm_port[dev], fm_port[dev] + 2, in snd_wavefront_probe()
|
| /linux/sound/isa/cs423x/ |
| H A D | cs4236.c | 387 if (snd_opl3_create(card, in snd_cs423x_probe()
|
| /linux/sound/pci/ |
| H A D | cmipci.c | 2877 err = snd_opl3_create(cm->card, iosynth, iosynth + 2, in snd_cmipci_create_fm() 2898 if (snd_opl3_create(cm->card, iosynth, iosynth + 2, in snd_cmipci_create_fm()
|
| /linux/sound/pci/riptide/ |
| H A D | riptide.c | 2080 err = snd_opl3_create(card, val, val + 2, in __snd_card_riptide_probe()
|
| /linux/Documentation/sound/kernel-api/ |
| H A D | writing-an-alsa-driver.rst | 3239 snd_opl3_create(card, lport, rport, OPL3_HW_OPL3_XXX, 3267 proper state. Note that :c:func:`snd_opl3_create()` always calls
|