Go to the documentation of this file. 1 #ifndef __SOUND_EMU8000_H
2 #define __SOUND_EMU8000_H
30 #define EMU8000_MAX_DRAM (28 * 1024 * 1024)
31 #define EMU8000_DRAM_OFFSET 0x200000
32 #define EMU8000_CHANNELS 32
33 #define EMU8000_DRAM_VOICES 30
36 #define EMU8000_RAM_READ 0
37 #define EMU8000_RAM_WRITE 1
38 #define EMU8000_RAM_CLOSE 2
39 #define EMU8000_RAM_MODE_MASK 0x03
40 #define EMU8000_RAM_RIGHT 0x10
97 #define SNDRV_SEQ_DEV_ID_EMU8000 "emu8000-synth"