Home
last modified time | relevance | path

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

/openbmc/linux/sound/drivers/opl4/
H A Dopl4_synth.c273 void snd_opl4_synth_reset(struct snd_opl4 *opl4) in snd_opl4_synth_reset()
297 void snd_opl4_synth_shutdown(struct snd_opl4 *opl4) in snd_opl4_synth_shutdown()
332 static void snd_opl4_do_for_channel(struct snd_opl4 *opl4, in snd_opl4_do_for_channel()
353 static void snd_opl4_do_for_all(struct snd_opl4 *opl4, in snd_opl4_do_for_all()
403 static void snd_opl4_update_vibrato_depth(struct snd_opl4 *opl4, in snd_opl4_update_vibrato_depth()
419 static void snd_opl4_update_pitch(struct snd_opl4 *opl4, in snd_opl4_update_pitch()
484 struct snd_opl4 *opl4 = private_data; in snd_opl4_note_on() local
565 struct snd_opl4 *opl4 = private_data; in snd_opl4_note_off() local
580 struct snd_opl4 *opl4 = private_data; in snd_opl4_terminate_note() local
587 struct snd_opl4 *opl4 = private_data; in snd_opl4_control() local
[all …]
H A Dopl4_lib.c19 static inline void snd_opl4_wait(struct snd_opl4 *opl4) in snd_opl4_wait()
26 void snd_opl4_write(struct snd_opl4 *opl4, u8 reg, u8 value) in snd_opl4_write()
37 u8 snd_opl4_read(struct snd_opl4 *opl4, u8 reg) in snd_opl4_read()
48 void snd_opl4_read_memory(struct snd_opl4 *opl4, char *buf, int offset, int size) in snd_opl4_read_memory()
100 static void snd_opl4_enable_opl4(struct snd_opl4 *opl4) in snd_opl4_enable_opl4()
110 static int snd_opl4_detect(struct snd_opl4 *opl4) in snd_opl4_detect()
146 struct snd_opl4 *opl4 = seq_dev->private_data; in snd_opl4_seq_dev_free() local
150 static int snd_opl4_create_seq_dev(struct snd_opl4 *opl4, int seq_device) in snd_opl4_create_seq_dev()
164 static void snd_opl4_free(struct snd_opl4 *opl4) in snd_opl4_free()
174 struct snd_opl4 *opl4 = device->device_data; in snd_opl4_dev_free() local
[all …]
H A Dopl4_seq.c49 static int snd_opl4_seq_use_inc(struct snd_opl4 *opl4) in snd_opl4_seq_use_inc()
56 static void snd_opl4_seq_use_dec(struct snd_opl4 *opl4) in snd_opl4_seq_use_dec()
63 struct snd_opl4 *opl4 = private_data; in snd_opl4_seq_use() local
90 struct snd_opl4 *opl4 = private_data; in snd_opl4_seq_unuse() local
114 struct snd_opl4 *opl4 = private_data; in snd_opl4_seq_event_input() local
122 struct snd_opl4 *opl4 = private_data; in snd_opl4_seq_free_port() local
130 struct snd_opl4 *opl4; in snd_opl4_seq_probe() local
187 struct snd_opl4 *opl4; in snd_opl4_seq_remove() local
H A Dopl4_proc.c15 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_open() local
30 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_release() local
43 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_read() local
64 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_write() local
86 int snd_opl4_create_proc(struct snd_opl4 *opl4) in snd_opl4_create_proc()
109 void snd_opl4_free_proc(struct snd_opl4 *opl4) in snd_opl4_free_proc()
H A Dopl4_mixer.c21 struct snd_opl4 *opl4 = snd_kcontrol_chip(kcontrol); in snd_opl4_ctl_get() local
36 struct snd_opl4 *opl4 = snd_kcontrol_chip(kcontrol); in snd_opl4_ctl_put() local
69 int snd_opl4_create_mixer(struct snd_opl4 *opl4) in snd_opl4_create_mixer()
H A Dopl4_local.h215 static inline int snd_opl4_create_proc(struct snd_opl4 *opl4) { return 0; } in snd_opl4_create_proc()
216 static inline void snd_opl4_free_proc(struct snd_opl4 *opl4) {} in snd_opl4_free_proc()
H A Dyrw801.c36 int snd_yrw801_detect(struct snd_opl4 *opl4) in snd_yrw801_detect()
/openbmc/linux/sound/isa/opti9xx/
H A Dopti92x-ad1848.c889 struct snd_opl4 *opl4; local
H A Dmiro.c1364 struct snd_opl4 *opl4; in snd_miro_probe() local