All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Revell <rlrevell@joe-job.com>
To: alsa-devel <alsa-devel@lists.sourceforge.net>
Cc: James Courtier-Dutton <James@superbug.co.uk>
Subject: EMU1212m register dump
Date: Thu, 05 May 2005 12:24:13 -0400	[thread overview]
Message-ID: <1115310254.9901.42.camel@mindpipe> (raw)

[-- Attachment #1: Type: text/plain, Size: 1631 bytes --]

A Linux user with a 1212m allowed me to log in via ssh, and I loaded the
(patched - see my previous post) emu10k1 driver.  No sound, but it's
promising.  I played something with aplay and the bits showed up in the
cache data registers, but the wavetable synth seemed to fail silently
without allocating any voices.  Probably they disabled it (it's not
mentioned in the datasheet).

The IO registers confirm that it does not use the p16v chip - they
appear to have modified the emu10k2 core to run at 44.1, 48, 96, and 192
KHz.

I suspect that the ADCs might be wired to the mysterious "EMU32" ports,
rather than the EXTIN/EXTOUTs.  Probably the EXTIN/EXTOUTs are hardware
limited to 16 bit ADC connections.

1302 
1303 #define A_FXBUS(x)      (0x00 + (x))    /* x = 0x00 - 0x3f FX buses */
1304 #define A_EXTIN(x)      (0x40 + (x))    /* x = 0x00 - 0x0f physical ins */
1305 #define A_P16VIN(x)     (0x50 + (x))    /* x = 0x00 - 0x0f p16v ins (A2 only) "EMU32 inputs" */
1306 #define A_EXTOUT(x)     (0x60 + (x))    /* x = 0x00 - 0x1f physical outs -> A_FXWC1 0x79-7f unknown   */
1307 #define A_FXBUS2(x)     (0x80 + (x))    /* x = 0x00 - 0x1f extra outs used for EFX capture -> A_FXWC2 */
1308 #define A_EMU32OUTH(x)  (0xa0 + (x))    /* x = 0x00 - 0x0f "EMU32_OUT_10 - _1F" - ??? */
1309 #define A_EMU32OUTL(x)  (0xb0 + (x))    /* x = 0x00 - 0x0f "EMU32_OUT_1 - _F" - ??? */
1310 #define A_GPR(x)        (A_FXGPREGBASE + (x))
1311 

So, the next thing to try is to connect the FX buses to those EMU32 outs
and see what happens.

Anyway here's a dump of /proc/asound/1212m.

Jame, any news from EMU on a hardware sample? ;-)

Lee

[-- Attachment #2: 1212m-proc.tar.bz2 --]
[-- Type: application/x-bzip-compressed-tar, Size: 10301 bytes --]

             reply	other threads:[~2005-05-05 16:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-05 16:24 Lee Revell [this message]
2005-05-05 16:48 ` EMU1212m register dump James Courtier-Dutton

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=1115310254.9901.42.camel@mindpipe \
    --to=rlrevell@joe-job.com \
    --cc=James@superbug.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.