Home
last modified time | relevance | path

Searched defs:voice (Results 1 – 25 of 73) sorted by relevance

123

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dultrasound.h38 #define _GUS_CMD(chn,voice,cmd,p1,p2) { _SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = SEQ_PRIVATE; _seqbuf… argument
40 #define GUS_VOICESAMPLE(chn,voice,p1) _GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0) argument
41 #define GUS_VOICEON(chn,voice,p1) _GUS_CMD(chn, voice, _GUS_VOICEON, (p1), 0) argument
42 #define GUS_VOICEOFF(chn,voice) _GUS_CMD(chn, voice, _GUS_VOICEOFF, 0, 0) argument
43 #define GUS_VOICEFADE(chn,voice) _GUS_CMD(chn, voice, _GUS_VOICEFADE, 0, 0) argument
44 #define GUS_VOICEMODE(chn,voice,p1) _GUS_CMD(chn, voice, _GUS_VOICEMODE, (p1), 0) argument
45 #define GUS_VOICEBALA(chn,voice,p1) _GUS_CMD(chn, voice, _GUS_VOICEBALA, (p1), 0) argument
46 #define GUS_VOICEFREQ(chn,voice,p) _GUS_CMD(chn, voice, _GUS_VOICEFREQ, (p) & 0xffff, ((p) >> 16) &… argument
47 #define GUS_VOICEVOL(chn,voice,p1) _GUS_CMD(chn, voice, _GUS_VOICEVOL, (p1), 0) argument
48 #define GUS_VOICEVOL2(chn,voice,p1) _GUS_CMD(chn, voice, _GUS_VOICEVOL2, (p1), 0) argument
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dultrasound.h76 #define _GUS_CMD(chn, voice, cmd, p1, p2) \ argument
85 #define GUS_VOICESAMPLE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0) /* OBSOLET… argument
86 #define GUS_VOICEON(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEON, (p1), 0) argument
87 #define GUS_VOICEOFF(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEOFF, 0, 0) argument
88 #define GUS_VOICEFADE(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEFADE, 0, 0) argument
89 #define GUS_VOICEMODE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEMODE, (p1), 0) argument
90 #define GUS_VOICEBALA(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEBALA, (p1), 0) argument
91 #define GUS_VOICEFREQ(chn, voice, p) _GUS_CMD(chn, voice, _GUS_VOICEFREQ, \ argument
93 #define GUS_VOICEVOL(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEVOL, (p1), 0) argument
94 #define GUS_VOICEVOL2(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEVOL2, (p1), 0) argument
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dultrasound.h25 #define _GUS_CMD(chn, voice, cmd, p1, p2) \ argument
33 #define GUS_VOICESAMPLE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0) argument
34 #define GUS_VOICEON(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEON, (p1), 0) argument
35 #define GUS_VOICEOFF(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEOFF, 0, 0) argument
36 #define GUS_VOICEFADE(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEFADE, 0, 0) argument
37 #define GUS_VOICEMODE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEMODE, (p1), 0) argument
38 #define GUS_VOICEBALA(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEBALA, (p1), 0) argument
39 #define GUS_VOICEFREQ(chn, voice, p) _GUS_CMD(chn, voice, _GUS_VOICEFREQ, \ argument
41 #define GUS_VOICEVOL(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEVOL, (p1), 0) argument
42 #define GUS_VOICEVOL2(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEVOL2, (p1), 0) argument
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Dultrasound.h76 #define _GUS_CMD(chn, voice, cmd, p1, p2) \ argument
85 #define GUS_VOICESAMPLE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0) /* OBSOLET… argument
86 #define GUS_VOICEON(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEON, (p1), 0) argument
87 #define GUS_VOICEOFF(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEOFF, 0, 0) argument
88 #define GUS_VOICEFADE(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEFADE, 0, 0) argument
89 #define GUS_VOICEMODE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEMODE, (p1), 0) argument
90 #define GUS_VOICEBALA(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEBALA, (p1), 0) argument
91 #define GUS_VOICEFREQ(chn, voice, p) _GUS_CMD(chn, voice, _GUS_VOICEFREQ, \ argument
93 #define GUS_VOICEVOL(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEVOL, (p1), 0) argument
94 #define GUS_VOICEVOL2(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEVOL2, (p1), 0) argument
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dultrasound.h38 #define _GUS_CMD(chn,voice,cmd,p1,p2) { _SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = SEQ_PRIVATE; _seqbuf… argument
40 #define GUS_VOICESAMPLE(chn,voice,p1) _GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0) argument
41 #define GUS_VOICEON(chn,voice,p1) _GUS_CMD(chn, voice, _GUS_VOICEON, (p1), 0) argument
42 #define GUS_VOICEOFF(chn,voice) _GUS_CMD(chn, voice, _GUS_VOICEOFF, 0, 0) argument
43 #define GUS_VOICEFADE(chn,voice) _GUS_CMD(chn, voice, _GUS_VOICEFADE, 0, 0) argument
44 #define GUS_VOICEMODE(chn,voice,p1) _GUS_CMD(chn, voice, _GUS_VOICEMODE, (p1), 0) argument
45 #define GUS_VOICEBALA(chn,voice,p1) _GUS_CMD(chn, voice, _GUS_VOICEBALA, (p1), 0) argument
46 #define GUS_VOICEFREQ(chn,voice,p) _GUS_CMD(chn, voice, _GUS_VOICEFREQ, (p) & 0xffff, ((p) >> 16) &… argument
47 #define GUS_VOICEVOL(chn,voice,p1) _GUS_CMD(chn, voice, _GUS_VOICEVOL, (p1), 0) argument
48 #define GUS_VOICEVOL2(chn,voice,p1) _GUS_CMD(chn, voice, _GUS_VOICEVOL2, (p1), 0) argument
[all …]
/kernel/linux/linux-5.10/sound/pci/
Dsis7019.c69 struct voice { struct
83 struct voice *timing; argument
84 void __iomem *ctrl_base;
85 void __iomem *wave_base;
86 void __iomem *sync_base;
87 int num;
192 static void sis_update_sso(struct voice *voice, u16 period) in sis_update_sso()
208 static void sis_update_voice(struct voice *voice) in sis_update_voice()
284 static void sis_voice_irq(u32 status, struct voice *voice) in sis_voice_irq()
301 struct voice *voice; in sis_interrupt() local
[all …]
/kernel/linux/linux-6.6/sound/pci/
Dsis7019.c68 struct voice { struct
82 struct voice *timing; argument
83 void __iomem *ctrl_base;
84 void __iomem *wave_base;
85 void __iomem *sync_base;
86 int num;
191 static void sis_update_sso(struct voice *voice, u16 period) in sis_update_sso()
207 static void sis_update_voice(struct voice *voice) in sis_update_voice()
283 static void sis_voice_irq(u32 status, struct voice *voice) in sis_voice_irq()
300 struct voice *voice; in sis_interrupt() local
[all …]
/kernel/linux/linux-5.10/sound/drivers/opl4/
Dopl4_synth.c313 void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) in snd_opl4_do_for_note()
317 struct opl4_voice *voice; in snd_opl4_do_for_note() local
334 void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) in snd_opl4_do_for_channel()
338 struct opl4_voice *voice; in snd_opl4_do_for_channel() local
354 void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) in snd_opl4_do_for_all()
358 struct opl4_voice *voice; in snd_opl4_do_for_all() local
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()
404 struct opl4_voice *voice) in snd_opl4_update_vibrato_depth()
420 struct opl4_voice *voice) in snd_opl4_update_pitch()
[all …]
/kernel/linux/linux-6.6/sound/drivers/opl4/
Dopl4_synth.c313 void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) in snd_opl4_do_for_note()
317 struct opl4_voice *voice; in snd_opl4_do_for_note() local
334 void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) in snd_opl4_do_for_channel()
338 struct opl4_voice *voice; in snd_opl4_do_for_channel() local
354 void (*func)(struct snd_opl4 *opl4, struct opl4_voice *voice)) in snd_opl4_do_for_all()
358 struct opl4_voice *voice; in snd_opl4_do_for_all() local
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()
404 struct opl4_voice *voice) in snd_opl4_update_vibrato_depth()
420 struct opl4_voice *voice) in snd_opl4_update_pitch()
[all …]
/kernel/linux/linux-5.10/sound/pci/trident/
Dtrident_main.c287 void snd_trident_start_voice(struct snd_trident * trident, unsigned int voice) in snd_trident_start_voice()
311 void snd_trident_stop_voice(struct snd_trident * trident, unsigned int voice) in snd_trident_stop_voice()
432 struct snd_trident_voice * voice) in snd_trident_write_voice_regs()
515 struct snd_trident_voice * voice, in snd_trident_write_cso_reg()
541 struct snd_trident_voice * voice, in snd_trident_write_eso_reg()
567 struct snd_trident_voice * voice, in snd_trident_write_vol_reg()
598 struct snd_trident_voice * voice, in snd_trident_write_pan_reg()
620 struct snd_trident_voice * voice, in snd_trident_write_rvol_reg()
644 struct snd_trident_voice * voice, in snd_trident_write_cvol_reg()
787 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_allocate_pcm_mem() local
[all …]
/kernel/linux/linux-6.6/sound/pci/trident/
Dtrident_main.c287 void snd_trident_start_voice(struct snd_trident * trident, unsigned int voice) in snd_trident_start_voice()
311 void snd_trident_stop_voice(struct snd_trident * trident, unsigned int voice) in snd_trident_stop_voice()
432 struct snd_trident_voice * voice) in snd_trident_write_voice_regs()
515 struct snd_trident_voice * voice, in snd_trident_write_cso_reg()
541 struct snd_trident_voice * voice, in snd_trident_write_eso_reg()
567 struct snd_trident_voice * voice, in snd_trident_write_vol_reg()
598 struct snd_trident_voice * voice, in snd_trident_write_pan_reg()
620 struct snd_trident_voice * voice, in snd_trident_write_rvol_reg()
644 struct snd_trident_voice * voice, in snd_trident_write_cvol_reg()
787 struct snd_trident_voice *voice = runtime->private_data; in snd_trident_allocate_pcm_mem() local
[all …]
/kernel/linux/linux-5.10/sound/isa/gus/
Dgus_reset.c39 …_default_interrupt_handler_wave_and_volume(struct snd_gus_card * gus, struct snd_gus_voice * voice) in snd_gf1_default_interrupt_handler_wave_and_volume()
66 struct snd_gus_voice *voice; in snd_gf1_set_default_handlers() local
112 void snd_gf1_smart_stop_voice(struct snd_gus_card * gus, unsigned short voice) in snd_gf1_smart_stop_voice()
126 void snd_gf1_stop_voice(struct snd_gus_card * gus, unsigned short voice) in snd_gf1_stop_voice()
274 void snd_gf1_free_voice(struct snd_gus_card * gus, struct snd_gus_voice *voice) in snd_gf1_free_voice()
Dgus_pcm.c102 unsigned int voice; in snd_gf1_pcm_trigger_up() local
341 static int get_bpos(struct gus_pcm_private *pcmp, int voice, unsigned int pos, in get_bpos()
371 int voice, unsigned long pos, in snd_gf1_pcm_playback_copy()
388 int voice, unsigned long pos, in snd_gf1_pcm_playback_copy_kernel()
404 int voice, unsigned long pos, in snd_gf1_pcm_playback_silence()
504 int voice; in snd_gf1_pcm_playback_trigger() local
/kernel/linux/linux-6.6/sound/isa/gus/
Dgus_reset.c39 …_default_interrupt_handler_wave_and_volume(struct snd_gus_card * gus, struct snd_gus_voice * voice) in snd_gf1_default_interrupt_handler_wave_and_volume()
66 struct snd_gus_voice *voice; in snd_gf1_set_default_handlers() local
112 void snd_gf1_smart_stop_voice(struct snd_gus_card * gus, unsigned short voice) in snd_gf1_smart_stop_voice()
126 void snd_gf1_stop_voice(struct snd_gus_card * gus, unsigned short voice) in snd_gf1_stop_voice()
274 void snd_gf1_free_voice(struct snd_gus_card * gus, struct snd_gus_voice *voice) in snd_gf1_free_voice()
Dgus_pcm.c102 unsigned int voice; in snd_gf1_pcm_trigger_up() local
341 static int get_bpos(struct gus_pcm_private *pcmp, int voice, unsigned int pos, in get_bpos()
371 int voice, unsigned long pos, in snd_gf1_pcm_playback_copy()
388 int voice, unsigned long pos, in snd_gf1_pcm_playback_silence()
491 int voice; in snd_gf1_pcm_playback_trigger() local
/kernel/linux/linux-6.6/sound/drivers/opl3/
Dopl3_midi.c110 static void debug_alloc(struct snd_opl3 *opl3, char *s, int voice) { in debug_alloc()
145 int voice; in opl3_get_voice() member
280 int voice; in snd_opl3_note_on() local
604 static void snd_opl3_kill_voice(struct snd_opl3 *opl3, int voice) in snd_opl3_kill_voice()
658 int voice; in snd_opl3_note_off_unsafe() local
723 static void snd_opl3_update_pitch(struct snd_opl3 *opl3, int voice) in snd_opl3_update_pitch()
773 int voice; in snd_opl3_pitch_ctrl() local
Dopl3_drums.c33 int voice; member
44 int voice; member
/kernel/linux/linux-5.10/sound/drivers/opl3/
Dopl3_midi.c110 static void debug_alloc(struct snd_opl3 *opl3, char *s, int voice) { in debug_alloc()
145 int voice; in opl3_get_voice() member
281 int voice; in snd_opl3_note_on() local
605 static void snd_opl3_kill_voice(struct snd_opl3 *opl3, int voice) in snd_opl3_kill_voice()
659 int voice; in snd_opl3_note_off_unsafe() local
724 static void snd_opl3_update_pitch(struct snd_opl3 *opl3, int voice) in snd_opl3_update_pitch()
774 int voice; in snd_opl3_pitch_ctrl() local
Dopl3_drums.c33 int voice; member
44 int voice; member
/kernel/linux/linux-5.10/sound/pci/au88x0/
Dau88x0_wt.h28 #define WT_STEREO(voice) ((WT_BAR(voice)+ 0x20 +(((voice)&0x1f)>>1))<<2) /* 0x0080 */ argument
29 #define WT_MUTE(voice) ((WT_BAR(voice)+ 0x40 +((voice)&0x1f))<<2) /* 0x0100 */ argument
30 #define WT_RUN(voice) ((WT_BAR(voice)+ 0x60 +((voice)&0x1f))<<2) /* 0x0180 */ argument
/kernel/linux/linux-6.6/sound/pci/au88x0/
Dau88x0_wt.h28 #define WT_STEREO(voice) ((WT_BAR(voice)+ 0x20 +(((voice)&0x1f)>>1))<<2) /* 0x0080 */ argument
29 #define WT_MUTE(voice) ((WT_BAR(voice)+ 0x40 +((voice)&0x1f))<<2) /* 0x0100 */ argument
30 #define WT_RUN(voice) ((WT_BAR(voice)+ 0x60 +((voice)&0x1f))<<2) /* 0x0180 */ argument
/kernel/linux/linux-5.10/sound/isa/sb/
Demu8000_pcm.c452 int voice, unsigned long pos, in emu8k_pcm_copy()
465 int voice, unsigned long pos, in emu8k_pcm_copy_kernel()
479 int voice, unsigned long pos, unsigned long count) in emu8k_pcm_silence()
520 int voice, unsigned long pos, in emu8k_pcm_copy()
533 int voice, unsigned long pos, in emu8k_pcm_copy_kernel()
546 int voice, unsigned long pos, unsigned long count) in emu8k_pcm_silence()
/kernel/linux/linux-6.6/sound/isa/sb/
Demu8000_pcm.c438 int voice, unsigned long pos, in emu8k_pcm_copy()
452 int voice, unsigned long pos, unsigned long count) in emu8k_pcm_silence()
492 int voice, unsigned long pos, in emu8k_pcm_copy()
505 int voice, unsigned long pos, unsigned long count) in emu8k_pcm_silence()
/kernel/linux/linux-6.6/sound/pci/emu10k1/
Demupcm.c21 struct snd_emu10k1_voice *voice) in snd_emu10k1_pcm_interrupt()
290 int voice; in snd_emu10k1_pcm_init_voice() local
579 unsigned voice, in snd_emu10k1_playback_fill_cache()
621 unsigned voice = epcm->voices[i]->number; in snd_emu10k1_playback_prepare_voices() local
699 u32 voice, u32 pitch_target) in snd_emu10k1_playback_commit_pitch()
712 unsigned int voice; in snd_emu10k1_playback_trigger_voice() local
721 unsigned int voice; in snd_emu10k1_playback_stop_voice() local
900 int voice = epcm->voices[i]->number; in snd_emu10k1_efx_playback_voice_mask() local
911 int voice = epcm->voices[i]->number; in snd_emu10k1_efx_playback_freeze_voices() local
Dirq.c45 int voice; in snd_emu10k1_interrupt() local

123