Home
last modified time | relevance | path

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

12

/linux/include/uapi/linux/
H A 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 …]
H A Dsoundcard.h1205 #define SEQ_V2_X_CONTROL(dev, voice, controller, value) {_SEQ_NEEDBUF(8);\ argument
1219 #define SEQ_PITCHBEND(dev, voice, value) SEQ_V2_X_CONTROL(dev, voice, CTRL_PITCH_BENDER, value) argument
1220 #define SEQ_BENDER_RANGE(dev, voice, value) SEQ_V2_X_CONTROL(dev, voice, CTRL_PITCH_BENDER_RANGE, v… argument
1221 #define SEQ_EXPRESSION(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_EXPRESSION, value*128) argument
1222 #define SEQ_MAIN_VOLUME(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_MAIN_VOLUME, (value*16383)/1… argument
1223 #define SEQ_PANNING(dev, voice, pos) SEQ_CONTROL(dev, voice, CTL_PAN, (pos+128) / 2) argument
/linux/sound/pci/
H A Dsis7019.c68 struct voice { struct
82 struct voice *timing; argument
187 static void sis_update_sso(struct voice *voice, u16 period) in sis_update_sso() argument
83 ctrl_basevoice global() argument
84 wave_basevoice global() argument
85 sync_basevoice global() argument
86 numvoice global() argument
203 sis_update_voice(struct voice * voice) sis_update_voice() argument
279 sis_voice_irq(u32 status,struct voice * voice) sis_voice_irq() argument
296 struct voice *voice; sis_interrupt() local
384 sis_free_voice(struct sis7019 * sis,struct voice * voice) sis_free_voice() argument
402 struct voice *voice; __sis_alloc_playback_voice() local
420 struct voice *voice; sis_alloc_playback_voice() local
435 struct voice *voice = runtime->private_data; sis_alloc_timing_voice() local
470 struct voice *voice; sis_playback_open() local
491 struct voice *voice = runtime->private_data; sis_substream_close() local
500 struct voice *voice = runtime->private_data; sis_pcm_playback_prepare() local
568 struct voice *voice; sis_pcm_trigger() local
635 struct voice *voice = runtime->private_data; sis_pcm_pointer() local
647 struct voice *voice = &sis->capture_voice; sis_capture_open() local
693 sis_prepare_timing_voice(struct voice * voice,struct snd_pcm_substream * substream) sis_prepare_timing_voice() argument
799 struct voice *voice = runtime->private_data; sis_pcm_capture_prepare() local
1255 struct voice *voice; sis_chip_create() local
[all...]
/linux/sound/drivers/opl4/
H A Dopl4_synth.c313 struct opl4_voice *voice; in snd_opl4_do_for_note() argument
317 voice = &opl4->voices[i]; in snd_opl4_do_for_note() local
334 snd_opl4_do_for_channel(struct snd_opl4 * opl4,struct snd_midi_channel * chan,void (* func)(struct snd_opl4 * opl4,struct opl4_voice * voice)) snd_opl4_do_for_channel() argument
338 struct opl4_voice *voice; snd_opl4_do_for_channel() local
354 snd_opl4_do_for_all(struct snd_opl4 * opl4,void (* func)(struct snd_opl4 * opl4,struct opl4_voice * voice)) snd_opl4_do_for_all() argument
358 struct opl4_voice *voice; snd_opl4_do_for_all() local
369 snd_opl4_update_volume(struct snd_opl4 * opl4,struct opl4_voice * voice) snd_opl4_update_volume() argument
388 snd_opl4_update_pan(struct snd_opl4 * opl4,struct opl4_voice * voice) snd_opl4_update_pan() argument
404 snd_opl4_update_vibrato_depth(struct snd_opl4 * opl4,struct opl4_voice * voice) snd_opl4_update_vibrato_depth() argument
420 snd_opl4_update_pitch(struct snd_opl4 * opl4,struct opl4_voice * voice) snd_opl4_update_pitch() argument
451 snd_opl4_update_tone_parameters(struct snd_opl4 * opl4,struct opl4_voice * voice) snd_opl4_update_tone_parameters() argument
486 struct opl4_voice *voice[2]; snd_opl4_note_on() local
555 snd_opl4_voice_off(struct snd_opl4 * opl4,struct opl4_voice * voice) snd_opl4_voice_off() argument
570 snd_opl4_terminate_voice(struct snd_opl4 * opl4,struct opl4_voice * voice) snd_opl4_terminate_voice() argument
[all...]
/linux/sound/pci/trident/
H A Dtrident_main.c287 snd_trident_start_voice(struct snd_trident * trident,unsigned int voice) snd_trident_start_voice() argument
311 snd_trident_stop_voice(struct snd_trident * trident,unsigned int voice) snd_trident_stop_voice() argument
432 snd_trident_write_voice_regs(struct snd_trident * trident,struct snd_trident_voice * voice) snd_trident_write_voice_regs() argument
515 snd_trident_write_cso_reg(struct snd_trident * trident,struct snd_trident_voice * voice,unsigned int CSO) snd_trident_write_cso_reg() argument
541 snd_trident_write_eso_reg(struct snd_trident * trident,struct snd_trident_voice * voice,unsigned int ESO) snd_trident_write_eso_reg() argument
567 snd_trident_write_vol_reg(struct snd_trident * trident,struct snd_trident_voice * voice,unsigned int Vol) snd_trident_write_vol_reg() argument
598 snd_trident_write_pan_reg(struct snd_trident * trident,struct snd_trident_voice * voice,unsigned int Pan) snd_trident_write_pan_reg() argument
620 snd_trident_write_rvol_reg(struct snd_trident * trident,struct snd_trident_voice * voice,unsigned int RVol) snd_trident_write_rvol_reg() argument
644 snd_trident_write_cvol_reg(struct snd_trident * trident,struct snd_trident_voice * voice,unsigned int CVol) snd_trident_write_cvol_reg() argument
787 struct snd_trident_voice *voice = runtime->private_data; snd_trident_allocate_pcm_mem() local
818 struct snd_trident_voice *voice = runtime->private_data; snd_trident_allocate_evoice() local
879 struct snd_trident_voice *voice = runtime->private_data; snd_trident_hw_free() local
910 struct snd_trident_voice *voice = runtime->private_data; snd_trident_playback_prepare() local
1013 struct snd_trident_voice *voice = runtime->private_data; snd_trident_capture_prepare() local
1122 struct snd_trident_voice *voice = runtime->private_data; snd_trident_si7018_capture_hw_free() local
1147 struct snd_trident_voice *voice = runtime->private_data; snd_trident_si7018_capture_prepare() local
1218 struct snd_trident_voice *voice = runtime->private_data; snd_trident_foldback_prepare() local
1361 struct snd_trident_voice *voice = runtime->private_data; snd_trident_spdif_prepare() local
1503 struct snd_trident_voice *voice, *evoice; snd_trident_trigger() local
1599 struct snd_trident_voice *voice = runtime->private_data; snd_trident_playback_pointer() local
1638 struct snd_trident_voice *voice = runtime->private_data; snd_trident_capture_pointer() local
1668 struct snd_trident_voice *voice = runtime->private_data; snd_trident_spdif_pointer() local
1800 struct snd_trident_voice *voice = runtime->private_data; snd_trident_pcm_free_substream() local
1813 struct snd_trident_voice *voice; snd_trident_playback_open() local
1841 struct snd_trident_voice *voice = runtime->private_data; snd_trident_playback_close() local
1861 struct snd_trident_voice *voice; snd_trident_spdif_open() local
1940 struct snd_trident_voice *voice; snd_trident_capture_open() local
1984 struct snd_trident_voice *voice; snd_trident_foldback_open() local
2011 struct snd_trident_voice *voice; snd_trident_foldback_close() local
2871 snd_trident_pcm_mixer_build(struct snd_trident * trident,struct snd_trident_voice * voice,struct snd_pcm_substream * substream) snd_trident_pcm_mixer_build() argument
2888 snd_trident_pcm_mixer_free(struct snd_trident * trident,struct snd_trident_voice * voice,struct snd_pcm_substream * substream) snd_trident_pcm_mixer_free() argument
3502 struct snd_trident_voice *voice; snd_trident_create() local
3655 struct snd_trident_voice *voice; snd_trident_interrupt() local
3793 snd_trident_free_voice(struct snd_trident * trident,struct snd_trident_voice * voice) snd_trident_free_voice() argument
[all...]
/linux/sound/isa/gus/
H A Dgus_reset.c39 static void snd_gf1_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() argument
66 struct snd_gus_voice *voice; in snd_gf1_set_default_handlers() local
112 " -%i- smart stop voice argument
128 snd_gf1_stop_voice(struct snd_gus_card * gus,unsigned short voice) snd_gf1_stop_voice() argument
270 snd_gf1_free_voice(struct snd_gus_card * gus,struct snd_gus_voice * voice) snd_gf1_free_voice() argument
[all...]
H A Dgus_pcm.c98 unsigned int voice; snd_gf1_pcm_trigger_up() local
327 get_bpos(struct gus_pcm_private * pcmp,int voice,unsigned int pos,unsigned int len) get_bpos() argument
357 snd_gf1_pcm_playback_copy(struct snd_pcm_substream * substream,int voice,unsigned long pos,struct iov_iter * src,unsigned long count) snd_gf1_pcm_playback_copy() argument
374 snd_gf1_pcm_playback_silence(struct snd_pcm_substream * substream,int voice,unsigned long pos,unsigned long count) snd_gf1_pcm_playback_silence() argument
477 int voice; snd_gf1_pcm_playback_trigger() local
[all...]
H A Dgus_irq.c41 unsigned char voice_status, voice; in snd_gus_interrupt() local
/linux/sound/drivers/opl3/
H A Dopl3_midi.c117 static void debug_alloc(struct snd_opl3 *opl3, char *s, int voice) in debug_alloc() argument
155 int voice; in opl3_get_voice() member
291 int voice; snd_opl3_note_on() local
603 snd_opl3_kill_voice(struct snd_opl3 * opl3,int voice) snd_opl3_kill_voice() argument
655 int voice; snd_opl3_note_off_unsafe() local
714 snd_opl3_update_pitch(struct snd_opl3 * opl3,int voice) snd_opl3_update_pitch() argument
764 int voice; snd_opl3_pitch_ctrl() local
[all...]
H A Dopl3_drums.c33 int voice; member
44 int voice; member
H A Dopl3_synth.c126 struct snd_dm_fm_voice voice; in snd_opl3_ioctl() local
435 static int snd_opl3_set_voice(struct snd_opl3 * opl3, struct snd_dm_fm_voice * voice) in snd_opl3_set_voice()
/linux/sound/pci/au88x0/
H A 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
H A Dau88x0_synth.c56 wt_voice_t *voice = &(vortex->wt_voice[wt]); in vortex_wt_allocroute() local
/linux/sound/isa/sb/
H A Demu8000_pcm.c438 emu8k_pcm_copy(struct snd_pcm_substream * subs,int voice,unsigned long pos,struct iov_iter * src,unsigned long count) emu8k_pcm_copy() argument
452 emu8k_pcm_silence(struct snd_pcm_substream * subs,int voice,unsigned long pos,unsigned long count) emu8k_pcm_silence() argument
492 emu8k_pcm_copy(struct snd_pcm_substream * subs,int voice,unsigned long pos,struct iov_iter * src,unsigned long count) emu8k_pcm_copy() argument
505 emu8k_pcm_silence(struct snd_pcm_substream * subs,int voice,unsigned long pos,unsigned long count) emu8k_pcm_silence() argument
[all...]
H A Demu8000_callback.c158 int voice; in get_voice() member
/linux/sound/pci/emu10k1/
H A Demupcm.c21 struct snd_emu10k1_voice *voice) in snd_emu10k1_pcm_interrupt() argument
269 int voice; in snd_emu10k1_pcm_init_voice() local
558 snd_emu10k1_playback_fill_cache(struct snd_emu10k1 * emu,unsigned voice,u32 sample,bool stereo) snd_emu10k1_playback_fill_cache() argument
600 unsigned voice = epcm->voices[i]->number; snd_emu10k1_playback_prepare_voices() local
678 snd_emu10k1_playback_commit_pitch(struct snd_emu10k1 * emu,u32 voice,u32 pitch_target) snd_emu10k1_playback_commit_pitch() argument
691 unsigned int voice; snd_emu10k1_playback_trigger_voice() local
700 unsigned int voice; snd_emu10k1_playback_stop_voice() local
879 int voice = epcm->voices[i]->number; snd_emu10k1_efx_playback_voice_mask() local
890 int voice = epcm->voices[i]->number; snd_emu10k1_efx_playback_freeze_voices() local
[all...]
H A Dirq.c45 int voice; in snd_emu10k1_interrupt() local
H A Dvoice.c27 struct snd_emu10k1_voice *voice; in voice_alloc() local
[all...]
H A Demumixer.c1448 snd_emu10k1_ptr_write(emu, FXRT, voice, in update_emu10k1_fxrt() argument
1461 update_emu10k1_send_volume(struct snd_emu10k1 * emu,int voice,unsigned char * volume) update_emu10k1_send_volume() argument
1491 int voice, idx; snd_emu10k1_send_routing_get() local
1508 int change = 0, voice, idx, val; snd_emu10k1_send_routing_put() local
[all...]
H A Demu10k1_callback.c20 int voice; member
/linux/sound/synth/emux/
H A Demux_oss.c325 int voice; in emuspec_control() local
420 int voice; in gusspec_control() local
H A Demux_synth.c937 snd_emux_lock_voice(struct snd_emux * emu,int voice) snd_emux_lock_voice() argument
955 snd_emux_unlock_voice(struct snd_emux * emu,int voice) snd_emux_unlock_voice() argument
[all...]
/linux/include/uapi/sound/
H A Dasound_fm.h29 unsigned char voice; /* FM voice (0 to 17) */ member
57 unsigned char voice; /* 0-17 voice channel */ member
/linux/sound/pci/ymfpci/
H A Dymfpci_main.c204 if (voice->use || (voice2 && voice2->use)) in voice_alloc() local
285 snd_ymfpci_pcm_interrupt(struct snd_ymfpci * chip,struct snd_ymfpci_voice * voice) snd_ymfpci_pcm_interrupt() argument
483 struct snd_ymfpci_voice *voice = ypcm->voices[voiceidx]; snd_ymfpci_pcm_init_voice() local
738 struct snd_ymfpci_voice *voice = ypcm->voices[0]; snd_ymfpci_playback_pointer() local
776 struct snd_ymfpci_voice *voice; snd_ymfpci_interrupt() local
2097 int voice, bank, reg; snd_ymfpci_memalloc() local
[all...]
/linux/net/bluetooth/
H A Dsco.c907 struct bt_voice voice; sco_sock_setsockopt() local
1106 struct bt_voice voice; sco_sock_getsockopt() local

12