Als4000
From the ALSA wiki
(Difference between revisions)
m (Added to module category) |
(Included content of module options page.) |
||
| Line 1: | Line 1: | ||
| - | == | + | == Module Options == |
| - | + | Here's the example for this module. Copy and paste this to the bottom of your /etc/modules.conf file. | |
| + | |||
| + | <code> | ||
| + | # ALSA portion | ||
| + | alias char-major-116 snd | ||
| + | alias snd-card-0 snd-als4000 | ||
| + | options snd-als4000 snd_enable_midi=1 | ||
| + | |||
| + | # OSS/Free portion | ||
| + | alias char-major-14 soundcore | ||
| + | alias sound-slot-0 snd-card-0 | ||
| + | |||
| + | # card #1 | ||
| + | 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-12 snd-pcm-oss | ||
| + | </code> | ||
| + | |||
| + | To copy and paste the above to your /etc/modules.conf file follow these [[instructions]]. | ||
[[Category:ALSA_modules]] | [[Category:ALSA_modules]] | ||
Latest revision as of 14:42, 5 January 2007
Module Options
Here's the example for this module. Copy and paste this to the bottom of your /etc/modules.conf file.
# ALSA portion alias char-major-116 snd alias snd-card-0 snd-als4000 options snd-als4000 snd_enable_midi=1 # OSS/Free portion alias char-major-14 soundcore alias sound-slot-0 snd-card-0 # card #1 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-12 snd-pcm-oss
To copy and paste the above to your /etc/modules.conf file follow these instructions.