Searched refs:OPL3_HW_OPL3 (Results 1 – 15 of 15) sorted by relevance
/linux/sound/drivers/opl3/ |
H A D | opl3_lib.c | 130 opl3->hardware = OPL3_HW_OPL3; in snd_opl3_detect() 378 case OPL3_HW_OPL3: in snd_opl3_init() 440 case OPL3_HW_OPL3: in snd_opl3_create() 506 case OPL3_HW_OPL3: in snd_opl3_hwdep_new()
|
H A D | opl3_oss.c | 53 voices = (opl3->hardware < OPL3_HW_OPL3) ? in snd_opl3_oss_create_port() 103 if (opl3->hardware < OPL3_HW_OPL3) { in snd_opl3_init_seq_oss()
|
H A D | opl3_seq.c | 60 if (opl3->hardware >= OPL3_HW_OPL3) { in snd_opl3_synth_setup() 167 voices = (opl3->hardware < OPL3_HW_OPL3) ? in snd_opl3_synth_create_port()
|
H A D | opl3_synth.c | 355 max_voices = (opl3->hardware < OPL3_HW_OPL3) ? in snd_opl3_reset() 581 if ((mode == SNDRV_DM_FM_MODE_OPL3) && (opl3->hardware < OPL3_HW_OPL3)) in snd_opl3_set_mode() 585 if (opl3->hardware >= OPL3_HW_OPL3) in snd_opl3_set_mode()
|
H A D | opl3_midi.c | 361 if (opl3->hardware >= OPL3_HW_OPL3) { in snd_opl3_note_on()
|
/linux/include/sound/ |
H A D | opl3.h | 207 #define OPL3_HW_OPL3 0x0300 macro
|
/linux/sound/pci/ymfpci/ |
H A D | ymfpci.c | 324 OPL3_HW_OPL3, 1, &opl3); in __snd_card_ymfpci_probe()
|
/linux/sound/isa/gus/ |
H A D | gusextreme.c | 298 OPL3_HW_OPL3, 0, &opl3) < 0) in snd_gusextreme_probe()
|
/linux/sound/isa/es1688/ |
H A D | es1688.c | 142 OPL3_HW_OPL3, 0, &opl3) < 0) in snd_es1688_probe()
|
/linux/sound/isa/sb/ |
H A D | sb16.c | 373 OPL3_HW_OPL3, in snd_sb16_probe()
|
/linux/sound/isa/ |
H A D | opl3sa2.c | 683 OPL3_HW_OPL3, 0, &opl3); in snd_opl3sa2_probe()
|
H A D | es18xx.c | 2091 OPL3_HW_OPL3, 0, &opl3) < 0) { in snd_audiodrive_probe()
|
/linux/sound/pci/ |
H A D | cmipci.c | 2913 OPL3_HW_OPL3, 1, &opl3); in snd_cmipci_create_fm() 2934 OPL3_HW_OPL3, 0, &opl3) < 0) { in snd_cmipci_create_fm()
|
H A D | es1938.c | 1739 OPL3_HW_OPL3, 1, &opl3) < 0) { in __snd_es1938_probe()
|
/linux/sound/pci/riptide/ |
H A D | riptide.c | 137 #define OPL3_HW_RIPTIDE OPL3_HW_OPL3
|