/openbmc/linux/sound/isa/sb/ |
H A D | sb8.c | 143 err = snd_opl3_create(card, chip->port + 8, 0, in snd_sb8_probe() 148 err = snd_opl3_create(card, chip->port, chip->port + 2, in snd_sb8_probe()
|
H A D | jazz16.c | 301 err = snd_opl3_create(card, chip->port, chip->port + 2, in snd_jazz16_probe()
|
H A D | sb16.c | 378 if (snd_opl3_create(card, fm_port[dev], fm_port[dev] + 2, in snd_sb16_probe()
|
/openbmc/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 | 217 if (snd_opl3_create(card, in snd_card_azt2320_probe()
|
H A D | als100.c | 237 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 | 630 if (snd_opl3_create(card, in __snd_sc6000_probe()
|
H A D | cmi8330.c | 574 if (snd_opl3_create(card, in snd_cmi8330_probe()
|
H A D | opl3sa2.c | 683 err = snd_opl3_create(card, fm_port[dev], in snd_opl3sa2_probe()
|
/openbmc/linux/include/sound/ |
H A D | opl3.h | 342 int snd_opl3_create(struct snd_card *card,
|
/openbmc/linux/sound/drivers/opl3/ |
H A D | opl3_lib.c | 391 int snd_opl3_create(struct snd_card *card, in snd_opl3_create() function 454 EXPORT_SYMBOL(snd_opl3_create);
|
/openbmc/linux/sound/drivers/opl4/ |
H A D | opl4_lib.c | 227 err = snd_opl3_create(card, fm_port, fm_port + 2, opl4->hardware, 1, &opl3); in snd_opl4_create()
|
/openbmc/linux/sound/isa/ad1816a/ |
H A D | ad1816a.c | 173 if (snd_opl3_create(card, in snd_card_ad1816a_probe()
|
/openbmc/linux/sound/isa/gus/ |
H A D | gusextreme.c | 297 if (snd_opl3_create(card, es1688->port, es1688->port + 2, in snd_gusextreme_probe()
|
/openbmc/linux/sound/pci/ymfpci/ |
H A D | ymfpci.c | 321 err = snd_opl3_create(card, in __snd_card_ymfpci_probe()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/sound/isa/wavefront/ |
H A D | wavefront.c | 369 err = snd_opl3_create(card, fm_port[dev], fm_port[dev] + 2, in snd_wavefront_probe()
|
/openbmc/linux/sound/isa/cs423x/ |
H A D | cs4236.c | 384 if (snd_opl3_create(card, in snd_cs423x_probe()
|
/openbmc/linux/sound/pci/ |
H A D | als4000.c | 909 if (snd_opl3_create(card, in __snd_card_als4000_probe()
|
H A D | fm801.c | 1318 err = snd_opl3_create(card, chip->port + FM801_OPL3_BANK0, in __snd_card_fm801_probe()
|
H A D | cmipci.c | 2928 err = snd_opl3_create(cm->card, iosynth, iosynth + 2, in snd_cmipci_create_fm() 2949 if (snd_opl3_create(cm->card, iosynth, iosynth + 2, in snd_cmipci_create_fm()
|
H A D | sonicvibes.c | 1440 err = snd_opl3_create(card, sonic->synth_port, in __snd_sonic_probe()
|
/openbmc/linux/sound/isa/opti9xx/ |
H A D | opti92x-ad1848.c | 901 if (!opl3 && snd_opl3_create(card, fm_port, fm_port + 2,
|