  <?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.alsa-project.org/main/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Oliver</id>
	<title>AlsaProject - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.alsa-project.org/main/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Oliver"/>
	<link rel="alternate" type="text/html" href="https://www.alsa-project.org/wiki/Special:Contributions/Oliver"/>
	<updated>2026-04-24T13:29:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.0</generator>
	<entry>
		<id>https://www.alsa-project.org/main/index.php?title=Matrix:Module-emu10k1&amp;diff=6638</id>
		<title>Matrix:Module-emu10k1</title>
		<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Matrix:Module-emu10k1&amp;diff=6638"/>
		<updated>2013-04-26T21:36:09Z</updated>

		<summary type="html">&lt;p&gt;Oliver: /* General driver status */ Adding some hint fot the 64 bit soundfont bug&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
|__TOC__&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Card specific information==&lt;br /&gt;
===General driver status===&lt;br /&gt;
Last updated: 11-11-2006&lt;br /&gt;
&lt;br /&gt;
To test support for the E-Mu cards, one also need the alsa-firmware package.&lt;br /&gt;
&lt;br /&gt;
Small update for those interested. I am the developer currently working on writing a Linux ALSA driver for the:&lt;br /&gt;
&lt;br /&gt;
* EMU 1212m (both old and new versions should work)&lt;br /&gt;
* EMU 1820m (both old and new versions should work)&lt;br /&gt;
* 1616M PCI&lt;br /&gt;
* 02 CardBus Card&lt;br /&gt;
* 0404 PCI&lt;br /&gt;
&lt;br /&gt;
Other EMU hardware samples (sound cards) have arrived, so one might expect support in the future for:&lt;br /&gt;
* 0404 USB 2.0&lt;br /&gt;
* 0202 USB 2.0&lt;br /&gt;
&lt;br /&gt;
The first version of the driver for 1212m and 1820m is now out there in kernel 2.6.19 or alsa-driver 1.0.14.&lt;br /&gt;
If one is adventurous, one can check out the HG repository and have improved features and support for the other PCI cards.&lt;br /&gt;
These features will be out in kernel 2.6.23 or alsa-driver 1.0.15&lt;br /&gt;
&lt;br /&gt;
Not all features are supported yet, but I would welcome some people testing the features it currently has.&lt;br /&gt;
Please note, this driver has been written in my free time, with no financial support from E-MU except donation of the sound cards and a useful datasheet. I welcome constructive feedback.&lt;br /&gt;
&lt;br /&gt;
What should work:&lt;br /&gt;
# 44.1kHz and 48kHz are currently supported.&lt;br /&gt;
# Playback to ALSA devices at 16bit:&lt;br /&gt;
#* front&lt;br /&gt;
#* rear&lt;br /&gt;
#* center_lfe&lt;br /&gt;
#* side&lt;br /&gt;
#* surround40&lt;br /&gt;
#* surround51&lt;br /&gt;
#* surround71&lt;br /&gt;
# That playback or ALSA devices arrives in DSP channels 0-7. One can then select with alsamixer which actual physical output one wished  the sound to come from. It loads with mostly sensible defaults.&lt;br /&gt;
# Stereo 16bit sound capture with the default device&lt;br /&gt;
# 8-channel 24bit (S32_LE) in-phase capture suitable for use with jackd/ardour.&lt;br /&gt;
# 8-channel 24bit (S32_LE) in-phase playback suitable for use with jackd/ardour. Note: This has not been tested yet, so might not work very well.&lt;br /&gt;
# Switches to enable PADS (attenuation) to the inputs and outputs.&lt;br /&gt;
# ADAT/SPDIF (need people to test this for me)&lt;br /&gt;
&lt;br /&gt;
What is not yet supported:&lt;br /&gt;
# Any rate apart from 44.1 and 48kHz. (I know how to do it, I just need time to implement support for it. Fairly big task.)&lt;br /&gt;
# A patchmix type application. (I really need help here)&lt;br /&gt;
# sync card. (need people to test this for me)&lt;br /&gt;
# loading large soundfonts on an 64 Bit OS and computer with more than 4 GB installed RAM. See the section &amp;quot;Audigy 2&amp;quot; for a workaround&lt;br /&gt;
# Anything else not mentioned above. :-)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cheers&lt;br /&gt;
&lt;br /&gt;
James&lt;br /&gt;
[https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=emu original]&lt;br /&gt;
&lt;br /&gt;
===Audigy 2 Platinum EX ===&lt;br /&gt;
Infrared remote control and MIDI in/out on Audigy 2 ZS pro and Audigy 4 pro.&lt;br /&gt;
&lt;br /&gt;
There is an issue with the Audigy 2 Platinum Ex soundcard and the Audigy 4 pro (and probably some other Audigy 2 cards as well), whereas the IR sensor, MIDI and the buttons on the LiveDrive do NOT work at all until the LiveDrive is initialized by sending the sequence of '0xf0, 0x00, 0x20, 0x21, 0x61, 0x0, 0x00, 0x00, 0x7f, 0x0, 0xf7' to the MIDI port. Before doing this, even the LED on the LiveDrive won't blink, as it usually does when a button on the remote is pressed. As far as I know, this behaviour is different than with most LiveDrives manufactured by Creative. For more information see this link. The easiest workaround to this is to add the following line to /etc/modules.conf&lt;br /&gt;
&lt;br /&gt;
post-install snd-emu10k1&lt;br /&gt;
 &lt;br /&gt;
echo -e '\360\000\040\041\141\000\000\000\177\000\367' &amp;gt; /dev/snd/midiC0D1&lt;br /&gt;
&lt;br /&gt;
If it doesn't work, try&lt;br /&gt;
&lt;br /&gt;
echo -en &amp;quot;\xf0\x00\x20\x21\x61\x00\x00\x00\x7f\x00\xf7&amp;quot; &amp;gt; /dev/snd/midiC0D1&lt;br /&gt;
&lt;br /&gt;
It works for me and it should be distribution-independent (with exception to Debian, where you change /etc/modutils/alsa and run update-modules afterwards, Debian users will know anyway). &lt;br /&gt;
&lt;br /&gt;
=== Audigy 2 ===&lt;br /&gt;
&lt;br /&gt;
The soundcard has a '''hardware bug''' (the address bus is only 31 Bit wide, instead of 32 Bit) that makes it impossible to load and address large soundfont2 files on an '''64 Bit Kernel''' and more than 4 GB RAM above the 2 GB Address memory space.&lt;br /&gt;
But a workaround does exist:&lt;br /&gt;
&lt;br /&gt;
First, one needs to identify one's sound card.&lt;br /&gt;
Open a terminal windows and type:&lt;br /&gt;
 cat /proc/asound/cards&lt;br /&gt;
&lt;br /&gt;
This has been tested with the following cards:&lt;br /&gt;
 0 [Audigy2        ]: Audigy2 - SB Audigy 2 Platinum [SB0240P]&lt;br /&gt;
                      SB Audigy 2 Platinum [SB0240P] (rev.4, serial:0x10021102) &lt;br /&gt;
&lt;br /&gt;
Then reboot the OS and press &amp;quot;e&amp;quot; when grub is loading.&lt;br /&gt;
In grub's edit menu search for the word &amp;quot;splash&amp;quot; and then add after this word the following option &lt;br /&gt;
 memmap=2048M\\$6144M&lt;br /&gt;
&lt;br /&gt;
Then continue booting the kernel.&lt;br /&gt;
This kernel option will limit your Hardware RAM for this session your OS can use to about 2-4 GB which leads to a solution for the Audigy 2 which now will be able to load large soundfont files&lt;br /&gt;
in the now limited 2 GB address space of your RAM.&lt;br /&gt;
This setting will be lost after reboot. To add a permanent solution edit your grub menu config file.&lt;br /&gt;
&lt;br /&gt;
An alternative to this solution would be using an 32 Bit Kernel, instead of an 64 Bit Kernel.&lt;br /&gt;
&lt;br /&gt;
===Audigy 2 ZS Notebook.===&lt;br /&gt;
&lt;br /&gt;
Status of current ALSA hg repository support:&lt;br /&gt;
changeset: 4743:5282de1ad7ef (or alsa-driver 1.0.14)&lt;br /&gt;
&lt;br /&gt;
Supported:&lt;br /&gt;
# 7.1 Sound analog playback&lt;br /&gt;
# Sound capture from Mic/Line in. (newly added)&lt;br /&gt;
# Digital PCM out&lt;br /&gt;
Not yet supported:&lt;br /&gt;
# Digital AC3 out (requires implementation of the p17v PCMs)&lt;br /&gt;
# Digital input&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For older alsa-driver 1.0.13&lt;br /&gt;
Supported:&lt;br /&gt;
# 7.1 Sound analog playback&lt;br /&gt;
# Digital PCM out&lt;br /&gt;
Not supported:&lt;br /&gt;
# Digital AC3 out&lt;br /&gt;
# Digital input&lt;br /&gt;
# Sound capture from Mic/Line in.&lt;br /&gt;
&lt;br /&gt;
[https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=Audigy2 original]&lt;br /&gt;
&lt;br /&gt;
===Audigy4 capture===&lt;br /&gt;
First, one needs to identify one's sound card.&lt;br /&gt;
Open a terminal windows and type:&lt;br /&gt;
 cat /proc/asound/cards&lt;br /&gt;
&lt;br /&gt;
This has been tested with the following cards:&lt;br /&gt;
 0 [Audigy2 ]: Audigy2 - Audigy 4 [SB0610]&lt;br /&gt;
 Audigy 4 [SB0610] (rev.0, serial:0x10211102) at 0x9400, irq 201&lt;br /&gt;
