  <?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=Gissf1</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=Gissf1"/>
	<link rel="alternate" type="text/html" href="https://www.alsa-project.org/wiki/Special:Contributions/Gissf1"/>
	<updated>2026-04-07T13:47:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.0</generator>
	<entry>
		<id>https://www.alsa-project.org/main/index.php?title=Matrix:Module-opl3-sa2&amp;diff=1631</id>
		<title>Matrix:Module-opl3-sa2</title>
		<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Matrix:Module-opl3-sa2&amp;diff=1631"/>
		<updated>2008-06-18T03:43:53Z</updated>

		<summary type="html">&lt;p&gt;Gissf1: Added note regarding the Yamaha OPL3-SA / YMF701 chip.&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;
{{Template:Modinfo&lt;br /&gt;
|module=opl3sa2&lt;br /&gt;
|description=Yamaha OPL3SA2+&lt;br /&gt;
|author=Jaroslav Kysela&lt;br /&gt;
|index:Index value for OPL3-SA soundcard. (array of int)&lt;br /&gt;
|id:ID string for OPL3-SA soundcard. (array of charp)&lt;br /&gt;
|enable:Enable OPL3-SA soundcard. (array of bool)&lt;br /&gt;
|isapnp:PnP detection for specified soundcard. (array of bool)&lt;br /&gt;
|port:Port # for OPL3-SA driver. (array of long)&lt;br /&gt;
|sb_port:SB port # for OPL3-SA driver. (array of long)&lt;br /&gt;
|wss_port:WSS port # for OPL3-SA driver. (array of long)&lt;br /&gt;
|fm_port:FM port # for OPL3-SA driver. (array of long)&lt;br /&gt;
|midi_port:MIDI port # for OPL3-SA driver. (array of long)&lt;br /&gt;
|irq:IRQ # for OPL3-SA driver. (array of int)&lt;br /&gt;
|dma1:DMA1 # for OPL3-SA driver. (array of int)&lt;br /&gt;
|dma2:DMA2 # for OPL3-SA driver. (array of int)&lt;br /&gt;
|opl3sa3_ymode:Speaker size selection for 3D Enhancement mode: Desktop/Large Notebook/Small Notebook/HiFi. (array of int)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Matrix:Soundcard|name=Yamaha OPL3-SA2|module=opl3-sa2}}&lt;br /&gt;
&lt;br /&gt;
== Hardware Specific Notes ==&lt;br /&gt;
&lt;br /&gt;
'''Note:'''  This driver does NOT work with the Yamaha OPL3-SA1 / YMF701 chip.  For that chip, you need to use the [[Matrix:Module-cs4231]] module.&lt;/div&gt;</summary>
		<author><name>Gissf1</name></author>
	</entry>
	<entry>
		<id>https://www.alsa-project.org/main/index.php?title=Matrix:Module-cs4231&amp;diff=1630</id>
		<title>Matrix:Module-cs4231</title>
		<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Matrix:Module-cs4231&amp;diff=1630"/>
		<updated>2008-06-18T02:57:12Z</updated>

		<summary type="html">&lt;p&gt;Gissf1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Architecture-x86]]&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
| __TOC__&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Modinfo&lt;br /&gt;
|module=cs4231&lt;br /&gt;
|description=Generic CS4231&lt;br /&gt;
|author=Jaroslav Kysela&lt;br /&gt;
|index:Index value for CS4231 soundcard. (array of int)&lt;br /&gt;
|id:ID string for CS4231 soundcard. (array of charp)&lt;br /&gt;
|enable:Enable CS4231 soundcard. (array of bool)&lt;br /&gt;
|port:Port # for CS4231 driver. (array of long)&lt;br /&gt;
|mpu_port:MPU-401 port # for CS4231 driver. (array of long)&lt;br /&gt;
|irq:IRQ # for CS4231 driver. (array of int)&lt;br /&gt;
|mpu_irq:MPU-401 IRQ # for CS4231 driver. (array of int)&lt;br /&gt;
|dma1:DMA1 # for CS4231 driver. (array of int)&lt;br /&gt;
|dma2:DMA2 # for CS4231 driver. (array of int)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Matrix:Soundcard|name=Crystal CS4231|module=cs4231}}&lt;br /&gt;
&lt;br /&gt;
== Hardware Specific Notes ==&lt;br /&gt;
=== OPL3-SA / YMF701 ===&lt;br /&gt;
This driver also supports the Yamaha OPL3-SA / YMF701 chip.  Note: This is NOT the same as the OPL3-SA2 / OPL3-SA3 chips!&lt;br /&gt;
&lt;br /&gt;
For my OPL3-SA chip in a Sony Vaio PCV-70 desktop system, I used these options:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
 options snd-cs4231 port=0x534 irq=11 dma1=0 dma2=1&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
My BIOS reported SB IO=0x220, WSS IO=0x530, IRQ=11 &amp;amp; 5, DMA=0 &amp;amp; 1.&lt;br /&gt;
&lt;br /&gt;
Most particular to note is that the IO port passed to the module IS different than what the BIOS reports.&lt;/div&gt;</summary>
		<author><name>Gissf1</name></author>
	</entry>
	<entry>
		<id>https://www.alsa-project.org/main/index.php?title=Matrix:Vendor-Yamaha&amp;diff=1629</id>
		<title>Matrix:Vendor-Yamaha</title>
		<link rel="alternate" type="text/html" href="https://www.alsa-project.org/main/index.php?title=Matrix:Vendor-Yamaha&amp;diff=1629"/>
		<updated>2008-06-18T02:43:23Z</updated>

		<summary type="html">&lt;p&gt;Gissf1: Corrected entry for YMF701 / OPL3-SA&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Matrix:VendorBegin}}&lt;br /&gt;
