Home
last modified time | relevance | path

Searched refs:ctlcmds (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/pci/ali5451/
H A Dali5451.c988 unsigned int ctlcmds[4]; in snd_ali_write_voice_regs() local
992 ctlcmds[0] = (CSO << 16) | (ALPHA_FMS & 0x0000ffff); in snd_ali_write_voice_regs()
993 ctlcmds[1] = LBA; in snd_ali_write_voice_regs()
994 ctlcmds[2] = (ESO << 16) | (DELTA & 0x0ffff); in snd_ali_write_voice_regs()
995 ctlcmds[3] = (GVSEL << 31) | in snd_ali_write_voice_regs()
1003 outl(ctlcmds[0], ALI_REG(codec, ALI_CSO_ALPHA_FMS)); in snd_ali_write_voice_regs()
1004 outl(ctlcmds[1], ALI_REG(codec, ALI_LBA)); in snd_ali_write_voice_regs()
1005 outl(ctlcmds[2], ALI_REG(codec, ALI_ESO_DELTA)); in snd_ali_write_voice_regs()
1006 outl(ctlcmds[3], ALI_REG(codec, ALI_GVSEL_PAN_VOC_CTRL_EC)); in snd_ali_write_voice_regs()