This note applies only to the SB0610 and may or may not work for other Audigy 4 cards.&lt;br /&gt;
&lt;br /&gt;
The controls that have been tested and verified are:&lt;br /&gt;
Mic and Line-in.&lt;br /&gt;
In order to get sound capture working, set the following controls as they affect both Mic and Line-in:&lt;br /&gt;
On the alsamixer Capture display:&lt;br /&gt;
# Master -&amp;gt; 100% or 0dB (affects both analog and digital capture sources)&lt;br /&gt;
# Analog Mix -&amp;gt; 100% or 0dB (affects only analog sources)&lt;br /&gt;
&lt;br /&gt;
Controls that affect Mic input:&lt;br /&gt;
On the alsamixer Playback display:&lt;br /&gt;
(these will eventually appear on the capture display once developers add the feature):&lt;br /&gt;
# Mic boost (If you need +20dB boost)&lt;br /&gt;
# Mic Select -&amp;gt; Mic1&lt;br /&gt;
On the alsamixer Capture display:&lt;br /&gt;
# Mic -&amp;gt; 100%&lt;br /&gt;
&lt;br /&gt;
Controls that affect Line-in input:&lt;br /&gt;
1) Line -&amp;gt; 100% or +12dB&lt;br /&gt;
&lt;br /&gt;
[https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=audigy4capture original]&lt;br /&gt;
&lt;br /&gt;
{{Template:Modinfo&lt;br /&gt;
|module=emu10k1&lt;br /&gt;
|description=EMU10K1&lt;br /&gt;
|author=Jaroslav Kysela&lt;br /&gt;
|index:Index value for the EMU10K1 soundcard. (array of int)&lt;br /&gt;
|id:ID string for the EMU10K1 soundcard. (array of charp)&lt;br /&gt;
|enable:Enable the EMU10K1 soundcard. (array of bool)&lt;br /&gt;
|extin:Available external inputs for FX8010. Zero=default. (array of int)&lt;br /&gt;
|extout:Available external outputs for FX8010. Zero=default. (array of int)&lt;br /&gt;
|seq_ports:Allocated sequencer ports for internal synthesizer. (array of int)&lt;br /&gt;
|max_synth_voices:Maximum number of voices for WaveTable. (array of int)&lt;br /&gt;
|max_buffer_size:Maximum sample buffer size in MB. (array of int)&lt;br /&gt;
|enable_ir:Enable IR. (array of bool)&lt;br /&gt;
|subsystem:Force card subsystem model. (array of uint)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Matrix:Soundcard|name=Creative EMU based|module=emu10k1}}&lt;/div&gt;</summary>
		<author><name>Oliver</name></author>
	</entry>
	<entry>
		<id>https://www.alsa-project.org/main/index.php?title=Matrix:Module-emu10k1&amp;diff=6637</id>
		<title>Matrix:Module-emu10k1</title>
		<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Matrix:Module-emu10k1&amp;diff=6637"/>
		<updated>2013-04-26T21:34:09Z</updated>

		<summary type="html">&lt;p&gt;Oliver: /* Audigy 2 */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
|__TOC__&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Card specific information==&lt;br /&gt;
===General driver status===&lt;br /&gt;
Last updated: 11-11-2006&lt;br /&gt;
&lt;br /&gt;
To test support for the E-Mu cards, one also need the alsa-firmware package.&lt;br /&gt;
&lt;br /&gt;
Small update for those interested. I am the developer currently working on writing a Linux ALSA driver for the:&lt;br /&gt;
&lt;br /&gt;
* EMU 1212m (both old and new versions should work)&lt;br /&gt;
* EMU 1820m (both old and new versions should work)&lt;br /&gt;
* 1616M PCI&lt;br /&gt;
* 02 CardBus Card&lt;br /&gt;
* 0404 PCI&lt;br /&gt;
&lt;br /&gt;
Other EMU hardware samples (sound cards) have arrived, so one might expect support in the future for:&lt;br /&gt;
* 0404 USB 2.0&lt;br /&gt;
* 0202 USB 2.0&lt;br /&gt;
&lt;br /&gt;
The first version of the driver for 1212m and 1820m is now out there in kernel 2.6.19 or alsa-driver 1.0.14.&lt;br /&gt;
If one is adventurous, one can check out the HG repository and have improved features and support for the other PCI cards.&lt;br /&gt;
These features will be out in kernel 2.6.23 or alsa-driver 1.0.15&lt;br /&gt;
&lt;br /&gt;
Not all features are supported yet, but I would welcome some people testing the features it currently has.&lt;br /&gt;
Please note, this driver has been written in my free time, with no financial support from E-MU except donation of the sound cards and a useful datasheet. I welcome constructive feedback.&lt;br /&gt;
&lt;br /&gt;
What should work:&lt;br /&gt;
# 44.1kHz and 48kHz are currently supported.&lt;br /&gt;
# Playback to ALSA devices at 16bit:&lt;br /&gt;
#* front&lt;br /&gt;
#* rear&lt;br /&gt;
#* center_lfe&lt;br /&gt;
#* side&lt;br /&gt;
#* surround40&lt;br /&gt;
#* surround51&lt;br /&gt;
#* surround71&lt;br /&gt;
# That playback or ALSA devices arrives in DSP channels 0-7. One can then select with alsamixer which actual physical output one wished  the sound to come from. It loads with mostly sensible defaults.&lt;br /&gt;
# Stereo 16bit sound capture with the default device&lt;br /&gt;
# 8-channel 24bit (S32_LE) in-phase capture suitable for use with jackd/ardour.&lt;br /&gt;
# 8-channel 24bit (S32_LE) in-phase playback suitable for use with jackd/ardour. Note: This has not been tested yet, so might not work very well.&lt;br /&gt;
# Switches to enable PADS (attenuation) to the inputs and outputs.&lt;br /&gt;
# ADAT/SPDIF (need people to test this for me)&lt;br /&gt;
&lt;br /&gt;
What is not yet supported:&lt;br /&gt;
# Any rate apart from 44.1 and 48kHz. (I know how to do it, I just need time to implement support for it. Fairly big task.)&lt;br /&gt;
# A patchmix type application. (I really need help here)&lt;br /&gt;
# sync card. (need people to test this for me)&lt;br /&gt;
# Anything else not mentioned above. :-)&lt;br /&gt;
&lt;br /&gt;
Cheers&lt;br /&gt;
&lt;br /&gt;
James&lt;br /&gt;
[https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=emu original]&lt;br /&gt;
&lt;br /&gt;
===Audigy 2 Platinum EX ===&lt;br /&gt;
Infrared remote control and MIDI in/out on Audigy 2 ZS pro and Audigy 4 pro.&lt;br /&gt;
&lt;br /&gt;
There is an issue with the Audigy 2 Platinum Ex soundcard and the Audigy 4 pro (and probably some other Audigy 2 cards as well), whereas the IR sensor, MIDI and the buttons on the LiveDrive do NOT work at all until the LiveDrive is initialized by sending the sequence of '0xf0, 0x00, 0x20, 0x21, 0x61, 0x0, 0x00, 0x00, 0x7f, 0x0, 0xf7' to the MIDI port. Before doing this, even the LED on the LiveDrive won't blink, as it usually does when a button on the remote is pressed. As far as I know, this behaviour is different than with most LiveDrives manufactured by Creative. For more information see this link. The easiest workaround to this is to add the following line to /etc/modules.conf&lt;br /&gt;
&lt;br /&gt;
post-install snd-emu10k1&lt;br /&gt;
 &lt;br /&gt;
echo -e '\360\000\040\041\141\000\000\000\177\000\367' &amp;gt; /dev/snd/midiC0D1&lt;br /&gt;
&lt;br /&gt;
If it doesn't work, try&lt;br /&gt;
&lt;br /&gt;
echo -en &amp;quot;\xf0\x00\x20\x21\x61\x00\x00\x00\x7f\x00\xf7&amp;quot; &amp;gt; /dev/snd/midiC0D1&lt;br /&gt;
&lt;br /&gt;
It works for me and it should be distribution-independent (with exception to Debian, where you change /etc/modutils/alsa and run update-modules afterwards, Debian users will know anyway). &lt;br /&gt;
&lt;br /&gt;
=== Audigy 2 ===&lt;br /&gt;
&lt;br /&gt;
The soundcard has a '''hardware bug''' (the address bus is only 31 Bit wide, instead of 32 Bit) that makes it impossible to load and address large soundfont2 files on an '''64 Bit Kernel''' and more than 4 GB RAM above the 2 GB Address memory space.&lt;br /&gt;
But a workaround does exist:&lt;br /&gt;
&lt;br /&gt;
First, one needs to identify one's sound card.&lt;br /&gt;
Open a terminal windows and type:&lt;br /&gt;
 cat /proc/asound/cards&lt;br /&gt;
&lt;br /&gt;
This has been tested with the following cards:&lt;br /&gt;
 0 [Audigy2        ]: Audigy2 - SB Audigy 2 Platinum [SB0240P]&lt;br /&gt;
                      SB Audigy 2 Platinum [SB0240P] (rev.4, serial:0x10021102) &lt;br /&gt;
&lt;br /&gt;
Then reboot the OS and press &amp;quot;e&amp;quot; when grub is loading.&lt;br /&gt;
In grub's edit menu search for the word &amp;quot;splash&amp;quot; and then add after this word the following option &lt;br /&gt;
 memmap=2048M\\$6144M&lt;br /&gt;
