Home
last modified time | relevance | path

Searched defs:opl3 (Results 1 – 25 of 38) sorted by relevance

12

/linux/sound/drivers/opl3/
H A Dopl3_lib.c26 static void snd_opl2_command(struct snd_opl3 * opl3, unsigned short cmd, unsigned char val) in snd_opl2_command() argument
49 snd_opl3_command(struct snd_opl3 * opl3,unsigned short cmd,unsigned char val) snd_opl3_command() argument
74 snd_opl3_detect(struct snd_opl3 * opl3) snd_opl3_detect() argument
148 struct snd_opl3 *opl3; snd_opl3_timer1_start() local
165 struct snd_opl3 *opl3; snd_opl3_timer1_stop() local
185 struct snd_opl3 *opl3; snd_opl3_timer2_start() local
202 struct snd_opl3 *opl3; snd_opl3_timer2_stop() local
235 snd_opl3_timer1_init(struct snd_opl3 * opl3,int timer_no) snd_opl3_timer1_init() argument
256 snd_opl3_timer2_init(struct snd_opl3 * opl3,int timer_no) snd_opl3_timer2_init() argument
284 struct snd_opl3 *opl3; snd_opl3_interrupt() local
311 snd_opl3_free(struct snd_opl3 * opl3) snd_opl3_free() argument
326 struct snd_opl3 *opl3 = device->device_data; snd_opl3_dev_free() local
337 struct snd_opl3 *opl3; snd_opl3_new() local
362 snd_opl3_init(struct snd_opl3 * opl3) snd_opl3_init() argument
396 struct snd_opl3 *opl3; snd_opl3_create() local
454 snd_opl3_timer_new(struct snd_opl3 * opl3,int timer1_dev,int timer2_dev) snd_opl3_timer_new() argument
476 snd_opl3_hwdep_new(struct snd_opl3 * opl3,int device,int seq_device,struct snd_hwdep ** rhwdep) snd_opl3_hwdep_new() argument
[all...]
H A Dopl3_seq.c25 int snd_opl3_synth_use_inc(struct snd_opl3 * opl3) in snd_opl3_synth_use_inc() argument
33 void snd_opl3_synth_use_dec(struct snd_opl3 * opl3) in snd_opl3_synth_use_dec() argument
38 int snd_opl3_synth_setup(struct snd_opl3 * opl3) in snd_opl3_synth_setup() argument
69 snd_opl3_synth_cleanup(struct snd_opl3 * opl3) snd_opl3_synth_cleanup() argument
92 struct snd_opl3 *opl3 = private_data; snd_opl3_synth_use() local
121 struct snd_opl3 *opl3 = private_data; snd_opl3_synth_unuse() local
146 struct snd_opl3 *opl3 = private_data; snd_opl3_synth_event_input() local
156 struct snd_opl3 *opl3 = private_data; snd_opl3_synth_free_port() local
161 snd_opl3_synth_create_port(struct snd_opl3 * opl3) snd_opl3_synth_create_port() argument
210 struct snd_opl3 *opl3; snd_opl3_seq_probe() local
253 struct snd_opl3 *opl3; snd_opl3_seq_remove() local
[all...]
H A Dopl3_synth.c82 struct snd_opl3 *opl3 = hw->private_data; in snd_opl3_ioctl() local
172 struct snd_opl3 *opl3 = hw->private_data; in snd_opl3_release() local
185 struct snd_opl3 *opl3 = hw->private_data; in snd_opl3_write() local
239 int snd_opl3_load_patch(struct snd_opl3 *opl3, in snd_opl3_load_patch()
302 struct fm_patch *snd_opl3_find_patch(struct snd_opl3 *opl3, int prog, int bank, in snd_opl3_find_patch()
330 void snd_opl3_clear_patches(struct snd_opl3 *opl3) in snd_opl3_clear_patches()
346 void snd_opl3_reset(struct snd_opl3 * opl3) in snd_opl3_reset()
388 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note) in snd_opl3_play_note()
435 static int snd_opl3_set_voice(struct snd_opl3 * opl3, struct snd_dm_fm_voice * voice) in snd_opl3_set_voice()
539 static int snd_opl3_set_params(struct snd_opl3 * opl3, struct snd_dm_fm_params * params) in snd_opl3_set_params()
[all …]
H A Dopl3_oss.c31 struct snd_opl3 *opl3 = private_data; in snd_opl3_oss_event_input() local
42 struct snd_opl3 *opl3 = private_data; in snd_opl3_oss_free_port() local
47 static int snd_opl3_oss_create_port(struct snd_opl3 * opl3) in snd_opl3_oss_create_port()
90 void snd_opl3_init_seq_oss(struct snd_opl3 *opl3, char *name) in snd_opl3_init_seq_oss()
120 void snd_opl3_free_seq_oss(struct snd_opl3 *opl3) in snd_opl3_free_seq_oss()
133 struct snd_opl3 *opl3 = closure; in snd_opl3_open_seq_oss() local
159 struct snd_opl3 *opl3; in snd_opl3_close_seq_oss() local
179 struct snd_opl3 *opl3; in snd_opl3_load_patch_seq_oss() local
223 struct snd_opl3 *opl3; in snd_opl3_ioctl_seq_oss() local
H A Dopl3_midi.c15 #define opl3_dbg(opl3, fmt, ...) \ argument
18 #define opl3_dbg(opl3, fmt, ...) do {} while (0) argument
117 static void debug_alloc(struct snd_opl3 *opl3, char *s, int voice) in debug_alloc() argument
134 static int opl3_get_voice(struct snd_opl3 *opl3, int instr_4op, in opl3_get_voice() argument
236 struct snd_opl3 *opl3 = timer_container_of(opl3, t, tlist); snd_opl3_timer_func() local
265 snd_opl3_start_timer(struct snd_opl3 * opl3) snd_opl3_start_timer() argument
288 struct snd_opl3 *opl3; snd_opl3_note_on() local
603 snd_opl3_kill_voice(struct snd_opl3 * opl3,int voice) snd_opl3_kill_voice() argument
653 struct snd_opl3 *opl3; snd_opl3_note_off_unsafe() local
688 struct snd_opl3 *opl3 = p; snd_opl3_note_off() local
714 snd_opl3_update_pitch(struct snd_opl3 * opl3,int voice) snd_opl3_update_pitch() argument
762 snd_opl3_pitch_ctrl(struct snd_opl3 * opl3,struct snd_midi_channel * chan) snd_opl3_pitch_ctrl() argument
794 struct snd_opl3 *opl3; snd_opl3_control() local
[all...]
H A Dopl3_drums.c67 static void snd_opl3_drum_voice_set(struct snd_opl3 *opl3, in snd_opl3_drum_voice_set()
102 static void snd_opl3_drum_note_set(struct snd_opl3 *opl3, in snd_opl3_drum_note_set()
120 static void snd_opl3_drum_vol_set(struct snd_opl3 *opl3, in snd_opl3_drum_vol_set()
149 void snd_opl3_load_drums(struct snd_opl3 *opl3) in snd_opl3_load_drums()
169 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, in snd_opl3_drum_switch()
H A Dopl3_voice.h38 #define snd_opl3_init_seq_oss(opl3, name) /* NOP */ argument
39 #define snd_opl3_free_seq_oss(opl3) /* NOP */ argument
/linux/sound/isa/
H A Dadlib.c49 struct snd_opl3 *opl3; in snd_adlib_probe() local
H A Dals100.c169 struct snd_opl3 *opl3; in snd_card_als100_probe() local
H A Dazt2320.c168 struct snd_opl3 *opl3; in snd_card_azt2320_probe() local
H A Dcmi8328.c221 struct snd_opl3 *opl3; in snd_cmi8328_probe() local
H A Dsc6000.c556 struct snd_opl3 *opl3; in __snd_sc6000_probe() local
H A Dcmi8330.c524 struct snd_opl3 *opl3; snd_cmi8330_probe() local
/linux/sound/isa/sb/
H A Dsb8.c78 struct snd_opl3 *opl3; in snd_sb8_probe() local
H A Djazz16.c225 struct snd_opl3 *opl3; in snd_jazz16_probe() local
H A Dsb16.c308 struct snd_opl3 *opl3; in snd_sb16_probe() local
/linux/sound/pci/ymfpci/
H A Dymfpci.c163 struct snd_opl3 *opl3; in __snd_card_ymfpci_probe() local
/linux/sound/isa/ad1816a/
H A Dad1816a.c123 struct snd_opl3 *opl3; in snd_card_ad1816a_probe() local
/linux/sound/drivers/opl4/
H A Dopl4_lib.c185 struct snd_opl3 *opl3; snd_opl4_create() local
/linux/sound/isa/gus/
H A Dgusextreme.c228 struct snd_opl3 *opl3; snd_gusextreme_probe() local
/linux/sound/isa/es1688/
H A Des1688.c120 struct snd_opl3 *opl3; in snd_es1688_probe() local
/linux/sound/isa/wavefront/
H A Dwavefront.c368 struct snd_opl3 *opl3; in snd_wavefront_probe() local
/linux/sound/isa/galaxy/
H A Dgalaxy.c576 struct snd_opl3 *opl3; in __snd_galaxy_probe() local
/linux/sound/isa/cs423x/
H A Dcs4236.c331 struct snd_opl3 *opl3; in snd_cs423x_probe() local
/linux/sound/isa/opti9xx/
H A Dopti92x-ad1848.c885 struct snd_opl3 *opl3 = NULL; global() local

12