Searched defs:voice (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c260 emu10k_write_routing(emu10k_devc_t *devc, int voice, unsigned char *routing) argument
272 emu10k_write_reg(devc, SRDA, voice, srda);
278 emu10k_write_reg(devc, FXRT, voice, fxrt);
293 emu10k_update_output_volume(emu10k_portc_t *portc, int voice, int chn) argument
300 * Each voice operator of EMU10k has 4 sends (0=left, 1=right,
306 * Boomer uses multiple voice pairs to play multichannel
314 /* Analog voice */
321 tmp = emu10k_read_reg(devc, PTAB, voice) & 0xffff0000;
322 emu10k_write_reg(devc, PTAB, voice, tmp | (send[0] << 8) | send[1]);
326 emu10k_setup_voice(emu10k_portc_t *portc, int voice, in argument
498 emu10k_set_loop_stop(emu10k_devc_t *devc, int voice, int s) argument
596 emu10k_prepare_voice(emu10k_devc_t *devc, int voice) argument
628 emu10k_stop_voice(emu10k_devc_t *devc, int voice) argument
639 emu10k_reset_pair(emu10k_portc_t *portc, int voice, uint8_t *routing, int buf_offset) argument
1045 emu10k_init_voice(emu10k_devc_t *devc, int voice) argument
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h404 struct voice { struct in union:cistpl_funce_t::__anon6848
407 uint32_t sr[16]; /* voice sampling rates (*100) */
409 uint32_t ss[16]; /* voice sample sizes (*10) */
411 uint32_t sc[16]; /* voice compression methods */
412 } voice; member in union:cistpl_funce_t::__anon6848
429 #define TPLFE_SUB_VOICE 4 /* voice services */
433 #define TPLFE_CAP_MODEM_VOICE 7 /* voice modem capabilities */
437 #define TPLFE_CAP_SERIAL_VOICE 10 /* serial port capabilities - voice */
516 #define TPLFE_FS_VOICEREQ 0x10 /* voice requests allowed */

Completed in 62 milliseconds