&lt;br /&gt;
Then continue booting the kernel.&lt;br /&gt;
This kernel option will limit your Hardware RAM for this session your OS can use to about 2-4 GB which leads to a solution for the Audigy 2 which now will be able to load large soundfont files&lt;br /&gt;
in the now limited 2 GB address space of your RAM.&lt;br /&gt;
This setting will be lost after reboot. To add a permanent solution edit your grub menu config file.&lt;br /&gt;
&lt;br /&gt;
An alternative to this solution would be using an 32 Bit Kernel, instead of an 64 Bit Kernel.&lt;br /&gt;
&lt;br /&gt;
===Audigy 2 ZS Notebook.===&lt;br /&gt;
&lt;br /&gt;
Status of current ALSA hg repository support:&lt;br /&gt;
changeset: 4743:5282de1ad7ef (or alsa-driver 1.0.14)&lt;br /&gt;
&lt;br /&gt;
Supported:&lt;br /&gt;
# 7.1 Sound analog playback&lt;br /&gt;
# Sound capture from Mic/Line in. (newly added)&lt;br /&gt;
# Digital PCM out&lt;br /&gt;
Not yet supported:&lt;br /&gt;
# Digital AC3 out (requires implementation of the p17v PCMs)&lt;br /&gt;
# Digital input&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For older alsa-driver 1.0.13&lt;br /&gt;
Supported:&lt;br /&gt;
# 7.1 Sound analog playback&lt;br /&gt;
# Digital PCM out&lt;br /&gt;
Not supported:&lt;br /&gt;
# Digital AC3 out&lt;br /&gt;
# Digital input&lt;br /&gt;
# Sound capture from Mic/Line in.&lt;br /&gt;
&lt;br /&gt;
[https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=Audigy2 original]&lt;br /&gt;
&lt;br /&gt;
===Audigy4 capture===&lt;br /&gt;
First, one needs to identify one's sound card.&lt;br /&gt;
Open a terminal windows and type:&lt;br /&gt;
 cat /proc/asound/cards&lt;br /&gt;
&lt;br /&gt;
This has been tested with the following cards:&lt;br /&gt;
 0 [Audigy2 ]: Audigy2 - Audigy 4 [SB0610]&lt;br /&gt;
 Audigy 4 [SB0610] (rev.0, serial:0x10211102) at 0x9400, irq 201&lt;br /&gt;
