| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | encode.c | 83 /* Subroutine */ int encode_(integer *voice, integer *pitch, real *rms, real * in encode_()
|
| H A D | pitsyn.c | 99 /* Subroutine */ int pitsyn_(integer *order, integer *voice, in pitsyn_()
|
| H A D | decode.c | 112 integer *irc, integer *voice, integer *pitch, real *rms, real *rc, in decode_()
|
| H A D | voicin.c | 257 real *voice; in voicin_() local
|
| H A D | analys.c | 126 /* Subroutine */ int analys_(real *speech, integer *voice, integer in analys_()
|
| H A D | lpc10.h | 142 real voice[6] /* was [2][3] */; /* initial value is probably unnecessary */ member
|
| /OK3568_Linux_fs/kernel/sound/pci/au88x0/ |
| H A D | au88x0_synth.c | 56 wt_voice_t *voice = &(vortex->wt_voice[wt]); in vortex_wt_allocroute() local
|
| /OK3568_Linux_fs/kernel/sound/pci/ymfpci/ |
| H A D | ymfpci_main.c | 209 struct snd_ymfpci_voice *voice, *voice2; in voice_alloc() local 290 static void snd_ymfpci_pcm_interrupt(struct snd_ymfpci *chip, struct snd_ymfpci_voice *voice) in snd_ymfpci_pcm_interrupt() 487 struct snd_ymfpci_voice *voice = ypcm->voices[voiceidx]; in snd_ymfpci_pcm_init_voice() local 741 struct snd_ymfpci_voice *voice = ypcm->voices[0]; in snd_ymfpci_playback_pointer() local 779 struct snd_ymfpci_voice *voice; in snd_ymfpci_interrupt() local 2078 int voice, bank, reg; in snd_ymfpci_memalloc() local
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | wm8753.c | 891 u16 voice = snd_soc_component_read(component, WM8753_PCM) & 0x01ec; in wm8753_vdac_adc_set_dai_fmt() local 926 u16 voice = snd_soc_component_read(component, WM8753_PCM) & 0x01f3; in wm8753_pcm_hw_params() local 959 u16 voice, ioctl; in wm8753_pcm_set_dai_fmt() local
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | emumixer.c | 1187 static void update_emu10k1_fxrt(struct snd_emu10k1 *emu, int voice, unsigned char *route) in update_emu10k1_fxrt() 1200 static void update_emu10k1_send_volume(struct snd_emu10k1 *emu, int voice, unsigned char *volume) in update_emu10k1_send_volume() 1234 int voice, idx; in snd_emu10k1_send_routing_get() local 1254 int change = 0, voice, idx, val; in snd_emu10k1_send_routing_put() local
|
| H A D | emu10k1_callback.c | 20 int voice; member
|
| H A D | emu10k1x.c | 195 struct emu10k1x_voice *voice; member 349 static void snd_emu10k1x_pcm_interrupt(struct emu10k1x *emu, struct emu10k1x_voice *voice) in snd_emu10k1x_pcm_interrupt() 443 int voice = epcm->voice->number; in snd_emu10k1x_pcm_prepare() local
|
| H A D | emuproc.c | 366 struct snd_emu10k1_voice *voice; in snd_emu10k1_proc_voices_read() local
|
| /OK3568_Linux_fs/kernel/sound/synth/emux/ |
| H A D | emux_synth.c | 936 void snd_emux_lock_voice(struct snd_emux *emu, int voice) in snd_emux_lock_voice() 954 void snd_emux_unlock_voice(struct snd_emux *emu, int voice) in snd_emux_unlock_voice()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | soundcard.h | 1200 #define SEQ_V2_X_CONTROL(dev, voice, controller, value) {_SEQ_NEEDBUF(8);\ argument 1214 #define SEQ_PITCHBEND(dev, voice, value) SEQ_V2_X_CONTROL(dev, voice, CTRL_PITCH_BENDER, value) argument 1215 #define SEQ_BENDER_RANGE(dev, voice, value) SEQ_V2_X_CONTROL(dev, voice, CTRL_PITCH_BENDER_RANGE, v… argument 1216 #define SEQ_EXPRESSION(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_EXPRESSION, value*128) argument 1217 #define SEQ_MAIN_VOLUME(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_MAIN_VOLUME, (value*16383)/1… argument 1218 #define SEQ_PANNING(dev, voice, pos) SEQ_CONTROL(dev, voice, CTL_PAN, (pos+128) / 2) argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | soundcard.h | 1200 #define SEQ_V2_X_CONTROL(dev, voice, controller, value) {_SEQ_NEEDBUF(8);\ argument 1214 #define SEQ_PITCHBEND(dev, voice, value) SEQ_V2_X_CONTROL(dev, voice, CTRL_PITCH_BENDER, value) argument 1215 #define SEQ_BENDER_RANGE(dev, voice, value) SEQ_V2_X_CONTROL(dev, voice, CTRL_PITCH_BENDER_RANGE, v… argument 1216 #define SEQ_EXPRESSION(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_EXPRESSION, value*128) argument 1217 #define SEQ_MAIN_VOLUME(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_MAIN_VOLUME, (value*16383)/1… argument 1218 #define SEQ_PANNING(dev, voice, pos) SEQ_CONTROL(dev, voice, CTL_PAN, (pos+128) / 2) argument
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| 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
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | sco.c | 829 struct bt_voice voice; in sco_sock_setsockopt() local 967 struct bt_voice voice; in sco_sock_getsockopt() local
|
| /OK3568_Linux_fs/kernel/sound/isa/sb/ |
| H A D | emu8000_callback.c | 158 int voice; in get_voice() member
|
| /OK3568_Linux_fs/kernel/sound/isa/gus/ |
| H A D | gus_io.c | 433 int voice, ctrl; in snd_gf1_print_voice_registers() local
|
| /OK3568_Linux_fs/kernel/sound/pci/trident/ |
| H A D | trident.h | 332 struct snd_trident_voice *voice; /* active voice */ member
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | gus.h | 436 static inline void snd_gf1_select_voice(struct snd_gus_card * gus, int voice) in snd_gf1_select_voice()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_debug.c | 4666 u8 state = 0, voice = 0; in proc_get_rf4ce_state() local 4694 u8 voice; in proc_set_rf4ce_state() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/ |
| H A D | hal_btc.h | 541 u8 voice: 1; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/ |
| H A D | hal_btc.h | 541 u8 voice: 1; member
|