[alsa-devel] 20K1 PCI bars, and mode switching info.
James Courtier-Dutton
James at superbug.co.uk
Sun Oct 19 18:23:20 CEST 2008
James Courtier-Dutton wrote:
> To switch from UAA mode to 20K1 mode write each DW value: CTLX, CTL-,
> CTLF, CTLi
Here is the pseudo code:
WriteMemory((bar0 + 0x00003ffc),0x43544c58); // CTLX
WriteMemory((bar0 + 0x00003ffc),0x43544c2d); // CTL-
WriteMemory((bar0 + 0x00003ffc),0x43544c46); // CTLF
WriteMemory((bar0 + 0x00003ffc),0x43544c69); // CTLi
More information about the Alsa-devel
mailing list