This note applies only to the SB0610 and may or may not work for other Audigy 4 cards.&lt;br /&gt;
&lt;br /&gt;
The controls that have been tested and verified are:&lt;br /&gt;
Mic and Line-in.&lt;br /&gt;
In order to get sound capture working, set the following controls as they affect both Mic and Line-in:&lt;br /&gt;
On the alsamixer Capture display:&lt;br /&gt;
# Master -&amp;gt; 100% or 0dB (affects both analog and digital capture sources)&lt;br /&gt;
# Analog Mix -&amp;gt; 100% or 0dB (affects only analog sources)&lt;br /&gt;
&lt;br /&gt;
Controls that affect Mic input:&lt;br /&gt;
On the alsamixer Playback display:&lt;br /&gt;
(these will eventually appear on the capture display once developers add the feature):&lt;br /&gt;
# Mic boost (If you need +20dB boost)&lt;br /&gt;
# Mic Select -&amp;gt; Mic1&lt;br /&gt;
On the alsamixer Capture display:&lt;br /&gt;
# Mic -&amp;gt; 100%&lt;br /&gt;
&lt;br /&gt;
Controls that affect Line-in input:&lt;br /&gt;
1) Line -&amp;gt; 100% or +12dB&lt;br /&gt;
&lt;br /&gt;
[https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=audigy4capture original]&lt;br /&gt;
&lt;br /&gt;
{{Template:Modinfo&lt;br /&gt;
|module=emu10k1&lt;br /&gt;
|description=EMU10K1&lt;br /&gt;
|author=Jaroslav Kysela&lt;br /&gt;
|index:Index value for the EMU10K1 soundcard. (array of int)&lt;br /&gt;
|id:ID string for the EMU10K1 soundcard. (array of charp)&lt;br /&gt;
|enable:Enable the EMU10K1 soundcard. (array of bool)&lt;br /&gt;
|extin:Available external inputs for FX8010. Zero=default. (array of int)&lt;br /&gt;
|extout:Available external outputs for FX8010. Zero=default. (array of int)&lt;br /&gt;
|seq_ports:Allocated sequencer ports for internal synthesizer. (array of int)&lt;br /&gt;
|max_synth_voices:Maximum number of voices for WaveTable. (array of int)&lt;br /&gt;
|max_buffer_size:Maximum sample buffer size in MB. (array of int)&lt;br /&gt;
|enable_ir:Enable IR. (array of bool)&lt;br /&gt;
|subsystem:Force card subsystem model. (array of uint)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Matrix:Soundcard|name=Creative EMU based|module=emu10k1}}&lt;/div&gt;</summary>
		<author><name>Oliver</name></author>
	</entry>
	<entry>
		<id>https://www.alsa-project.org/main/index.php?title=Matrix:Module-emu10k1&amp;diff=6636</id>
		<title>Matrix:Module-emu10k1</title>
		<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Matrix:Module-emu10k1&amp;diff=6636"/>
		<updated>2013-04-26T21:32:24Z</updated>

		<summary type="html">&lt;p&gt;Oliver: /* Audigy 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
|__TOC__&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Card specific information==&lt;br /&gt;
===General driver status===&lt;br /&gt;
Last updated: 11-11-2006&lt;br /&gt;
&lt;br /&gt;
To test support for the E-Mu cards, one also need the alsa-firmware package.&lt;br /&gt;
&lt;br /&gt;
Small update for those interested. I am the developer currently working on writing a Linux ALSA driver for the:&lt;br /&gt;
&lt;br /&gt;
* EMU 1212m (both old and new versions should work)&lt;br /&gt;
* EMU 1820m (both old and new versions should work)&lt;br /&gt;
* 1616M PCI&lt;br /&gt;
* 02 CardBus Card&lt;br /&gt;
* 0404 PCI&lt;br /&gt;
&lt;br /&gt;
Other EMU hardware samples (sound cards) have arrived, so one might expect support in the future for:&lt;br /&gt;
* 0404 USB 2.0&lt;br /&gt;
* 0202 USB 2.0&lt;br /&gt;
&lt;br /&gt;
The first version of the driver for 1212m and 1820m is now out there in kernel 2.6.19 or alsa-driver 1.0.14.&lt;br /&gt;
If one is adventurous, one can check out the HG repository and have improved features and support for the other PCI cards.&lt;br /&gt;
These features will be out in kernel 2.6.23 or alsa-driver 1.0.15&lt;br /&gt;
&lt;br /&gt;
Not all features are supported yet, but I would welcome some people testing the features it currently has.&lt;br /&gt;
Please note, this driver has been written in my free time, with no financial support from E-MU except donation of the sound cards and a useful datasheet. I welcome constructive feedback.&lt;br /&gt;
&lt;br /&gt;
What should work:&lt;br /&gt;
# 44.1kHz and 48kHz are currently supported.&lt;br /&gt;
# Playback to ALSA devices at 16bit:&lt;br /&gt;
#* front&lt;br /&gt;
#* rear&lt;br /&gt;
#* center_lfe&lt;br /&gt;
#* side&lt;br /&gt;
#* surround40&lt;br /&gt;
#* surround51&lt;br /&gt;
#* surround71&lt;br /&gt;
# That playback or ALSA devices arrives in DSP channels 0-7. One can then select with alsamixer which actual physical output one wished  the sound to come from. It loads with mostly sensible defaults.&lt;br /&gt;
# Stereo 16bit sound capture with the default device&lt;br /&gt;
# 8-channel 24bit (S32_LE) in-phase capture suitable for use with jackd/ardour.&lt;br /&gt;
# 8-channel 24bit (S32_LE) in-phase playback suitable for use with jackd/ardour. Note: This has not been tested yet, so might not work very well.&lt;br /&gt;
# Switches to enable PADS (attenuation) to the inputs and outputs.&lt;br /&gt;
# ADAT/SPDIF (need people to test this for me)&lt;br /&gt;
&lt;br /&gt;
What is not yet supported:&lt;br /&gt;
# Any rate apart from 44.1 and 48kHz. (I know how to do it, I just need time to implement support for it. Fairly big task.)&lt;br /&gt;
# A patchmix type application. (I really need help here)&lt;br /&gt;
# sync card. (need people to test this for me)&lt;br /&gt;
# Anything else not mentioned above. :-)&lt;br /&gt;
&lt;br /&gt;
Cheers&lt;br /&gt;
&lt;br /&gt;
James&lt;br /&gt;
[https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=emu original]&lt;br /&gt;
&lt;br /&gt;
===Audigy 2 Platinum EX ===&lt;br /&gt;
Infrared remote control and MIDI in/out on Audigy 2 ZS pro and Audigy 4 pro.&lt;br /&gt;
&lt;br /&gt;
There is an issue with the Audigy 2 Platinum Ex soundcard and the Audigy 4 pro (and probably some other Audigy 2 cards as well), whereas the IR sensor, MIDI and the buttons on the LiveDrive do NOT work at all until the LiveDrive is initialized by sending the sequence of '0xf0, 0x00, 0x20, 0x21, 0x61, 0x0, 0x00, 0x00, 0x7f, 0x0, 0xf7' to the MIDI port. Before doing this, even the LED on the LiveDrive won't blink, as it usually does when a button on the remote is pressed. As far as I know, this behaviour is different than with most LiveDrives manufactured by Creative. For more information see this link. The easiest workaround to this is to add the following line to /etc/modules.conf&lt;br /&gt;
&lt;br /&gt;
post-install snd-emu10k1&lt;br /&gt;
 &lt;br /&gt;
echo -e '\360\000\040\041\141\000\000\000\177\000\367' &amp;gt; /dev/snd/midiC0D1&lt;br /&gt;
&lt;br /&gt;
If it doesn't work, try&lt;br /&gt;
&lt;br /&gt;
echo -en &amp;quot;\xf0\x00\x20\x21\x61\x00\x00\x00\x7f\x00\xf7&amp;quot; &amp;gt; /dev/snd/midiC0D1&lt;br /&gt;
&lt;br /&gt;
It works for me and it should be distribution-independent (with exception to Debian, where you change /etc/modutils/alsa and run update-modules afterwards, Debian users will know anyway). &lt;br /&gt;
&lt;br /&gt;
=== Audigy 2 ===&lt;br /&gt;
&lt;br /&gt;
The soundcard has a '''hardware bug''' (the address bus is only 31 Bit wide, instead of 32 Bit) that makes it impossible to load and address large soundfont2 files on an '''64 Bit Kernel''' and more than 4 GB RAM above the 2 GB Address memory space.&lt;br /&gt;
But a workaround does exist:&lt;br /&gt;
&lt;br /&gt;
First, one needs to identify one's sound card.&lt;br /&gt;
Open a terminal windows and type:&lt;br /&gt;
 cat /proc/asound/cards&lt;br /&gt;
&lt;br /&gt;
This has been tested with the following cards:&lt;br /&gt;
 0 [Audigy2        ]: Audigy2 - SB Audigy 2 Platinum [SB0240P]&lt;br /&gt;
                      SB Audigy 2 Platinum [SB0240P] (rev.4, serial:0x10021102) &lt;br /&gt;
&lt;br /&gt;
Then reboot the OS and press &amp;quot;e&amp;quot; when grub is loading.&lt;br /&gt;
In grub's edit menu search for the word &amp;quot;splash&amp;quot; and then add after this word the following option &lt;br /&gt;
 memmap=2048M\\$6144M&lt;br /&gt;
&lt;br /&gt;
Then continue booting the kernel.&lt;br /&gt;
This kernel option will limit your Hardware RAM for this session your OS can use to about 2-4 GB which leads to a solution for the Audigy 2 which now will be able load large soundfont files&lt;br /&gt;
in the limited 2 GB address space of your RAM.&lt;br /&gt;
&lt;br /&gt;
An alternative to this solution would be using an 32 Bit Kernel, instead of an 64 Bit Kernel.&lt;br /&gt;
&lt;br /&gt;
===Audigy 2 ZS Notebook.===&lt;br /&gt;
&lt;br /&gt;
Status of current ALSA hg repository support:&lt;br /&gt;
changeset: 4743:5282de1ad7ef (or alsa-driver 1.0.14)&lt;br /&gt;
&lt;br /&gt;
Supported:&lt;br /&gt;
# 7.1 Sound analog playback&lt;br /&gt;
# Sound capture from Mic/Line in. (newly added)&lt;br /&gt;
# Digital PCM out&lt;br /&gt;
Not yet supported:&lt;br /&gt;
# Digital AC3 out (requires implementation of the p17v PCMs)&lt;br /&gt;
# Digital input&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For older alsa-driver 1.0.13&lt;br /&gt;
Supported:&lt;br /&gt;
# 7.1 Sound analog playback&lt;br /&gt;
# Digital PCM out&lt;br /&gt;
Not supported:&lt;br /&gt;
# Digital AC3 out&lt;br /&gt;
# Digital input&lt;br /&gt;
# Sound capture from Mic/Line in.&lt;br /&gt;
&lt;br /&gt;
[https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=Audigy2 original]&lt;br /&gt;
&lt;br /&gt;
===Audigy4 capture===&lt;br /&gt;
First, one needs to identify one's sound card.&lt;br /&gt;
Open a terminal windows and type:&lt;br /&gt;
 cat /proc/asound/cards&lt;br /&gt;
&lt;br /&gt;
This has been tested with the following cards:&lt;br /&gt;
 0 [Audigy2 ]: Audigy2 - Audigy 4 [SB0610]&lt;br /&gt;
 Audigy 4 [SB0610] (rev.0, serial:0x10211102) at 0x9400, irq 201&lt;br /&gt;
This note applies only to the SB0610 and may or may not work for other Audigy 4 cards.&lt;br /&gt;
&lt;br /&gt;
The controls that have been tested and verified are:&lt;br /&gt;
Mic and Line-in.&lt;br /&gt;
In order to get sound capture working, set the following controls as they affect both Mic and Line-in:&lt;br /&gt;
On the alsamixer Capture display:&lt;br /&gt;
# Master -&amp;gt; 100% or 0dB (affects both analog and digital capture sources)&lt;br /&gt;
# Analog Mix -&amp;gt; 100% or 0dB (affects only analog sources)&lt;br /&gt;
&lt;br /&gt;
Controls that affect Mic input:&lt;br /&gt;
On the alsamixer Playback display:&lt;br /&gt;
(these will eventually appear on the capture display once developers add the feature):&lt;br /&gt;
# Mic boost (If you need +20dB boost)&lt;br /&gt;
# Mic Select -&amp;gt; Mic1&lt;br /&gt;
On the alsamixer Capture display:&lt;br /&gt;
# Mic -&amp;gt; 100%&lt;br /&gt;
&lt;br /&gt;
Controls that affect Line-in input:&lt;br /&gt;
1) Line -&amp;gt; 100% or +12dB&lt;br /&gt;
&lt;br /&gt;
[https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=audigy4capture original]&lt;br /&gt;
&lt;br /&gt;
{{Template:Modinfo&lt;br /&gt;
|module=emu10k1&lt;br /&gt;
|description=EMU10K1&lt;br /&gt;
|author=Jaroslav Kysela&lt;br /&gt;
|index:Index value for the EMU10K1 soundcard. (array of int)&lt;br /&gt;
|id:ID string for the EMU10K1 soundcard. (array of charp)&lt;br /&gt;
|enable:Enable the EMU10K1 soundcard. (array of bool)&lt;br /&gt;
|extin:Available external inputs for FX8010. Zero=default. (array of int)&lt;br /&gt;
|extout:Available external outputs for FX8010. Zero=default. (array of int)&lt;br /&gt;
|seq_ports:Allocated sequencer ports for internal synthesizer. (array of int)&lt;br /&gt;
|max_synth_voices:Maximum number of voices for WaveTable. (array of int)&lt;br /&gt;
|max_buffer_size:Maximum sample buffer size in MB. (array of int)&lt;br /&gt;
|enable_ir:Enable IR. (array of bool)&lt;br /&gt;
|subsystem:Force card subsystem model. (array of uint)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Matrix:Soundcard|name=Creative EMU based|module=emu10k1}}&lt;/div&gt;</summary>
		<author><name>Oliver</name></author>
	</entry>
	<entry>
		<id>https://www.alsa-project.org/main/index.php?title=Matrix:Module-emu10k1&amp;diff=6635</id>
		<title>Matrix:Module-emu10k1</title>
		<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Matrix:Module-emu10k1&amp;diff=6635"/>
		<updated>2013-04-26T21:30:04Z</updated>

		<summary type="html">&lt;p&gt;Oliver: /* Audigy 2 */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
