Difference between revisions of "CS4237"

From ThinkWiki
Jump to: navigation, search
(Linux ALSA driver)
Line 21: Line 21:
  
 
  options snd-cs4236 snd_index=0 snd_port=0x530 snd_cport=0x538 snd_isapnp=0 snd_dma1=1 snd_dma2=0 snd_irq=5
 
  options snd-cs4236 snd_index=0 snd_port=0x530 snd_cport=0x538 snd_isapnp=0 snd_dma1=1 snd_dma2=0 snd_irq=5
 +
 +
Newer versions of the module (such as in Fedora Core 4) have dropped the <code>snd_</code> prefix, so the above line would have to be:
 +
 +
options snd-cs4236 index=0 port=0x530 cport=0x538 isapnp=0 dma1=1 dma2=0 irq=5
  
 
=== ThinkPad's this chip may be found in ===
 
=== ThinkPad's this chip may be found in ===

Revision as of 21:53, 3 August 2005

CS4237

This is a Cirrus Logic Audio controller

Features

  • Chipset: CS4237B
  • Interface: ISA 16bit

Linux OSS driver

This sound chip is supported by the cs4232 kernel module. Use the following options line when loading this module:

options cs4232 io=0x530 irq=5 dma=1 dma2=0

Linux ALSA driver

This sound chip is supported by the snd-cs4236 kernel module. Use the following options line when loading this module:

options snd-cs4236 snd_index=0 snd_port=0x530 snd_cport=0x538 snd_isapnp=0 snd_dma1=1 snd_dma2=0 snd_irq=5

Newer versions of the module (such as in Fedora Core 4) have dropped the snd_ prefix, so the above line would have to be:

options snd-cs4236 index=0 port=0x530 cport=0x538 isapnp=0 dma1=1 dma2=0 irq=5

ThinkPad's this chip may be found in