Searched refs:snd_opl4 (Results 1 – 9 of 9) sorted by relevance
/sound/drivers/opl4/ |
D | opl4_local.h | 172 struct snd_opl4 { struct 202 void snd_opl4_write(struct snd_opl4 *opl4, u8 reg, u8 value); argument 203 u8 snd_opl4_read(struct snd_opl4 *opl4, u8 reg); 204 void snd_opl4_read_memory(struct snd_opl4 *opl4, char *buf, int offset, int size); 205 void snd_opl4_write_memory(struct snd_opl4 *opl4, const char *buf, int offset, int size); 208 int snd_opl4_create_mixer(struct snd_opl4 *opl4); 212 int snd_opl4_create_proc(struct snd_opl4 *opl4); 213 void snd_opl4_free_proc(struct snd_opl4 *opl4); 215 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() [all …]
|
D | opl4_lib.c | 32 static inline void snd_opl4_wait(struct snd_opl4 *opl4) in snd_opl4_wait() 39 void snd_opl4_write(struct snd_opl4 *opl4, u8 reg, u8 value) in snd_opl4_write() 50 u8 snd_opl4_read(struct snd_opl4 *opl4, u8 reg) in snd_opl4_read() 61 void snd_opl4_read_memory(struct snd_opl4 *opl4, char *buf, int offset, int size) in snd_opl4_read_memory() 87 void snd_opl4_write_memory(struct snd_opl4 *opl4, const char *buf, int offset, int size) in snd_opl4_write_memory() 113 static void snd_opl4_enable_opl4(struct snd_opl4 *opl4) in snd_opl4_enable_opl4() 123 static int snd_opl4_detect(struct snd_opl4 *opl4) in snd_opl4_detect() 159 struct snd_opl4 *opl4 = seq_dev->private_data; in snd_opl4_seq_dev_free() 163 static int snd_opl4_create_seq_dev(struct snd_opl4 *opl4, int seq_device) in snd_opl4_create_seq_dev() 167 sizeof(struct snd_opl4 *), &opl4->seq_dev) >= 0) { in snd_opl4_create_seq_dev() [all …]
|
D | opl4_synth.c | 273 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() 312 static void snd_opl4_do_for_note(struct snd_opl4 *opl4, int note, struct snd_midi_channel *chan, in snd_opl4_do_for_note() 313 void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) in snd_opl4_do_for_note() 332 static void snd_opl4_do_for_channel(struct snd_opl4 *opl4, in snd_opl4_do_for_channel() 334 void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) in snd_opl4_do_for_channel() 353 static void snd_opl4_do_for_all(struct snd_opl4 *opl4, in snd_opl4_do_for_all() 354 void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) in snd_opl4_do_for_all() 369 static void snd_opl4_update_volume(struct snd_opl4 *opl4, struct opl4_voice *voice) in snd_opl4_update_volume() 388 static void snd_opl4_update_pan(struct snd_opl4 *opl4, struct opl4_voice *voice) in snd_opl4_update_pan() [all …]
|
D | opl4_seq.c | 49 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() 90 struct snd_opl4 *opl4 = private_data; in snd_opl4_seq_unuse() 114 struct snd_opl4 *opl4 = private_data; in snd_opl4_seq_event_input() 122 struct snd_opl4 *opl4 = private_data; in snd_opl4_seq_free_port() 130 struct snd_opl4 *opl4; in snd_opl4_seq_probe() 134 opl4 = *(struct snd_opl4 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl4_seq_probe() 187 struct snd_opl4 *opl4; in snd_opl4_seq_remove() 189 opl4 = *(struct snd_opl4 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl4_seq_remove() [all …]
|
D | opl4_proc.c | 28 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_open() 43 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_release() 56 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_read() 77 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_write() 99 int snd_opl4_create_proc(struct snd_opl4 *opl4) in snd_opl4_create_proc() 126 void snd_opl4_free_proc(struct snd_opl4 *opl4) in snd_opl4_free_proc()
|
D | opl4_mixer.c | 34 struct snd_opl4 *opl4 = snd_kcontrol_chip(kcontrol); in snd_opl4_ctl_get() 49 struct snd_opl4 *opl4 = snd_kcontrol_chip(kcontrol); in snd_opl4_ctl_put() 82 int snd_opl4_create_mixer(struct snd_opl4 *opl4) in snd_opl4_create_mixer()
|
D | yrw801.c | 36 int snd_yrw801_detect(struct snd_opl4 *opl4) in snd_yrw801_detect()
|
/sound/isa/opti9xx/ |
D | opti92x-ad1848.c | 909 struct snd_opl4 *opl4;
|
D | miro.c | 1373 struct snd_opl4 *opl4; in snd_miro_probe()
|