|__TOC__&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Card specific information==&lt;br /&gt;
===General driver status===&lt;br /&gt;
Last updated: 11-11-2006&lt;br /&gt;
&lt;br /&gt;
To test support for the E-Mu cards, one also need the alsa-firmware package.&lt;br /&gt;
&lt;br /&gt;
Small update for those interested. I am the developer currently working on writing a Linux ALSA driver for the:&lt;br /&gt;
&lt;br /&gt;
* EMU 1212m (both old and new versions should work)&lt;br /&gt;
* EMU 1820m (both old and new versions should work)&lt;br /&gt;
* 1616M PCI&lt;br /&gt;
* 02 CardBus Card&lt;br /&gt;
* 0404 PCI&lt;br /&gt;
&lt;br /&gt;
Other EMU hardware samples (sound cards) have arrived, so one might expect support in the future for:&lt;br /&gt;
* 0404 USB 2.0&lt;br /&gt;
* 0202 USB 2.0&lt;br /&gt;
&lt;br /&gt;
The first version of the driver for 1212m and 1820m is now out there in kernel 2.6.19 or alsa-driver 1.0.14.&lt;br /&gt;
If one is adventurous, one can check out the HG repository and have improved features and support for the other PCI cards.&lt;br /&gt;
These features will be out in kernel 2.6.23 or alsa-driver 1.0.15&lt;br /&gt;
&lt;br /&gt;
Not all features are supported yet, but I would welcome some people testing the features it currently has.&lt;br /&gt;
Please note, this driver has been written in my free time, with no financial support from E-MU except donation of the sound cards and a useful datasheet. I welcome constructive feedback.&lt;br /&gt;
&lt;br /&gt;
What should work:&lt;br /&gt;
# 44.1kHz and 48kHz are currently supported.&lt;br /&gt;
# Playback to ALSA devices at 16bit:&lt;br /&gt;
#* front&lt;br /&gt;
#* rear&lt;br /&gt;
#* center_lfe&lt;br /&gt;
#* side&lt;br /&gt;
#* surround40&lt;br /&gt;
#* surround51&lt;br /&gt;
#* surround71&lt;br /&gt;
# That playback or ALSA devices arrives in DSP channels 0-7. One can then select with alsamixer which actual physical output one wished  the sound to come from. It loads with mostly sensible defaults.&lt;br /&gt;
# Stereo 16bit sound capture with the default device&lt;br /&gt;
# 8-channel 24bit (S32_LE) in-phase capture suitable for use with jackd/ardour.&lt;br /&gt;
# 8-channel 24bit (S32_LE) in-phase playback suitable for use with jackd/ardour. Note: This has not been tested yet, so might not work very well.&lt;br /&gt;
# Switches to enable PADS (attenuation) to the inputs and outputs.&lt;br /&gt;
# ADAT/SPDIF (need people to test this for me)&lt;br /&gt;
&lt;br /&gt;
What is not yet supported:&lt;br /&gt;
# Any rate apart from 44.1 and 48kHz. (I know how to do it, I just need time to implement support for it. Fairly big task.)&lt;br /&gt;
# A patchmix type application. (I really need help here)&lt;br /&gt;
# sync card. (need people to test this for me)&lt;br /&gt;
# Anything else not mentioned above. :-)&lt;br /&gt;
&lt;br /&gt;
Cheers&lt;br /&gt;
&lt;br /&gt;
James&lt;br /&gt;
[https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=emu original]&lt;br /&gt;
&lt;br /&gt;
===Audigy 2 Platinum EX ===&lt;br /&gt;
Infrared remote control and MIDI in/out on Audigy 2 ZS pro and Audigy 4 pro.&lt;br /&gt;
&lt;br /&gt;
There is an issue with the Audigy 2 Platinum Ex soundcard and the Audigy 4 pro (and probably some other Audigy 2 cards as well), whereas the IR sensor, MIDI and the buttons on the LiveDrive do NOT work at all until the LiveDrive is initialized by sending the sequence of '0xf0, 0x00, 0x20, 0x21, 0x61, 0x0, 0x00, 0x00, 0x7f, 0x0, 0xf7' to the MIDI port. Before doing this, even the LED on the LiveDrive won't blink, as it usually does when a button on the remote is pressed. As far as I know, this behaviour is different than with most LiveDrives manufactured by Creative. For more information see this link. The easiest workaround to this is to add the following line to /etc/modules.conf&lt;br /&gt;
&lt;br /&gt;
post-install snd-emu10k1&lt;br /&gt;
 &lt;br /&gt;
echo -e '\360\000\040\041\141\000\000\000\177\000\367' &amp;gt; /dev/snd/midiC0D1&lt;br /&gt;
&lt;br /&gt;
If it doesn't work, try&lt;br /&gt;
&lt;br /&gt;
echo -en &amp;quot;\xf0\x00\x20\x21\x61\x00\x00\x00\x7f\x00\xf7&amp;quot; &amp;gt; /dev/snd/midiC0D1&lt;br /&gt;
&lt;br /&gt;
It works for me and it should be distribution-independent (with exception to Debian, where you change /etc/modutils/alsa and run update-modules afterwards, Debian users will know anyway). &lt;br /&gt;
&lt;br /&gt;
=== Audigy 2 ===&lt;br /&gt;
&lt;br /&gt;
The soundcard has a hardware bug (the address bus is only 31 Bit wide, instead of 32 Bit) that makes it impossible to load and address large soundfont2 files on an 64 Bit Kernel and more than 4 GB RAM above the 2 GB Address memory space.&lt;br /&gt;
But a workaround does exist:&lt;br /&gt;
&lt;br /&gt;
First, one needs to identify one's sound card.&lt;br /&gt;
Open a terminal windows and type:&lt;br /&gt;
 cat /proc/asound/cards&lt;br /&gt;
&lt;br /&gt;
This has been tested with the following cards:&lt;br /&gt;
 0 [Audigy2        ]: Audigy2 - SB Audigy 2 Platinum [SB0240P]&lt;br /&gt;
                      SB Audigy 2 Platinum [SB0240P] (rev.4, serial:0x10021102) &lt;br /&gt;
&lt;br /&gt;
Then reboot the OS and press &amp;quot;e&amp;quot; when grub is loading.&lt;br /&gt;
In grub's edit menu search for the word &amp;quot;splash&amp;quot; and then add after this word the following option &lt;br /&gt;
 memmap=2048M\\$6144M&lt;br /&gt;
&lt;br /&gt;
Then continue booting the kernel.&lt;br /&gt;
This kernel option will limit your Hardware RAM for this session your OS can use to about 2-4 GB which leads to a solution for the Audigy 2 which now will be able load large soundfont files&lt;br /&gt;
in the limited 2 GB address space of your RAM.&lt;br /&gt;
&lt;br /&gt;
An alternative to this solution would be using an 32 Bit Kernel, instead of an 64 Bit Kernel.&lt;br /&gt;
&lt;br /&gt;
===Audigy 2 ZS Notebook.===&lt;br /&gt;
&lt;br /&gt;
Status of current ALSA hg repository support:&lt;br /&gt;
changeset: 4743:5282de1ad7ef (or alsa-driver 1.0.14)&lt;br /&gt;
&lt;br /&gt;
Supported:&lt;br /&gt;
# 7.1 Sound analog playback&lt;br /&gt;
# Sound capture from Mic/Line in. (newly added)&lt;br /&gt;
# Digital PCM out&lt;br /&gt;
Not yet supported:&lt;br /&gt;
# Digital AC3 out (requires implementation of the p17v PCMs)&lt;br /&gt;
# Digital input&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For older alsa-driver 1.0.13&lt;br /&gt;
Supported:&lt;br /&gt;
# 7.1 Sound analog playback&lt;br /&gt;
# Digital PCM out&lt;br /&gt;
Not supported:&lt;br /&gt;
# Digital AC3 out&lt;br /&gt;
# Digital input&lt;br /&gt;
# Sound capture from Mic/Line in.&lt;br /&gt;
&lt;br /&gt;
[https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=Audigy2 original]&lt;br /&gt;
&lt;br /&gt;
===Audigy4 capture===&lt;br /&gt;
First, one needs to identify one's sound card.&lt;br /&gt;
Open a terminal windows and type:&lt;br /&gt;
 cat /proc/asound/cards&lt;br /&gt;
&lt;br /&gt;
This has been tested with the following cards:&lt;br /&gt;
 0 [Audigy2 ]: Audigy2 - Audigy 4 [SB0610]&lt;br /&gt;
 Audigy 4 [SB0610] (rev.0, serial:0x10211102) at 0x9400, irq 201&lt;br /&gt;
This note applies only to the SB0610 and may or may not work for other Audigy 4 cards.&lt;br /&gt;
&lt;br /&gt;
The controls that have been tested and verified are:&lt;br /&gt;
Mic and Line-in.&lt;br /&gt;
In order to get sound capture working, set the following controls as they affect both Mic and Line-in:&lt;br /&gt;
On the alsamixer Capture display:&lt;br /&gt;
# Master -&amp;gt; 100% or 0dB (affects both analog and digital capture sources)&lt;br /&gt;
# Analog Mix -&amp;gt; 100% or 0dB (affects only analog sources)&lt;br /&gt;
&lt;br /&gt;
Controls that affect Mic input:&lt;br /&gt;
On the alsamixer Playback display:&lt;br /&gt;
(these will eventually appear on the capture display once developers add the feature):&lt;br /&gt;
# Mic boost (If you need +20dB boost)&lt;br /&gt;
# Mic Select -&amp;gt; Mic1&lt;br /&gt;
On the alsamixer Capture display:&lt;br /&gt;
# Mic -&amp;gt; 100%&lt;br /&gt;
&lt;br /&gt;
Controls that affect Line-in input:&lt;br /&gt;
1) Line -&amp;gt; 100% or +12dB&lt;br /&gt;
&lt;br /&gt;
[https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=audigy4capture original]&lt;br /&gt;
&lt;br /&gt;
{{Template:Modinfo&lt;br /&gt;
|module=emu10k1&lt;br /&gt;
|description=EMU10K1&lt;br /&gt;
|author=Jaroslav Kysela&lt;br /&gt;
|index:Index value for the EMU10K1 soundcard. (array of int)&lt;br /&gt;
|id:ID string for the EMU10K1 soundcard. (array of charp)&lt;br /&gt;
|enable:Enable the EMU10K1 soundcard. (array of bool)&lt;br /&gt;
|extin:Available external inputs for FX8010. Zero=default. (array of int)&lt;br /&gt;
|extout:Available external outputs for FX8010. Zero=default. (array of int)&lt;br /&gt;
|seq_ports:Allocated sequencer ports for internal synthesizer. (array of int)&lt;br /&gt;
|max_synth_voices:Maximum number of voices for WaveTable. (array of int)&lt;br /&gt;
|max_buffer_size:Maximum sample buffer size in MB. (array of int)&lt;br /&gt;
|enable_ir:Enable IR. (array of bool)&lt;br /&gt;
|subsystem:Force card subsystem model. (array of uint)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Matrix:Soundcard|name=Creative EMU based|module=emu10k1}}&lt;/div&gt;</summary>
		<author><name>Oliver</name></author>
	</entry>
	<entry>
		<id>https://www.alsa-project.org/main/index.php?title=Matrix:Module-emu10k1&amp;diff=6634</id>
		<title>Matrix:Module-emu10k1</title>
		<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Matrix:Module-emu10k1&amp;diff=6634"/>
		<updated>2013-04-26T21:29:28Z</updated>

		<summary type="html">&lt;p&gt;Oliver: /* Card specific information */ Audigy 2 loading large soundfonts bug on 64 Bit OS and more than 4 GB RAM workaraound solution&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
