Searched refs:snd_opl4 (Results 1 – 10 of 10) sorted by relevance
/linux/sound/drivers/opl4/ |
A 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); 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() 223 void snd_opl4_synth_reset(struct snd_opl4 *opl4); 224 void snd_opl4_synth_shutdown(struct snd_opl4 *opl4); [all …]
|
A 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() 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() 565 struct snd_opl4 *opl4 = private_data; in snd_opl4_note_off() 580 struct snd_opl4 *opl4 = private_data; in snd_opl4_terminate_note() 587 struct snd_opl4 *opl4 = private_data; in snd_opl4_control() [all …]
|
A D | opl4_lib.c | 19 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() 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() 154 sizeof(struct snd_opl4 *), &opl4->seq_dev) >= 0) { 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() 182 struct snd_opl3 **ropl3, struct snd_opl4 **ropl4) in snd_opl4_create() [all …]
|
A 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 …]
|
A D | opl4_proc.c | 15 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_open() 30 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_release() 43 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_read() 64 struct snd_opl4 *opl4 = entry->private_data; in snd_opl4_mem_proc_write() 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()
|
A D | opl4_mixer.c | 21 struct snd_opl4 *opl4 = snd_kcontrol_chip(kcontrol); in snd_opl4_ctl_get() 36 struct snd_opl4 *opl4 = snd_kcontrol_chip(kcontrol); in snd_opl4_ctl_put() 69 int snd_opl4_create_mixer(struct snd_opl4 *opl4) in snd_opl4_create_mixer()
|
A D | yrw801.c | 36 int snd_yrw801_detect(struct snd_opl4 *opl4) in snd_yrw801_detect()
|
/linux/include/sound/ |
A D | opl4.h | 12 struct snd_opl4; 17 struct snd_opl3 **opl3, struct snd_opl4 **opl4);
|
/linux/sound/isa/opti9xx/ |
A D | opti92x-ad1848.c | 889 struct snd_opl4 *opl4;
|
A D | miro.c | 1364 struct snd_opl4 *opl4; in snd_miro_probe()
|
Completed in 28 milliseconds