All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Courtier-Dutton <James@superbug.demon.co.uk>
To: alsa-devel@lists.sourceforge.net
Subject: Programming the unknow P16v chip on the Audigy2
Date: Fri, 28 May 2004 19:49:59 +0100	[thread overview]
Message-ID: <40B789D7.8060704@superbug.demon.co.uk> (raw)

The Audigy2 has lots of registers for the emu10k2 chip.
These are accessed by programming
#define PTR 0x00  /* Indexed register set pointer register        */
                   /* NOTE: The CHANNELNUM and ADDRESS words can   */
                   /* be modified independently of each other.     */
#define DATA 0x04 /* Indexed register set data register           */

Basically, one writes the register address to PTR, and then read or 
write to DATA.

On the Audigy2 there is a similar setup for 0x20 and 0x24. I suspect 
that this is used to program the p16v chip.

Had anyone looked into those registers, and tried to guess what they do ?

I might give it a go, once I finish the Audigy LS driver.

Cheers
James


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click

             reply	other threads:[~2004-05-28 18:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-28 18:49 James Courtier-Dutton [this message]
2004-06-01 20:15 ` Programming the unknow P16v chip on the Audigy2 Thomas Witzel

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=40B789D7.8060704@superbug.demon.co.uk \
    --to=james@superbug.demon.co.uk \
    --cc=alsa-devel@lists.sourceforge.net \
    /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.