All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Courtier-Dutton <James@superbug.co.uk>
To: ALSA development <alsa-devel@alsa-project.org>
Subject: Re: 20K1 PCI bars, and mode switching info.
Date: Sun, 19 Oct 2008 17:23:20 +0100	[thread overview]
Message-ID: <48FB5EF8.10505@superbug.co.uk> (raw)
In-Reply-To: <48FB5B2C.3030008@superbug.co.uk>

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

  reply	other threads:[~2008-10-19 16:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-19 16:07 20K1 PCI bars, and mode switching info James Courtier-Dutton
2008-10-19 16:23 ` James Courtier-Dutton [this message]
2008-10-19 18:17 ` Vedran Miletić
2008-10-20  5:55   ` Takashi Iwai
     [not found] ` <fd3eb9bf0810191116i549d5995ke05193a1344f6594@mail.gmail.com>
2008-10-19 19:18   ` James Courtier-Dutton
2008-10-20  5:54     ` Takashi Iwai
2008-10-20  8:02 ` Takashi Iwai
2008-10-20 18:34   ` James Courtier-Dutton
2008-10-20 19:33     ` Takashi Iwai
2008-10-21 19:39       ` James Courtier-Dutton
2008-10-22  5:50         ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48FB5EF8.10505@superbug.co.uk \
    --to=james@superbug.co.uk \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.