&lt;br /&gt;
==Soundcard List for [http://www.yamaha.com Yamaha]==&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;
| [http://www.yamaha.com/yec/cavit/products/pd_dpu50_01.htm DP-U50]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamahamultimedia.com/yec/products/cavit/apu70.asp AP-U70]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamahamultimedia.com/yec/products/cavit/rpu100.asp RP-U100]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamahamultimedia.com/yec/products/cavit/rpu200.asp RP-U200]&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;
|  [[Matrix:Tag-Unknown|[Unknown]]] [[Matrix:Tag-USB|[USB]]] [[Matrix:Tag-RCAi|[RCAi]]] [[Matrix:Tag-TOSio|[TOSio]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.yamaha.com/cgi-win/webcgi.exe/DsplyModel/?gRMC0000802R96 02R96]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamaha.com/cgi-win/webcgi.exe/DsplyModel/?gRMC00008DM2000 DM2000]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamaha.com/cgi-win/webcgi.exe/DsplyModel/?gDME00008DME32 DME32]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamaha.com/cgi-win/webcgi.exe/DsplyModel/?gSYS00005S90 S90]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamaha.com/cgi-win/webcgi.exe/DsplyModel/?gPPK00005TYROS TYROS]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamaha-europe.com/yamaha_europe/english_master/30_computer_related_products/45_usb_products/10_no_category/30_usb_products/10_no_series/UX16/index.html UX16]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamaha-europe.com/yamaha_europe/uk/30_computer_related_products/45_usb_products/10_no_category/30_usb_products/10_no_series/UX96/index.html UX96]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-usb-audio|Details]]&lt;br /&gt;
|  [[Matrix:Tag-USB|[USB]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.yamaha.co.jp/product/cl/clp/clp-150.html CLP-150]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamaha.co.jp/product/cl/clp/clp-170.html CLP-170]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-usb-audio|Details]]&lt;br /&gt;
|  [[Matrix:Tag-USB|[USB]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.yamaha.co.jp/product/syndtm/p/synth/bx/ EOS BX]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-usb-audio|Details]]&lt;br /&gt;
|  [[Matrix:Tag-USB|[USB]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.yamahasynth.com/pro/motif/index.html MOTIF6]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamahasynth.com/pro/motif/index.html MOTIF7]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamahasynth.com/pro/motif/index.html MOTIF8]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-usb-audio|Details]]&lt;br /&gt;
|  [[Matrix:Tag-USB|[USB]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.yamaha.co.jp/product/syndtm/p/dtm/mu500/ MU500]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamaha.co.jp/product/syndtm/p/dtm/mu20mu10/index.html MU1000]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamaha.co.jp/product/syndtm/p/dtm/mu20mu10/index.html MU2000]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-usb-audio|Details]]&lt;br /&gt;
|  [[Matrix:Tag-USB|[USB]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.yamaha.com/yamahavgn/CDA/ContentDetail/ModelSeriesDetail/0,,CNTID%25253D2732%252526CTID%25253D205900%252526CNTYP%25253DPRODUCT,00.html PF-500]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamahasynth.com/products/s08 S08]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamaha.com/yamahavgn/CDA/ContentDetail/ModelSeriesDetail/0,,CNTID%253D2192%2526CTID%253D207900%2526CNTYP%253DPRODUCT,00.html UW500]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.yamahasynth.com/pro/ux256/index.html UX256]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-usb-audio|Details]]&lt;br /&gt;
|  [[Matrix:Tag-USB|[USB]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| YMF701&lt;br /&gt;
|-&lt;br /&gt;
| OPL3-SA&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-cs4231|Details]]&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;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| YMF711&lt;br /&gt;
|-&lt;br /&gt;
| YMF715&lt;br /&gt;
|-&lt;br /&gt;
| YMF718&lt;br /&gt;
|-&lt;br /&gt;
| YMF719&lt;br /&gt;
|-&lt;br /&gt;
| OPL3 SA2&lt;br /&gt;
|-&lt;br /&gt;
| OPL3 SA3&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-opl3-sa2|Details]]&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;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| YMF278B (OPL4)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
|  [[Matrix:Tag-Possible|[Possible]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| Waveforce 192XG&lt;br /&gt;
|-&lt;br /&gt;
| Waveforce 192 Digital&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| YMF724&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-ymfpci|Details]]&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;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| YMF724&lt;br /&gt;
|-&lt;br /&gt;
| YMF740&lt;br /&gt;
|-&lt;br /&gt;
| YMF744&lt;br /&gt;
|-&lt;br /&gt;
| YMF754&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
| [[Matrix:Module-ymfpci|Details]]&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;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| [http://www.yamahasynth.com/products/sw1000xg/index.html SW1000XG]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
|  [[Matrix:Tag-Unsupported|[Unsupported]]]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
 [http://www.yamaha.com/yamahavgn/CDA/ContentDetail/ModelSeriesDetail/0,,CNTID%25253D2086%252526CTID%25253D228600%252526CNTYP%25253DPRODUCT,00.html DS2416]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
{| class=&amp;quot;MatrixTableInner&amp;quot;&lt;br /&gt;
| YSS228E&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|&lt;br /&gt;
|  [[Matrix:Tag-Unknown|[Unknown]]]&lt;br /&gt;
|}&lt;br /&gt;
{{Matrix:VendorEnd}}&lt;/div&gt;</summary>
		<author><name>Gissf1</name></author>
	</entry>
</feed>