Searched defs:opl4 (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/sound/drivers/opl4/
H A DMakefile
H A Dopl4_mixer.c34 struct snd_opl4 *opl4 = snd_kcontrol_chip(kcontrol); snd_opl4_ctl_get() local
49 struct snd_opl4 *opl4 = snd_kcontrol_chip(kcontrol); snd_opl4_ctl_put() local
82 int snd_opl4_create_mixer(struct snd_opl4 *opl4) snd_opl4_create_mixer() argument
H A Dopl4_proc.c30 struct snd_opl4 *opl4 = entry->private_data; snd_opl4_mem_proc_open() local
45 struct snd_opl4 *opl4 = entry->private_data; snd_opl4_mem_proc_release() local
58 struct snd_opl4 *opl4 = entry->private_data; snd_opl4_mem_proc_read() local
79 struct snd_opl4 *opl4 = entry->private_data; snd_opl4_mem_proc_write() local
101 int snd_opl4_create_proc(struct snd_opl4 *opl4) snd_opl4_create_proc() argument
128 void snd_opl4_free_proc(struct snd_opl4 *opl4) snd_opl4_free_proc() argument
H A Dopl4_seq.c49 static int snd_opl4_seq_use_inc(struct snd_opl4 *opl4) snd_opl4_seq_use_inc() argument
56 static void snd_opl4_seq_use_dec(struct snd_opl4 *opl4) snd_opl4_seq_use_dec() argument
63 struct snd_opl4 *opl4 = private_data; snd_opl4_seq_use() local
90 struct snd_opl4 *opl4 = private_data; snd_opl4_seq_unuse() local
114 struct snd_opl4 *opl4 = private_data; snd_opl4_seq_event_input() local
122 struct snd_opl4 *opl4 = private_data; snd_opl4_seq_free_port() local
130 struct snd_opl4 *opl4; snd_opl4_seq_probe() local
187 struct snd_opl4 *opl4; snd_opl4_seq_remove() local
H A Dopl4_lib.c32 static void inline snd_opl4_wait(struct snd_opl4 *opl4) snd_opl4_wait() argument
39 void snd_opl4_write(struct snd_opl4 *opl4, u8 reg, u8 value) snd_opl4_write() argument
50 u8 snd_opl4_read(struct snd_opl4 *opl4, u8 reg) snd_opl4_read() argument
61 void snd_opl4_read_memory(struct snd_opl4 *opl4, char *buf, int offset, int size) snd_opl4_read_memory() argument
87 void snd_opl4_write_memory(struct snd_opl4 *opl4, const char *buf, int offset, int size) snd_opl4_write_memory() argument
113 static void snd_opl4_enable_opl4(struct snd_opl4 *opl4) snd_opl4_enable_opl4() argument
123 static int snd_opl4_detect(struct snd_opl4 *opl4) snd_opl4_detect() argument
159 struct snd_opl4 *opl4 = seq_dev->private_data; snd_opl4_seq_dev_free() local
163 static int snd_opl4_create_seq_dev(struct snd_opl4 *opl4, int seq_device) snd_opl4_create_seq_dev() argument
177 static void snd_opl4_free(struct snd_opl4 *opl4) snd_opl4_free() argument
189 struct snd_opl4 *opl4 = device->device_data; snd_opl4_dev_free() local
199 struct snd_opl4 *opl4; snd_opl4_create() local
H A Dopl4_synth.c273 void snd_opl4_synth_reset(struct snd_opl4 *opl4) snd_opl4_synth_reset() argument
297 void snd_opl4_synth_shutdown(struct snd_opl4 *opl4) snd_opl4_synth_shutdown() argument
312 static void snd_opl4_do_for_note(struct snd_opl4 *opl4, int note, struct snd_midi_channel *chan, snd_opl4_do_for_note() argument
332 static void snd_opl4_do_for_channel(struct snd_opl4 *opl4, snd_opl4_do_for_channel() argument
353 static void snd_opl4_do_for_all(struct snd_opl4 *opl4, snd_opl4_do_for_all() argument
369 static void snd_opl4_update_volume(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_update_volume() argument
388 static void snd_opl4_update_pan(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_update_pan() argument
403 static void snd_opl4_update_vibrato_depth(struct snd_opl4 *opl4, snd_opl4_update_vibrato_depth() argument
419 static void snd_opl4_update_pitch(struct snd_opl4 *opl4, snd_opl4_update_pitch() argument
450 static void snd_opl4_update_tone_parameters(struct snd_opl4 *opl4, snd_opl4_update_tone_parameters() argument
464 static struct opl4_voice *snd_opl4_get_voice(struct snd_opl4 *opl4) snd_opl4_get_voice() argument
474 static void snd_opl4_wait_for_wave_headers(struct snd_opl4 *opl4) snd_opl4_wait_for_wave_headers() argument
484 struct snd_opl4 *opl4 = private_data; snd_opl4_note_on() local
555 static void snd_opl4_voice_off(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_voice_off() argument
565 struct snd_opl4 *opl4 = private_data; snd_opl4_note_off() local
570 static void snd_opl4_terminate_voice(struct snd_opl4 *opl4, struct opl4_voice *voice) snd_opl4_terminate_voice() argument
580 struct snd_opl4 *opl4 = private_data; snd_opl4_terminate_note() local
587 struct snd_opl4 *opl4 = private_data; snd_opl4_control() local
627 struct snd_opl4 *opl4 = private_data; snd_opl4_sysex() local
H A Dyrw801.c36 int snd_yrw801_detect(struct snd_opl4 *opl4) snd_yrw801_detect() argument
/linux-4.1.27/sound/isa/opti9xx/
H A Dopti92x-ad1848.c907 struct snd_opl4 *opl4; snd_opti9xx_probe() local
H A Dmiro.c1372 struct snd_opl4 *opl4; snd_miro_probe() local

Completed in 169 milliseconds