Home
last modified time | relevance | path

Searched refs:opl3 (Results 1 – 25 of 41) sorted by relevance

12

/sound/drivers/opl3/
Dopl3_lib.c41 static void snd_opl2_command(struct snd_opl3 * opl3, unsigned short cmd, unsigned char val) in snd_opl2_command() argument
51 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port; in snd_opl2_command()
53 spin_lock_irqsave(&opl3->reg_lock, flags); in snd_opl2_command()
61 spin_unlock_irqrestore(&opl3->reg_lock, flags); in snd_opl2_command()
64 static void snd_opl3_command(struct snd_opl3 * opl3, unsigned short cmd, unsigned char val) in snd_opl3_command() argument
74 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port; in snd_opl3_command()
76 spin_lock_irqsave(&opl3->reg_lock, flags); in snd_opl3_command()
79 inb(opl3->l_port); in snd_opl3_command()
80 inb(opl3->l_port); in snd_opl3_command()
83 inb(opl3->l_port); in snd_opl3_command()
[all …]
Dopl3_seq.c39 int snd_opl3_synth_use_inc(struct snd_opl3 * opl3) in snd_opl3_synth_use_inc() argument
41 if (!try_module_get(opl3->card->module)) in snd_opl3_synth_use_inc()
47 void snd_opl3_synth_use_dec(struct snd_opl3 * opl3) in snd_opl3_synth_use_dec() argument
49 module_put(opl3->card->module); in snd_opl3_synth_use_dec()
52 int snd_opl3_synth_setup(struct snd_opl3 * opl3) in snd_opl3_synth_setup() argument
55 struct snd_hwdep *hwdep = opl3->hwdep; in snd_opl3_synth_setup()
65 snd_opl3_reset(opl3); in snd_opl3_synth_setup()
68 opl3->voices[idx].state = SNDRV_OPL3_ST_OFF; in snd_opl3_synth_setup()
69 opl3->voices[idx].time = 0; in snd_opl3_synth_setup()
70 opl3->voices[idx].keyon_reg = 0x00; in snd_opl3_synth_setup()
[all …]
Dopl3_midi.c128 static void debug_alloc(struct snd_opl3 *opl3, char *s, int voice) { in debug_alloc() argument
132 printk(KERN_DEBUG "time %.5i: %s [%.2i]: ", opl3->use_time, s, voice); in debug_alloc()
133 for (i = 0; i < opl3->max_voices; i++) in debug_alloc()
134 printk("%c", *(str + opl3->voices[i].state + 1)); in debug_alloc()
142 static int opl3_get_voice(struct snd_opl3 *opl3, int instr_4op, in opl3_get_voice() argument
173 for (i = 0; i < opl3->max_voices; i++) { in opl3_get_voice()
174 vp = &opl3->voices[i]; in opl3_get_voice()
197 vp2 = &opl3->voices[i + 3]; in opl3_get_voice()
244 struct snd_opl3 *opl3 = (struct snd_opl3 *)data; in snd_opl3_timer_func() local
249 spin_lock_irqsave(&opl3->voice_lock, flags); in snd_opl3_timer_func()
[all …]
Dopl3_oss.c60 struct snd_opl3 *opl3 = private_data; in snd_opl3_oss_event_input() local
63 snd_midi_process_event(&opl3_ops, ev, opl3->oss_chset); in snd_opl3_oss_event_input()
71 struct snd_opl3 *opl3 = private_data; in snd_opl3_oss_free_port() local
73 snd_midi_channel_free_set(opl3->oss_chset); in snd_opl3_oss_free_port()
76 static int snd_opl3_oss_create_port(struct snd_opl3 * opl3) in snd_opl3_oss_create_port() argument
82 voices = (opl3->hardware < OPL3_HW_OPL3) ? in snd_opl3_oss_create_port()
84 opl3->oss_chset = snd_midi_channel_alloc_set(voices); in snd_opl3_oss_create_port()
85 if (opl3->oss_chset == NULL) in snd_opl3_oss_create_port()
87 opl3->oss_chset->private_data = opl3; in snd_opl3_oss_create_port()
93 callbacks.private_data = opl3; in snd_opl3_oss_create_port()
[all …]
Dopl3_synth.c72 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note);
73 static int snd_opl3_set_voice(struct snd_opl3 * opl3, struct snd_dm_fm_voice * voice);
74 static int snd_opl3_set_params(struct snd_opl3 * opl3, struct snd_dm_fm_params * params);
75 static int snd_opl3_set_mode(struct snd_opl3 * opl3, int mode);
76 static int snd_opl3_set_connection(struct snd_opl3 * opl3, int connection);
94 struct snd_opl3 *opl3 = hw->private_data; in snd_opl3_ioctl() local
97 if (snd_BUG_ON(!opl3)) in snd_opl3_ioctl()
106 info.fm_mode = opl3->fm_mode; in snd_opl3_ioctl()
107 info.rhythm = opl3->rhythm; in snd_opl3_ioctl()
117 snd_opl3_reset(opl3); in snd_opl3_ioctl()
[all …]
Dopl3_drums.c83 static void snd_opl3_drum_voice_set(struct snd_opl3 *opl3, in snd_opl3_drum_voice_set() argument
92 opl3->command(opl3, opl3_reg, data->am_vib); in snd_opl3_drum_voice_set()
96 opl3->command(opl3, opl3_reg, data->ksl_level); in snd_opl3_drum_voice_set()
100 opl3->command(opl3, opl3_reg, data->attack_decay); in snd_opl3_drum_voice_set()
104 opl3->command(opl3, opl3_reg, data->sustain_release); in snd_opl3_drum_voice_set()
108 opl3->command(opl3, opl3_reg, data->feedback_connection); in snd_opl3_drum_voice_set()
112 opl3->command(opl3, opl3_reg, data->wave_select); in snd_opl3_drum_voice_set()
118 static void snd_opl3_drum_note_set(struct snd_opl3 *opl3, in snd_opl3_drum_note_set() argument
126 opl3->command(opl3, opl3_reg, data->fnum); in snd_opl3_drum_note_set()
130 opl3->command(opl3, opl3_reg, data->octave_f); in snd_opl3_drum_note_set()
[all …]
Dopl3_voice.h25 int snd_opl3_synth_use_inc(struct snd_opl3 * opl3);
26 void snd_opl3_synth_use_dec(struct snd_opl3 * opl3);
27 int snd_opl3_synth_setup(struct snd_opl3 * opl3);
28 void snd_opl3_synth_cleanup(struct snd_opl3 * opl3);
43 void snd_opl3_load_drums(struct snd_opl3 *opl3);
44 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int on_off, int vel, struct snd_midi_cha…
48 void snd_opl3_init_seq_oss(struct snd_opl3 *opl3, char *name);
49 void snd_opl3_free_seq_oss(struct snd_opl3 *opl3);
DMakefile6 snd-opl3-lib-objs := opl3_lib.o opl3_synth.o
7 snd-opl3-synth-y := opl3_seq.o opl3_midi.o opl3_drums.o
8 snd-opl3-synth-$(CONFIG_SND_SEQUENCER_OSS) += opl3_oss.o
10 obj-$(CONFIG_SND_OPL3_LIB) += snd-opl3-lib.o
11 obj-$(CONFIG_SND_OPL4_LIB) += snd-opl3-lib.o
12 obj-$(CONFIG_SND_OPL3_LIB_SEQ) += snd-opl3-synth.o
/sound/isa/
Dadlib.c53 struct snd_opl3 *opl3; in snd_adlib_probe() local
74 error = snd_opl3_create(card, port[n], port[n] + 2, OPL3_HW_AUTO, 1, &opl3); in snd_adlib_probe()
80 error = snd_opl3_hwdep_new(opl3, 0, 0, NULL); in snd_adlib_probe()
Dazt2320.c185 struct snd_opl3 *opl3; in snd_card_azt2320_probe() local
244 OPL3_HW_AUTO, 0, &opl3) < 0) { in snd_card_azt2320_probe()
248 if ((error = snd_opl3_timer_new(opl3, 1, 2)) < 0) { in snd_card_azt2320_probe()
252 if ((error = snd_opl3_hwdep_new(opl3, 0, 1, NULL)) < 0) { in snd_card_azt2320_probe()
Dals100.c194 struct snd_opl3 *opl3; in snd_card_als100_probe() local
266 OPL3_HW_AUTO, 0, &opl3) < 0) { in snd_card_als100_probe()
270 if ((error = snd_opl3_timer_new(opl3, 0, 1)) < 0) { in snd_card_als100_probe()
274 if ((error = snd_opl3_hwdep_new(opl3, 0, 1, NULL)) < 0) { in snd_card_als100_probe()
Dcmi8328.c220 struct snd_opl3 *opl3; in snd_cmi8328_probe() local
358 if (snd_opl3_create(card, 0x388, 0x38a, OPL3_HW_AUTO, 0, &opl3) < 0) in snd_cmi8328_probe()
361 if (snd_opl3_hwdep_new(opl3, 0, 1, NULL) < 0) in snd_cmi8328_probe()
Dsc6000.c557 struct snd_opl3 *opl3; in snd_sc6000_probe() local
646 OPL3_HW_AUTO, 0, &opl3) < 0) { in snd_sc6000_probe()
650 err = snd_opl3_hwdep_new(opl3, 0, 1, NULL); in snd_sc6000_probe()
/sound/isa/sb/
Dsb8.c102 struct snd_opl3 *opl3; in snd_sb8_probe() local
169 &opl3)) < 0) { in snd_sb8_probe()
175 &opl3)) < 0) { in snd_sb8_probe()
181 if ((err = snd_opl3_hwdep_new(opl3, 0, 1, NULL)) < 0) in snd_sb8_probe()
Djazz16.c226 struct snd_opl3 *opl3; in snd_jazz16_probe() local
308 OPL3_HW_AUTO, 1, &opl3); in snd_jazz16_probe()
313 err = snd_opl3_hwdep_new(opl3, 0, 1, NULL); in snd_jazz16_probe()
/sound/isa/ad1816a/
Dad1816a.c144 struct snd_opl3 *opl3; in snd_card_ad1816a_probe() local
200 OPL3_HW_AUTO, 0, &opl3) < 0) { in snd_card_ad1816a_probe()
203 error = snd_opl3_hwdep_new(opl3, 0, 1, NULL); in snd_card_ad1816a_probe()
/sound/drivers/opl4/
Dopl4_lib.c198 struct snd_opl3 *opl3; in snd_opl4_create() local
240 err = snd_opl3_create(card, fm_port, fm_port + 2, opl4->hardware, 1, &opl3); in snd_opl4_create()
259 *ropl3 = opl3; in snd_opl4_create()
/sound/pci/ymfpci/
Dymfpci.c182 struct snd_opl3 *opl3; in snd_card_ymfpci_probe() local
332 OPL3_HW_OPL3, 1, &opl3)) < 0) { in snd_card_ymfpci_probe()
338 } else if ((err = snd_opl3_hwdep_new(opl3, 0, 1, NULL)) < 0) { in snd_card_ymfpci_probe()
/sound/isa/gus/
Dgusextreme.c242 struct snd_opl3 *opl3; in snd_gusextreme_probe() local
312 OPL3_HW_OPL3, 0, &opl3) < 0) in snd_gusextreme_probe()
315 error = snd_opl3_hwdep_new(opl3, 0, 2, NULL); in snd_gusextreme_probe()
/sound/isa/es1688/
Des1688.c140 struct snd_opl3 *opl3; in snd_es1688_probe() local
162 OPL3_HW_OPL3, 0, &opl3) < 0) in snd_es1688_probe()
166 error = snd_opl3_hwdep_new(opl3, 0, 1, NULL); in snd_es1688_probe()
/sound/isa/galaxy/
Dgalaxy.c592 struct snd_opl3 *opl3; in snd_galaxy_probe() local
595 OPL3_HW_AUTO, 0, &opl3); in snd_galaxy_probe()
600 err = snd_opl3_timer_new(opl3, 1, 2); in snd_galaxy_probe()
604 err = snd_opl3_hwdep_new(opl3, 0, 1, NULL); in snd_galaxy_probe()
/sound/isa/opti9xx/
Dopti92x-ad1848.c902 struct snd_opl3 *opl3 = NULL; local
912 2, &opl3, &opl4) < 0) {
919 if (!opl3 && snd_opl3_create(card, fm_port, fm_port + 2,
920 OPL3_HW_AUTO, 0, &opl3) < 0) {
924 if (opl3) {
925 error = snd_opl3_hwdep_new(opl3, 0, 1, &synth);
/sound/pci/
Dcs4281.c1878 static void snd_cs4281_opl3_command(struct snd_opl3 *opl3, unsigned short cmd, in snd_cs4281_opl3_command() argument
1882 struct cs4281 *chip = opl3->private_data; in snd_cs4281_opl3_command()
1890 spin_lock_irqsave(&opl3->reg_lock, flags); in snd_cs4281_opl3_command()
1898 spin_unlock_irqrestore(&opl3->reg_lock, flags); in snd_cs4281_opl3_command()
1907 struct snd_opl3 *opl3; in snd_cs4281_probe() local
1940 if ((err = snd_opl3_new(card, OPL3_HW_OPL3_CS4281, &opl3)) < 0) { in snd_cs4281_probe()
1944 opl3->private_data = chip; in snd_cs4281_probe()
1945 opl3->command = snd_cs4281_opl3_command; in snd_cs4281_probe()
1946 snd_opl3_init(opl3); in snd_cs4281_probe()
1947 if ((err = snd_opl3_hwdep_new(opl3, 0, 1, NULL)) < 0) { in snd_cs4281_probe()
/sound/drivers/
DMakefile25 obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/
/sound/isa/wavefront/
Dwavefront.c394 struct snd_opl3 *opl3; in snd_wavefront_probe() local
397 OPL3_HW_OPL3_CS, 0, &opl3); in snd_wavefront_probe()
403 err = snd_opl3_hwdep_new(opl3, hw_dev, 1, NULL); in snd_wavefront_probe()

12