Audio Subsystems

From ThinkWiki
Revision as of 10:54, 10 May 2005 by 217.231.106.144 (Talk)
Jump to: navigation, search

The majority of ThinkPad's have Audio controllers.

Cirrus Logic

The Cirrus Logic Crystal audio chips have been used in vast amounts of ThinkPad's.

ISA only

OSS drivers

The ISA CS4236B and CS4237B sound chips are supported by the cs4232 kernel module, but it is suggested to use ALSA if possible. Use the following options line when loading the cs4232 module:

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

There is no OSS Linux driver for the CS4248, try ALSA instead.

ALSA drivers

The ISA CS4236B and CS4237B sound chips are supported by the snd-cs4236 kernel module. Use the following options line when loading the snd-cs4236 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

The ISA CS4248 sound chip is supported by the snd-ad1848 kernel module. Use the following options line when loading the snd-ad1848 module:

options snd-ad1848 snd_index=0 snd_port=0x4e30 snd_irq=10 snd_dma1=0 snd_thinkpad=1

PCI only

This is an AC97 codec chip

OSS drivers

Since this is an AC97 codec chip, it should work with the i810_audio kernel module. No special module options should be needed.

ALSA drivers

Since this is an AC97 codec chip, it should work with the snd-intel8x0 kernel module. No special module options should be needed.

ISA and PCI

The reason for having both a legacy ISA chip and newer PCI chip is that the PCI chips cannot provide legacy SoundBlaster compatibility for DOS applications (games).

In such cases, if possible only the PCI driver should be loaded.

OSS drivers

ALSA drivers

IBM MWave

There are no MWave Audio drivers for Linux, but you might be able to get sound by first booting into DOS, loading the DOS MWave Audio drivers, and then using loadlin to boot into Linux where you can try loading the SoundBlaster drivers.

ThinkPad's with MWave Audio (MDSP2780):

TODO

Link to resources for sound related problems, such as the "no sound after suspend" problem