|__TOC__&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Card specific information==&lt;br /&gt;
===General driver status===&lt;br /&gt;
Last updated: 11-11-2006&lt;br /&gt;
&lt;br /&gt;
To test support for the E-Mu cards, one also need the alsa-firmware package.&lt;br /&gt;
&lt;br /&gt;
Small update for those interested. I am the developer currently working on writing a Linux ALSA driver for the:&lt;br /&gt;
&lt;br /&gt;
* EMU 1212m (both old and new versions should work)&lt;br /&gt;
* EMU 1820m (both old and new versions should work)&lt;br /&gt;
* 1616M PCI&lt;br /&gt;
* 02 CardBus Card&lt;br /&gt;
* 0404 PCI&lt;br /&gt;
&lt;br /&gt;
Other EMU hardware samples (sound cards) have arrived, so one might expect support in the future for:&lt;br /&gt;
* 0404 USB 2.0&lt;br /&gt;
* 0202 USB 2.0&lt;br /&gt;
&lt;br /&gt;
The first version of the driver for 1212m and 1820m is now out there in kernel 2.6.19 or alsa-driver 1.0.14.&lt;br /&gt;
If one is adventurous, one can check out the HG repository and have improved features and support for the other PCI cards.&lt;br /&gt;
These features will be out in kernel 2.6.23 or alsa-driver 1.0.15&lt;br /&gt;
&lt;br /&gt;
Not all features are supported yet, but I would welcome some people testing the features it currently has.&lt;br /&gt;
Please note, this driver has been written in my free time, with no financial support from E-MU except donation of the sound cards and a useful datasheet. I welcome constructive feedback.&lt;br /&gt;
&lt;br /&gt;
What should work:&lt;br /&gt;
# 44.1kHz and 48kHz are currently supported.&lt;br /&gt;
# Playback to ALSA devices at 16bit:&lt;br /&gt;
#* front&lt;br /&gt;
#* rear&lt;br /&gt;
#* center_lfe&lt;br /&gt;
#* side&lt;br /&gt;
#* surround40&lt;br /&gt;
#* surround51&lt;br /&gt;
#* surround71&lt;br /&gt;
# That playback or ALSA devices arrives in DSP channels 0-7. One can then select with alsamixer which actual physical output one wished  the sound to come from. It loads with mostly sensible defaults.&lt;br /&gt;
# Stereo 16bit sound capture with the default device&lt;br /&gt;
# 8-channel 24bit (S32_LE) in-phase capture suitable for use with jackd/ardour.&lt;br /&gt;
# 8-channel 24bit (S32_LE) in-phase playback suitable for use with jackd/ardour. Note: This has not been tested yet, so might not work very well.&lt;br /&gt;
# Switches to enable PADS (attenuation) to the inputs and outputs.&lt;br /&gt;
# ADAT/SPDIF (need people to test this for me)&lt;br /&gt;
&lt;br /&gt;
What is not yet supported:&lt;br /&gt;
# Any rate apart from 44.1 and 48kHz. (I know how to do it, I just need time to implement support for it. Fairly big task.)&lt;br /&gt;
# A patchmix type application. (I really need help here)&lt;br /&gt;
# sync card. (need people to test this for me)&lt;br /&gt;
# Anything else not mentioned above. :-)&lt;br /&gt;
&lt;br /&gt;
Cheers&lt;br /&gt;
&lt;br /&gt;
James&lt;br /&gt;
[https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=emu original]&lt;br /&gt;
&lt;br /&gt;
===Audigy 2 Platinum EX ===&lt;br /&gt;
Infrared remote control and MIDI in/out on Audigy 2 ZS pro and Audigy 4 pro.&lt;br /&gt;
&lt;br /&gt;
There is an issue with the Audigy 2 Platinum Ex soundcard and the Audigy 4 pro (and probably some other Audigy 2 cards as well), whereas the IR sensor, MIDI and the buttons on the LiveDrive do NOT work at all until the LiveDrive is initialized by sending the sequence of '0xf0, 0x00, 0x20, 0x21, 0x61, 0x0, 0x00, 0x00, 0x7f, 0x0, 0xf7' to the MIDI port. Before doing this, even the LED on the LiveDrive won't blink, as it usually does when a button on the remote is pressed. As far as I know, this behaviour is different than with most LiveDrives manufactured by Creative. For more information see this link. The easiest workaround to this is to add the following line to /etc/modules.conf&lt;br /&gt;
&lt;br /&gt;
post-install snd-emu10k1&lt;br /&gt;
 &lt;br /&gt;
echo -e '\360\000\040\041\141\000\000\000\177\000\367' &amp;gt; /dev/snd/midiC0D1&lt;br /&gt;
&lt;br /&gt;
If it doesn't work, try&lt;br /&gt;
&lt;br /&gt;
echo -en &amp;quot;\xf0\x00\x20\x21\x61\x00\x00\x00\x7f\x00\xf7&amp;quot; &amp;gt; /dev/snd/midiC0D1&lt;br /&gt;
&lt;br /&gt;
It works for me and it should be distribution-independent (with exception to Debian, where you change /etc/modutils/alsa and run update-modules afterwards, Debian users will know anyway). &lt;br /&gt;
&lt;br /&gt;
=== Audigy 2 ===&lt;br /&gt;
&lt;br /&gt;
The soundcard has a hardware bug (the address bus is only 31 Bit wide, instead of 32 Bit) that makes it impossible to load and address large soundfont2 files on an 64 Bit Kernel and more than 4 GB RAM above the 2 GB Address memory space.&lt;br /&gt;
But a workaround does exist:&lt;br /&gt;
&lt;br /&gt;
First, one needs to identify one's sound card.&lt;br /&gt;
Open a terminal windows and type:&lt;br /&gt;
 cat /proc/asound/cards&lt;br /&gt;
&lt;br /&gt;
This has been tested with the following cards:&lt;br /&gt;
 0 [Audigy2        ]: Audigy2 - SB Audigy 2 Platinum [SB0240P]&lt;br /&gt;
                      SB Audigy 2 Platinum [SB0240P] (rev.4, serial:0x10021102) &lt;br /&gt;
&lt;br /&gt;
Then reboot the OS and press &amp;quot;e&amp;quot; when grub is loading.&lt;br /&gt;
In grub's edit menu search for the word &amp;quot;splash&amp;quot; and then add after this word the following option &amp;quot;memmap=2048M\\$6144M&amp;quot; without double quotes.&lt;br /&gt;
Then continue booting the kernel.&lt;br /&gt;
This kernel option will limit your Hardware RAM for this session your OS can use to about 2-4 GB which leads to a solution for the Audigy 2 which now will be able load large soundfont files&lt;br /&gt;
in the limited 2 GB address space of your RAM.&lt;br /&gt;
&lt;br /&gt;
An alternative to this solution would be using an 32 Bit Kernel, instead of an 64 Bit Kernel.&lt;br /&gt;
&lt;br /&gt;
===Audigy 2 ZS Notebook.===&lt;br /&gt;
&lt;br /&gt;
Status of current ALSA hg repository support:&lt;br /&gt;
changeset: 4743:5282de1ad7ef (or alsa-driver 1.0.14)&lt;br /&gt;
&lt;br /&gt;
Supported:&lt;br /&gt;
# 7.1 Sound analog playback&lt;br /&gt;
# Sound capture from Mic/Line in. (newly added)&lt;br /&gt;
# Digital PCM out&lt;br /&gt;
Not yet supported:&lt;br /&gt;
# Digital AC3 out (requires implementation of the p17v PCMs)&lt;br /&gt;
# Digital input&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For older alsa-driver 1.0.13&lt;br /&gt;
Supported:&lt;br /&gt;
# 7.1 Sound analog playback&lt;br /&gt;
# Digital PCM out&lt;br /&gt;
Not supported:&lt;br /&gt;
# Digital AC3 out&lt;br /&gt;
# Digital input&lt;br /&gt;
# Sound capture from Mic/Line in.&lt;br /&gt;
&lt;br /&gt;
[https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=Audigy2 original]&lt;br /&gt;
&lt;br /&gt;
===Audigy4 capture===&lt;br /&gt;
First, one needs to identify one's sound card.&lt;br /&gt;
Open a terminal windows and type:&lt;br /&gt;
 cat /proc/asound/cards&lt;br /&gt;
&lt;br /&gt;
This has been tested with the following cards:&lt;br /&gt;
 0 [Audigy2 ]: Audigy2 - Audigy 4 [SB0610]&lt;br /&gt;
 Audigy 4 [SB0610] (rev.0, serial:0x10211102) at 0x9400, irq 201&lt;br /&gt;
