| /linux/include/uapi/linux/ |
| H A D | ultrasound.h | 76 #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 D | soundcard.h | 1205 #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/au88x0/ |
| H A D | au88x0_wt.h | 28 #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 D | au88x0_synth.c | 56 wt_voice_t *voice = &(vortex->wt_voice[wt]); in vortex_wt_allocroute() local
|
| /linux/sound/drivers/opl3/ |
| H A D | opl3_drums.c | 33 int voice; member 44 int voice; member
|
| H A D | opl3_synth.c | 126 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/synth/emux/ |
| H A D | emux_oss.c | 325 int voice; in emuspec_control() local 420 int voice; in gusspec_control() local
|
| /linux/sound/pci/emu10k1/ |
| H A D | irq.c | 45 int voice; in snd_emu10k1_interrupt() local
|
| H A D | emu10k1_callback.c | 20 int voice; member
|
| /linux/include/uapi/sound/ |
| H A D | asound_fm.h | 29 unsigned char voice; /* FM voice (0 to 17) */ member 57 unsigned char voice; /* 0-17 voice channel */ member
|
| /linux/sound/isa/gus/ |
| H A D | gus_irq.c | 41 unsigned char voice_status, voice; in snd_gus_interrupt() local
|
| /linux/net/bluetooth/ |
| H A D | sco.c | 914 struct bt_voice voice; in sco_sock_setsockopt() local 1113 struct bt_voice voice; in sco_sock_getsockopt() local
|
| /linux/sound/isa/sb/ |
| H A D | emu8000_callback.c | 158 int voice; in get_voice() member
|
| /linux/sound/pci/trident/ |
| H A D | trident.h | 331 struct snd_trident_voice *voice; /* active voice */ member
|