Searched refs:CSO (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_synth.c272 voice->CSO = start_offset - loop_start;
275 voice->CSO = loop_start - start_offset;
281 voice->CSO = sample_start;
291 /* set CSO sign */
429 voice->CSO = 0;
438 outb((voice->CSO >> 16), TRID_REG(trident, CH_NX_DELTA_CSO + 2));
439 outw((voice->CSO & 0xffff), TRID_REG(trident, CH_NX_DELTA_CSO));
442 outw((voice->CSO & 0xffff), TRID_REG(trident, CH_DX_CSO_ALPHA_FMS + 2));
466 voice->CSO = (position - simple->loop_start) >> 4;
469 voice->CSO
[all...]
H A Dtrident_main.c424 regs[0] = (voice->CSO << 16) | ((voice->Alpha & 0x00000fff) << 4) |
432 regs[0] = (voice->CSO << 16) | ((voice->Alpha & 0x00000fff) << 4) |
440 regs[0] = (voice->Delta << 24) | (voice->CSO & 0x00ffffff);
465 Description: This routine will write the new CSO offset
470 CSO - new CSO value
476 unsigned int CSO)
478 voice->CSO = CSO;
481 outw(voice->CSO, TRID_RE
474 snd_trident_write_cso_reg(struct snd_trident * trident, struct snd_trident_voice * voice, unsigned int CSO) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dtrident.h307 unsigned int CSO; /* 24 bits (16 on DX) */ member in struct:snd_trident_voice
324 unsigned int negCSO; /* nonzero - use negative CSO */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ali5451/
H A Dali5451.c1046 unsigned int CSO,
1060 ctlcmds[0] = (CSO << 16) | (ALPHA_FMS & 0x0000ffff);
1043 snd_ali_write_voice_regs(struct snd_ali *codec, unsigned int Channel, unsigned int LBA, unsigned int CSO, unsigned int ESO, unsigned int DELTA, unsigned int ALPHA_FMS, unsigned int GVSEL, unsigned int PAN, unsigned int VOL, unsigned int CTRL, unsigned int EC) argument

Completed in 110 milliseconds