This note applies only to the SB0610 and may or may not work for other Audigy 4 cards.&lt;br /&gt;
&lt;br /&gt;
The controls that have been tested and verified are:&lt;br /&gt;
Mic and Line-in.&lt;br /&gt;
In order to get sound capture working, set the following controls as they affect both Mic and Line-in:&lt;br /&gt;
On the alsamixer Capture display:&lt;br /&gt;
# Master -&amp;gt; 100% or 0dB (affects both analog and digital capture sources)&lt;br /&gt;
# Analog Mix -&amp;gt; 100% or 0dB (affects only analog sources)&lt;br /&gt;
&lt;br /&gt;
Controls that affect Mic input:&lt;br /&gt;
On the alsamixer Playback display:&lt;br /&gt;
(these will eventually appear on the capture display once developers add the feature):&lt;br /&gt;
# Mic boost (If you need +20dB boost)&lt;br /&gt;
# Mic Select -&amp;gt; Mic1&lt;br /&gt;
On the alsamixer Capture display:&lt;br /&gt;
# Mic -&amp;gt; 100%&lt;br /&gt;
&lt;br /&gt;
Controls that affect Line-in input:&lt;br /&gt;
1) Line -&amp;gt; 100% or +12dB&lt;br /&gt;
&lt;br /&gt;
[https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=audigy4capture original]&lt;br /&gt;
&lt;br /&gt;
{{Template:Modinfo&lt;br /&gt;
|module=emu10k1&lt;br /&gt;
|description=EMU10K1&lt;br /&gt;
|author=Jaroslav Kysela&lt;br /&gt;
|index:Index value for the EMU10K1 soundcard. (array of int)&lt;br /&gt;
|id:ID string for the EMU10K1 soundcard. (array of charp)&lt;br /&gt;
|enable:Enable the EMU10K1 soundcard. (array of bool)&lt;br /&gt;
|extin:Available external inputs for FX8010. Zero=default. (array of int)&lt;br /&gt;
|extout:Available external outputs for FX8010. Zero=default. (array of int)&lt;br /&gt;
|seq_ports:Allocated sequencer ports for internal synthesizer. (array of int)&lt;br /&gt;
|max_synth_voices:Maximum number of voices for WaveTable. (array of int)&lt;br /&gt;
|max_buffer_size:Maximum sample buffer size in MB. (array of int)&lt;br /&gt;
|enable_ir:Enable IR. (array of bool)&lt;br /&gt;
|subsystem:Force card subsystem model. (array of uint)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Matrix:Soundcard|name=Creative EMU based|module=emu10k1}}&lt;/div&gt;</summary>
		<author><name>Oliver</name></author>
	</entry>
	<entry>
		<id>https://www.alsa-project.org/main/index.php?title=Matrix:Vendor-Creative_Labs&amp;diff=6633</id>
		<title>Matrix:Vendor-Creative Labs</title>
		<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Matrix:Vendor-Creative_Labs&amp;diff=6633"/>
		<updated>2013-04-26T21:14:36Z</updated>

		<summary type="html">&lt;p&gt;Oliver: 64 Bit OS &amp;amp; loading soundfonts bug&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Matrix:VendorBegin}}&lt;br /&gt;
