/* SPDX-License-Identifier: GPL-2.0 */
/*
Aureal Vortex Soundcard driver.
IO addr collected from asp4core.vxd:
function address
0005D5A0 13004
00080674 14004
00080AFF 12818
*/
#define CHIP_AU8820
#define CARD_NAME "Aureal Vortex"
#define CARD_NAME_SHORT "au8820"
/* Number of ADB and WT channels */
#define NR_ADB 0 x10
#define NR_WT 0 x20
#define NR_SRC 0 x10
#define NR_A3D 0 x00
#define NR_MIXIN 0 x10
#define NR_MIXOUT 0 x10
/* ADBDMA */
#define VORTEX_ADBDMA_STAT 0 x105c0 /* read only, subbuffer, DMA pos */
#define POS_MASK 0 x00000fff
#define POS_SHIFT 0 x0
#define ADB_SUBBUF_MASK 0 x00003000 /* ADB only. */
#define ADB_SUBBUF_SHIFT 0 xc /* ADB only. */
#define VORTEX_ADBDMA_CTRL 0 x10580 /* write only, format, flags, DMA pos */
#define OFFSET_MASK 0 x00000fff
#define OFFSET_SHIFT 0 x0
#define IE_MASK 0 x00001000 /* interrupt enable. */
#define IE_SHIFT 0 xc
#define DIR_MASK 0 x00002000 /* Direction. */
#define DIR_SHIFT 0 xd
#define FMT_MASK 0 x0003c000
#define FMT_SHIFT 0 xe
// The masks and shift also work for the wtdma, if not specified otherwise.
#define VORTEX_ADBDMA_BUFCFG0 0 x10400
#define VORTEX_ADBDMA_BUFCFG1 0 x10404
#define VORTEX_ADBDMA_BUFBASE 0 x10200
#define VORTEX_ADBDMA_START 0 x106c0 /* Which subbuffer starts */
#define VORTEX_ADBDMA_STATUS 0 x10600 /* stored at AdbDma->this_10 / 2 DWORD in size. */
/* ADB */
#define VORTEX_ADB_SR 0 x10a00 /* Samplerates enable/disable */
#define VORTEX_ADB_RTBASE 0 x10800
#define VORTEX_ADB_RTBASE_COUNT 103
#define VORTEX_ADB_CHNBASE 0 x1099c
#define VORTEX_ADB_CHNBASE_COUNT 22
#define ROUTE_MASK 0 x3fff
#define ADB_MASK 0 x7f
#define ADB_SHIFT 0 x7
//#define ADB_MIX_MASK 0xf
/* ADB address */
#define OFFSET_ADBDMA 0 x00
#define OFFSET_SRCOUT 0 x10 /* on channel 0x11 */
#define OFFSET_SRCIN 0 x10 /* on channel < 0x11 */
#define OFFSET_MIXOUT 0 x20 /* source */
#define OFFSET_MIXIN 0 x30 /* sink */
#define OFFSET_CODECIN 0 x48 /* ADB source */
#define OFFSET_CODECOUT 0 x58 /* ADB sink/target */
#define OFFSET_SPORTOUT 0 x60 /* sink */
#define OFFSET_SPORTIN 0 x50 /* source */
#define OFFSET_EFXOUT 0 x50 /* sink */
#define OFFSET_EFXIN 0 x40 /* source */
#define OFFSET_A3DOUT 0 x00 /* This card has no HRTF :( */
#define OFFSET_A3DIN 0 x00
#define OFFSET_WTOUT 0 x58 /* */
/* ADB route translate helper */
#define ADB_DMA(x) (x + OFFSET_ADBDMA)
#define ADB_SRCOUT(x) (x + OFFSET_SRCOUT)
#define ADB_SRCIN(x) (x + OFFSET_SRCIN)
#define ADB_MIXOUT(x) (x + OFFSET_MIXOUT)
#define ADB_MIXIN(x) (x + OFFSET_MIXIN)
#define ADB_CODECIN(x) (x + OFFSET_CODECIN)
#define ADB_CODECOUT(x) (x + OFFSET_CODECOUT)
#define ADB_SPORTOUT(x) (x + OFFSET_SPORTOUT)
#define ADB_SPORTIN(x) (x + OFFSET_SPORTIN) /* */
#define ADB_A3DOUT(x) (x + OFFSET_A3DOUT) /* 8 A3D blocks */
#define ADB_A3DIN(x) (x + OFFSET_A3DIN)
#define ADB_WTOUT(x,y) (y + OFFSET_WTOUT)
/* WTDMA */
#define VORTEX_WTDMA_CTRL 0 x10500 /* format, DMA pos */
#define VORTEX_WTDMA_STAT 0 x10500 /* DMA subbuf, DMA pos */
#define WT_SUBBUF_MASK (0 x3 << WT_SUBBUF_SHIFT)
#define WT_SUBBUF_SHIFT 0 x15
#define VORTEX_WTDMA_BUFBASE 0 x10000
#define VORTEX_WTDMA_BUFCFG0 0 x10300
#define VORTEX_WTDMA_BUFCFG1 0 x10304
#define VORTEX_WTDMA_START 0 x10640 /* which subbuffer is first */
#define VORTEX_WT_BASE 0 x9000
/* MIXER */
#define VORTEX_MIXER_SR 0 x9f00
#define VORTEX_MIXER_CLIP 0 x9f80
#define VORTEX_MIXER_CHNBASE 0 x9e40
#define VORTEX_MIXER_RTBASE 0 x9e00
#define MIXER_RTBASE_SIZE 0 x26
#define VORTEX_MIX_ENIN 0 x9a00 /* Input enable bits. 4 bits wide. */
#define VORTEX_MIX_SMP 0 x9c00
/* MIX */
#define VORTEX_MIX_INVOL_A 0 x9000 /* in? */
#define VORTEX_MIX_INVOL_B 0 x8000 /* out? */
#define VORTEX_MIX_VOL_A 0 x9800
#define VORTEX_MIX_VOL_B 0 x8800
#define VOL_MIN 0 x80 /* Input volume when muted. */
#define VOL_MAX 0 x7f /* FIXME: Not confirmed! Just guessed. */
//#define MIX_OUTL 0xe
//#define MIX_OUTR 0xf
//#define MIX_INL 0xe
//#define MIX_INR 0xf
#define MIX_DEFIGAIN 0 x08 /* 0x8 => 6dB */
#define MIX_DEFOGAIN 0 x08
/* SRC */
#define VORTEX_SRCBLOCK_SR 0 xccc0
#define VORTEX_SRC_CHNBASE 0 xcc40
#define VORTEX_SRC_RTBASE 0 xcc00
#define VORTEX_SRC_SOURCE 0 xccc4
#define VORTEX_SRC_SOURCESIZE 0 xccc8
#define VORTEX_SRC_U0 0 xce00
#define VORTEX_SRC_DRIFT0 0 xce80
#define VORTEX_SRC_DRIFT1 0 xcec0
#define VORTEX_SRC_U1 0 xcf00
#define VORTEX_SRC_DRIFT2 0 xcf40
#define VORTEX_SRC_U2 0 xcf80
#define VORTEX_SRC_DATA 0 xc800
#define VORTEX_SRC_DATA0 0 xc000
#define VORTEX_SRC_CONVRATIO 0 xce40
//#define SRC_RATIO(x) ((((x<<15)/48000) + 1)/2) /* Playback */
//#define SRC_RATIO2(x) ((((48000<<15)/x) + 1)/2) /* Recording */
/* FIFO */
#define VORTEX_FIFO_ADBCTRL 0 xf800 /* Control bits. */
#define VORTEX_FIFO_WTCTRL 0 xf840
#define FIFO_RDONLY 0 x00000001
#define FIFO_CTRL 0 x00000002 /* Allow ctrl. ? */
#define FIFO_VALID 0 x00000010
#define FIFO_EMPTY 0 x00000020
#define FIFO_U0 0 x00001000 /* Unknown. */
#define FIFO_U1 0 x00010000
#define FIFO_SIZE_BITS 5
#define FIFO_SIZE (1 <<FIFO_SIZE_BITS) // 0x20
#define FIFO_MASK (FIFO_SIZE-1 ) //0x1f /* at shift left 0xc */
#define VORTEX_FIFO_ADBDATA 0 xe000
#define VORTEX_FIFO_WTDATA 0 xe800
/* CODEC */
#define VORTEX_CODEC_CTRL 0 x11984
#define VORTEX_CODEC_EN 0 x11990
#define EN_CODEC 0 x00000300
#define EN_SPORT 0 x00030000
#define EN_SPDIF 0 x000c0000
#define VORTEX_CODEC_CHN 0 x11880
#define VORTEX_CODEC_IO 0 x11988
#define VORTEX_SPDIF_FLAGS 0 x1005c /* FIXME */
#define VORTEX_SPDIF_CFG0 0 x119D0
#define VORTEX_SPDIF_CFG1 0 x119D4
#define VORTEX_SPDIF_SMPRATE 0 x11994
/* Sample timer */
#define VORTEX_SMP_TIME 0 x11998
/* IRQ */
#define VORTEX_IRQ_SOURCE 0 x12800 /* Interrupt source flags. */
#define VORTEX_IRQ_CTRL 0 x12804 /* Interrupt source mask. */
#define VORTEX_STAT 0 x12808 /* ?? */
#define VORTEX_CTRL 0 x1280c
#define CTRL_MIDI_EN 0 x00000001
#define CTRL_MIDI_PORT 0 x00000060
#define CTRL_GAME_EN 0 x00000008
#define CTRL_GAME_PORT 0 x00000e00
#define CTRL_IRQ_ENABLE 0 x4000
/* write: Timer period config / read: TIMER IRQ ack. */
#define VORTEX_IRQ_STAT 0 x1199c
/* DMA */
#define VORTEX_DMA_BUFFER 0 x10200
#define VORTEX_ENGINE_CTRL 0 x1060c
#define ENGINE_INIT 0 x0L
/* MIDI *//* GAME. */
#define VORTEX_MIDI_DATA 0 x11000
#define VORTEX_MIDI_CMD 0 x11004 /* Write command / Read status */
#define VORTEX_GAME_LEGACY 0 x11008
#define VORTEX_CTRL2 0 x1100c
#define CTRL2_GAME_ADCMODE 0 x40
#define VORTEX_GAME_AXIS 0 x11010
#define AXIS_SIZE 4
#define AXIS_RANGE 0 x1fff
Messung V0.5 in Prozent C=60 H=94 G=78
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet am 2026-06-08)
¤
*© Formatika GbR, Deutschland