Cs4232
From the ALSA wiki
(Difference between revisions)
m (Added to module category) |
(Included content of module options page.) |
||
| Line 1: | Line 1: | ||
| + | == Module Options == | ||
| + | |||
| + | <code> | ||
| + | # /etc/modules.conf file for CS4232 audio | ||
| + | # by Thomas Corriher (corriher@mailcity.com) | ||
| + | alias char-major-116 snd | ||
| + | options snd snd_major=116 snd_cards_limit=1 | ||
| + | alias snd-card-0 snd-card-cs4232 | ||
| + | |||
| + | options snd-card-cs4232 snd_index=-1 snd_id="Crystal_Audio" snd_port=0x534 snd_cport=0x120 snd_mpu_port=0x330 snd_fm_port=0x388 snd_irq=5 snd_mpu_irq=9 snd_dma1=1 snd_dma1_size=64 snd_dma2=0 snd_dma2_size=64 snd_isapnp 0 | ||
| + | |||
| + | alias char-major-14 soundcore | ||
| + | alias sound-slot-0 snd-card-0 | ||
| + | alias sound-service-0-0 snd-mixer-oss | ||
| + | alias sound-service-0-1 snd-seq-oss | ||
| + | alias sound-service-0-3 snd-pcm-oss | ||
| + | alias sound-service-0-8 snd-seq-oss | ||
| + | alias sound-service-0-12 snd-pcm-oss | ||
| + | </code> | ||
| + | |||
== See also == | == See also == | ||
| - | |||
* [[ThinkPad600]] notes (maybe for other ThinkPad's, too) | * [[ThinkPad600]] notes (maybe for other ThinkPad's, too) | ||
* [[HP Omnibook 4150]] notes ( not B ) | * [[HP Omnibook 4150]] notes ( not B ) | ||
Latest revision as of 14:37, 4 January 2007
Module Options
# /etc/modules.conf file for CS4232 audio # by Thomas Corriher (corriher@mailcity.com) alias char-major-116 snd options snd snd_major=116 snd_cards_limit=1 alias snd-card-0 snd-card-cs4232 options snd-card-cs4232 snd_index=-1 snd_id="Crystal_Audio" snd_port=0x534 snd_cport=0x120 snd_mpu_port=0x330 snd_fm_port=0x388 snd_irq=5 snd_mpu_irq=9 snd_dma1=1 snd_dma1_size=64 snd_dma2=0 snd_dma2_size=64 snd_isapnp 0 alias char-major-14 soundcore alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss
See also
- ThinkPad600 notes (maybe for other ThinkPad's, too)
- HP Omnibook 4150 notes ( not B )
- Toshiba Tecra 500CDT notes (maybe for others)