&lt;br /&gt;
For developer information on the [http://www.emu.com E-Mu]' line, see https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=emu&amp;amp;show_comments=1&lt;br /&gt;
&lt;br /&gt;
==Soundcard List for [http://www.creative.com Creative Labs]==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;MatrixTable&amp;quot;&lt;br /&gt;
! Product&lt;br /&gt;
! Chipset(s)&lt;br /&gt;
! Driver &amp;amp;amp; Docs&lt;br /&gt;
! Tags, Notes&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| Prodikeys PC-MIDI&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-usb-audio|Details]]&lt;br /&gt;
|  [[Matrix:Tag-USB|[USB]]] [[Matrix:Tag-MIDIio|[MIDIi]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| Sound Blaster 1.0&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster 1.5&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster 2.0&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster Pro&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| sb8&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-sb8|Details]]&lt;br /&gt;
|  [[Matrix:Tag-ISA|[ISA]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-MIDIio|[MIDIio]]] [[Matrix:Tag-Sample8bit|[Sample8bit]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| Sound Blaster 16&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster 16 ASP&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster 16 PnP&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster Vibra16C&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster Vibra16CL&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster Vibra16S&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster Vibra16X&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| sb16&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-sb16|Details]]&lt;br /&gt;
|  [[Matrix:Tag-ISA|[ISA]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-MIDIio|[MIDIio]]] [CSP supported]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| Sound Blaster 32 AWE&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster 32 AWE PnP&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster 64 Gold&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster 64 Value&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| sb16&lt;br /&gt;
|-&lt;br /&gt;
| emu8000&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-sbawe|Details]]&lt;br /&gt;
|  [[Matrix:Tag-ISA|[ISA]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-MIDIio|[MIDIio]]] [[Matrix:Tag-Wavetable|[Wavetable]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| Sound Blaster PCI64 (earlier model)&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster PCI128 (earlier model CT4700)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| ES1370&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-ens1370|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-MIDIio|[MIDIio]]] [[Matrix:Tag-48kHz|[48kHz]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| Sound Blaster 16 PCI&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster PCI64 (newer model)&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster PCI128 (newer model)&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster PCI128 (CT5880)&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster Ensoniq AudioPCI&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| ES1371&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-ens1371|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-MIDIio|[MIDIio]]] [[Matrix:Tag-48kHz|[48kHz]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| Sound Blaster PCI 512&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster Live&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster Live Platinum&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster Live Value&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster Live 5.1&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| emu10k1&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-MIDIio|[MIDIio]]] [[Matrix:Tag-48kHz|[48kHz]]] [[Matrix:Tag-Wavetable|[Wavetable]]] [[Matrix:Tag-HWMIX|[HWMIX]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| Sound Blaster Audigy Platinum&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster Audigy Digital Entertainment&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster Audigy Gamer&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster Audigy ES&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| emu10k2&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-MIDIio|[MIDIio]]] [[Matrix:Tag-48kHz|[48kHz]]] [[Matrix:Tag-Wavetable|[Wavetable]]] [[Matrix:Tag-HWMIX|[HWMIX]]] 64 Bit OS loading soundfonts bug, see Details for more info.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.soundblaster.com/products/Audigy2ZS_platinum_pro/ Sound Blaster Audigy2 ZS Platinum Pro]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| emu10k2&lt;br /&gt;
|-&lt;br /&gt;
| CA0151/P16V&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-MIDIio|[MIDIio]]] [[Matrix:Tag-48kHz|[48kHz]]] [[Matrix:Tag-Wavetable|[Wavetable]]] [[Matrix:Tag-HWMIX|[HWMIX]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.soundblaster.com/products/Audigy4pro/ Sound Blaster Audigy4 Pro]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| emu10k2&lt;br /&gt;
|-&lt;br /&gt;
| CA0151/P16V&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-MIDIio|[MIDIio]]] [[Matrix:Tag-48kHz|[48kHz]]] [[Matrix:Tag-Wavetable|[Wavetable]]] [[Matrix:Tag-HWMIX|[HWMIX]]] Same features supported as Audigy2 ZS Platinum Pro.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.soundblaster.com/products/Audigy4pro/ Sound Blaster Audigy4 (Non Pro)]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| emu10k2&lt;br /&gt;
|-&lt;br /&gt;
| CA0151/P16V&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-MIDIio|[MIDIio]]] [[Matrix:Tag-48kHz|[48kHz]]] [[Matrix:Tag-Wavetable|[Wavetable]]] [[Matrix:Tag-HWMIX|[HWMIX]]] Mixed reports, so might not work for you.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.soundblaster.com/products/audigy2NX/ Sound Blaster Audigy2 NX]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0186&lt;br /&gt;
|-&lt;br /&gt;
| EP7309&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-usb-audio|Details]]&lt;br /&gt;
|  [[Matrix:Tag-USB|[USB]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] SPDIF output does not function.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.soundblaster.com/products/Audigy2zs_notebook/ Sound Blaster Audigy 2 ZS Notebook PCMCIA]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| Tina2&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCMCIA|[PCMCIA]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-48kHz|[48kHz]]] [[Matrix:Tag-Wavetable|[Wavetable]]] [[Matrix:Tag-HWMIX|[HWMIX]]] Digital/Analog input/output working. Bit accurate digital features (AC3/DTS) not implemented yet. Needs more development work.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://creative.com/products/product.asp?category=1%26subcategory=204%26product=11226 Sound Blaster Audigy 2 ZS Video Editor USB]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| UNKNOWN&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
|  [[Matrix:Tag-Unsupported|[Unsupported]]] [[Matrix:Tag-USB|[USB]]] Card delivered to developers. No support yet.=&amp;gt; Works in Stereo (spdif/jack) at least.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://creative.com/products/welcome.asp?category=1 Sound Blaster X-Fi]&lt;br /&gt;
|-&lt;br /&gt;
| X-Fi Elite Pro &lt;br /&gt;
|-&lt;br /&gt;
| X-Fi Fatal1ty&lt;br /&gt;
|-&lt;br /&gt;
| X-Fi Platinum&lt;br /&gt;
|-&lt;br /&gt;
| X-Fi XtremeMusic&lt;br /&gt;
|-&lt;br /&gt;
| X-Fi XtremeGamer &lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| emu20k1&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-snd-ctxfi|Details]]&lt;br /&gt;
| [[Matrix:Tag-PCI|[PCI]]] Partially supported on 1.0.21; EAX and Advanced sound options like crystalizer not available&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| X-Fi Titanium &lt;br /&gt;
|-&lt;br /&gt;
| X-Fi Titanium Fatal1ty Champion&lt;br /&gt;
|-&lt;br /&gt;
| X-Fi Titanium Fatal1ty Professional &lt;br /&gt;
|-&lt;br /&gt;
| X-Fi Titanium Professional Audio&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| emu20k2&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-snd-ctxfi|Details]]&lt;br /&gt;
| [[Matrix:Tag-PCI|[PCI]]] Partially supported on 1.0.21; EAX and Advanced sound options like crystalizer not available&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| X-Fi Titanium HD&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| emu20k2&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
| [[Matrix:Tag-PCIE|[PCIE]]] does not work&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| X-Fi Xtreme Audio (PCI)&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0106&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
| [[Matrix:Tag-PCI|[PCI]]] unknown&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| X-Fi Xtreme Audio (PCIe)&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0110&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
| [[Matrix:Tag-PCIE|[PCIE]]] does not work&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| X-Fi Surround 5.1&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0189&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
[[Matrix:Module-usb-audio|Details]]&lt;br /&gt;
| [[Matrix:Tag-USB|[USB]]] volume knob works via LIRC: [http://alsa.opensrc.org/Usb-audio#Creative_USB_X-Fi_Surround_5.1 instructions on setting it up]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| X-Fi HD&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0189&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
[[Matrix:Module-usb-audio|Details]]&lt;br /&gt;
| [[Matrix:Tag-USB|[USB]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-TOSio|[TOSio]]] [[Matrix:Tag-96kHz|[96kHz]]] [[Matrix:Tag-Sample24bit|[24bit]]]. SPDIF output supports 44.1 kHz and 48 kHz with bit accurate playback (AC3 and DTS works), analog output supports 48 kHz and 96 kHz. Volume knob works via LIRC: [http://alsa.opensrc.org/Usb-audio#Creative_USB_X-Fi_HD instructions on setting it up]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://creative.com/products/product.asp?category=1%26subcategory=205%26product=14257 Sound Blaster Audigy SE]&lt;br /&gt;
|-&lt;br /&gt;
| [http://creative.com/products/product.asp?category=1&amp;amp;subcategory=205&amp;amp;product=14189 Sound Blaster Audigy Value]&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster 5.1 VX&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0106&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-ca0106|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] Not all features on all models supported. On the VX, white noise on playback unless initialized in Windows first. One quirky (but permanent) workaround is to enable the old oss modules, specifically the 100% sound blaster compatible module (sb). You don't have to load the oss modules. The alsa module snd-ca0106 works fine somehow if the old sb module is compiled in the kernel as a module (no white noise).&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.soundblaster.com/products/audigy2value/ Sound Blaster Audigy2 ZS Value]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0108&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-MIDIio|[MIDIio]]] [[Matrix:Tag-48kHz|[48kHz]]] [[Matrix:Tag-Wavetable|[Wavetable]]] [[Matrix:Tag-HWMIX|[HWMIX]]] No 96khz 24Bit support.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| Sound Blaster PCI X (Dell OEM)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| SB0200&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1x|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-MIDIio|[MIDIio]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.soundblaster.com/products/audigyls/ Sound Blaster LS]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| SB0310&lt;br /&gt;
|-&lt;br /&gt;
| P17&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-ca0106|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-MIDIio|[MIDIio]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| Sound Blaster Live 24bit&lt;br /&gt;
|-&lt;br /&gt;
| Sound Blaster Live 7.1&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| SB0410&lt;br /&gt;
|-&lt;br /&gt;
| P17&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-ca0106|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-MIDIio|[MIDIio]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.soundblaster.com/products/extigy/ Sound Blaster Extigy]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| Extigy&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-usb-audio|Details]]&lt;br /&gt;
|  [[Matrix:Tag-USB|[USB]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [no 96kHz support, no support for 24-bit samples]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.soundblaster.com/products/mp3+/ Sound Blaster MP3+]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| MP3+&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-usb-audio|Details]]&lt;br /&gt;
|  [[Matrix:Tag-USB|[USB]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| Sound Blaster Connect (USB)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| [[Matrix:Tag-USB|[USB]]] [[Matrix:Tag-Unknown|[Unknown]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.emu.com/products/product.asp?category=505%26subcategory=491%26product=9872 E-MU 1212m]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0102, FPGA&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1-fpga|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-RCAio|[RCAio]]] [[Matrix:Tag-TOSio|[TOSio]]] [[Matrix:Tag-ADATio|[ADATio]]] Support arriving in 1.0.14&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.emu.com/products/product.asp?category=505&amp;amp;subcategory=491&amp;amp;product=9872 E-MU 1212m PCI ver2]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0102, FPGA&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1-fpga|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-RCAio|[RCAio]]] [[Matrix:Tag-TOSio|[TOSio]]] [[Matrix:Tag-ADATio|[ADATio]]] Support arriving in 1.0.15&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.emu.com/products/product.asp?category=505&amp;amp;subcategory=491&amp;amp;product=19169 E-MU 1212m PCIe]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0102, FPGA&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| &lt;br /&gt;
| [[Matrix:Tag-PCIE|[PCIE]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-RCAio|[RCAio]]] [[Matrix:Tag-TOSio|[TOSio]]] [[Matrix:Tag-ADATio|[ADATio]]] [[Matrix:Tag-MIDIio|[MIDIio]]]&amp;lt;br&amp;gt;[[Matrix:Tag-Unknown|[Unknown]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.emu.com/products/product.asp?category=505%26subcategory=491%26product=9871 E-MU 1820m]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0102, FPGA&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1-fpga|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-RCAio|[RCAio]]] [[Matrix:Tag-TOSio|[TOSio]]] [[Matrix:Tag-ADATio|[ADATio]]] Support arriving in 1.0.14&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.emu.com/products/product.asp?category=505&amp;amp;subcategory=491&amp;amp;product=13552 E-MU 1616m notebook]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0102, FPGA&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1-fpga|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-RCAio|[RCAio]]] [[Matrix:Tag-TOSio|[TOSio]]] [[Matrix:Tag-ADATio|[ADATio]]] Support arriving in 1.0.15&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.emu.com/products/product.asp?category=505&amp;amp;subcategory=491&amp;amp;product=13552 E-MU 1616 notebook]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0102, FPGA&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1-fpga|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-RCAio|[RCAio]]] [[Matrix:Tag-TOSio|[TOSio]]] [[Matrix:Tag-ADATio|[ADATio]]] Support arriving in 1.0.15&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.emu.com/products/product.asp?category=505&amp;amp;subcategory=491&amp;amp;product=13552 E-MU 1616m PCI]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0102, FPGA&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1-fpga|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-RCAio|[RCAio]]] [[Matrix:Tag-TOSio|[TOSio]]] [[Matrix:Tag-ADATio|[ADATio]]] Support arriving in 1.0.15&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.emu.com/products/product.asp?category=505&amp;amp;subcategory=491&amp;amp;product=19007 E-MU 1616m PCIe]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0102, FPGA&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1-fpga|Details]]&lt;br /&gt;
| [[Matrix:Tag-PCIE|[PCIE]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-RCAio|[RCAio]]] [[Matrix:Tag-TOSio|[TOSio]]] [[Matrix:Tag-ADATio|[ADATio]]] [[Matrix:Tag-MIDIio|[MIDIio]]]&amp;lt;br&amp;gt;[[Matrix:Tag-Unknown|[Unknown]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.emu.com/products/product.asp?category=505&amp;amp;subcategory=491&amp;amp;product=13554 E-MU 1616 PCI]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0102, FPGA&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1-fpga|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-RCAio|[RCAio]]] [[Matrix:Tag-TOSio|[TOSio]]] [[Matrix:Tag-ADATio|[ADATio]]] Support arriving in 1.0.15&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.emu.com/products/product.asp?category=505&amp;amp;subcategory=491&amp;amp;product=10447 E-MU 0404 PCI]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0102, FPGA&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1-fpga|Details]]&lt;br /&gt;
|  [[Matrix:Tag-PCI|[PCI]]] [[Matrix:Tag-ANALOGio|[ANALOGio]]] [[Matrix:Tag-RCAio|[RCAio]]] [[Matrix:Tag-TOSio|[TOSio]]] [[Matrix:Tag-ADATio|[ADATio]]] Support arriving in 1.0.15 [MIDIio functional, but only @ 48kHz]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.emu.com/products/product.asp?category=610&amp;amp;subcategory=611&amp;amp;product=15185 E-MU 0404 USB]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0188, FPGA&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1-fpga|Details]]&lt;br /&gt;
|  [[Matrix:Tag-USB|[USB]]] Fully supported by ALSA 1.0.23 and later.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.emu.com/products/product.asp?category=610&amp;amp;subcategory=611&amp;amp;product=15186 E-MU 0202 USB]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA0188, FPGA&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1-fpga|Details]]&lt;br /&gt;
|  [[Matrix:Tag-USB|[USB]]][[Matrix:Tag-ANALOGio|[ANALOGio]]] 44/16 playback and recording works on Ubuntu 10.10 with ALSA 1.0.23&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.emu.com/products/product.asp?category=610&amp;amp;subcategory=611&amp;amp;product=15187 E-MU Xmidi2x2 USB]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| CA????, FPGA&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1-fpga|Details]]&lt;br /&gt;
|  [[Matrix:Tag-USB|[USB]]] NOT SUPPORTED. Developer has not yet asked for to be supplied with a hardware sample and datasheets.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.emu.com/products/product.asp?category=610&amp;amp;subcategory=611&amp;amp;product=17511 E-MU Tracker Pre]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-emu10k1-fpga|Details]]&lt;br /&gt;
|  [[Matrix:Tag-USB|[USB]]][[Matrix:Tag-ANALOGio|[ANALOGio]]] Partially supported (only 44.1kHz 16bit, no volume control) in sound-2.6.git&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
{{Matrix:VendorEnd}}&lt;/div&gt;</summary>
		<author><name>Oliver</name></author>
	</entry>
</feed>