Difference between revisions of "CS4236"

From ThinkWiki
Jump to: navigation, search
 
(remove ancient OSS driver reference)
(37 intermediate revisions by 16 users not shown)
Line 13: Line 13:
 
|}
 
|}
  
=== 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 ===
 
=== Linux ALSA driver ===
This sound chip is supported by the snd-ad1848 kernel module. Use the following options line when loading this module:
+
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
 
  options snd-cs4236 snd_index=0 snd_port=0x530 snd_cport=0x538 snd_isapnp=0 snd_dma1=1 snd_dma2=0 snd_irq=5
  
=== ThinkPad's this chip may be found in ===
+
With kernel 2.6.26 and a Thinkpad 380D, this is another solution:
* {{380}}, {{380D}}, {{380E}}, {{380ED}}
+
 
 +
options snd-cs4236 port=0x534 cport=0x538 isapnp=0 dma1=1 dma2=0 irq=5
 +
 
 +
=== ThinkPads this chip may be found in ===
 +
* {{380}}, {{380D}}, {{380E}}, {{380ED}}
 +
* {{385D}}, {{385ED}}
 +
 
 +
[[Category:Components]]

Revision as of 23:57, 18 March 2009

CS4236

This is a Cirrus Logic Audio controller

Features

  • Chipset: CS4236B
  • Interface: ISA 16bit


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

With kernel 2.6.26 and a Thinkpad 380D, this is another solution:

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

ThinkPads this chip may be found in