Searched refs:CSO (Results 1 - 3 of 3) sorted by last modified time

/linux-master/sound/pci/ali5451/
H A Dali5451.c976 unsigned int CSO,
990 ctlcmds[0] = (CSO << 16) | (ALPHA_FMS & 0x0000ffff);
973 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
/linux-master/sound/pci/trident/
H A Dtrident_main.c69 dev_dbg(trident->card->dev, "CSO: 0x%x\n", val >> 16);
79 dev_dbg(trident->card->dev, "CSO: 0x%x\n", val & 0x00ffffff);
451 regs[0] = (voice->CSO << 16) | ((voice->Alpha & 0x00000fff) << 4) |
459 regs[0] = (voice->CSO << 16) | ((voice->Alpha & 0x00000fff) << 4) |
467 regs[0] = (voice->Delta << 24) | (voice->CSO & 0x00ffffff);
505 Description: This routine will write the new CSO offset
510 CSO - new CSO value
516 unsigned int CSO)
518 voice->CSO
514 snd_trident_write_cso_reg(struct snd_trident * trident, struct snd_trident_voice * voice, unsigned int CSO) argument
[all...]
H A Dtrident.h273 unsigned int CSO; /* 24 bits (16 on DX) */ member in struct:snd_trident_voice
290 unsigned int negCSO; /* nonzero - use negative CSO */

Completed in 160 milliseconds