diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-16 01:31:22 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-11-16 01:31:22 +0000 |
commit | 13192335ce469e10c2518aeb47076ec46f3e1bfd (patch) | |
tree | 8bca599459f0026ab647aac6f334ac7b0ea3dfa9 /media-sound/alsa-utils | |
parent | Revision bump; fix /etc/pam.d/cron perms bug #71326 (diff) | |
download | historical-13192335ce469e10c2518aeb47076ec46f3e1bfd.tar.gz historical-13192335ce469e10c2518aeb47076ec46f3e1bfd.tar.bz2 historical-13192335ce469e10c2518aeb47076ec46f3e1bfd.zip |
readding accidently killed file
Diffstat (limited to 'media-sound/alsa-utils')
-rw-r--r-- | media-sound/alsa-utils/Manifest | 7 | ||||
-rw-r--r-- | media-sound/alsa-utils/files/alsa-modules.conf-rc | 39 |
2 files changed, 43 insertions, 3 deletions
diff --git a/media-sound/alsa-utils/Manifest b/media-sound/alsa-utils/Manifest index 29874594c245..1d3b45edaca4 100644 --- a/media-sound/alsa-utils/Manifest +++ b/media-sound/alsa-utils/Manifest @@ -8,13 +8,14 @@ MD5 2b19b71fe7ffde4f783fc5617cb430dd alsa-utils-1.0.6.ebuild 1807 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 MD5 3d11dd42884e1123fcacf5fb054ac5ff files/alsasound.confd 162 MD5 ddaf1d5cc1a19dff65e19e6470bc711d files/digest-alsa-utils-1.0.7 69 +MD5 954b0951b5fed9bf591abf9e7cc1963e files/alsa-modules.conf-rc 1162 MD5 f1913da934ebac3ce3178bd825459d2c files/alsasound 6247 MD5 c393c831cb8bcda375cd4690e85b3495 files/digest-alsa-utils-0.9.8 69 MD5 fb7f68ad1c0d4ad52a9de4477b47c5c8 files/digest-alsa-utils-1.0.6 69 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBlJqAArHZZzCEUG0RAj1yAKCIlbcswxZhIDtd0i2ep0EXwdNCVACeOdZK -j9m5RC3d8pz+5gsjyRtC6ZU= -=so8y +iD8DBQFBmViDArHZZzCEUG0RApV1AJ9giEx+htJKx2IJK6tCC0XQ1/C4/ACePXwu +/E0quBGmBgJVpqbtpKyNBw4= +=yUtl -----END PGP SIGNATURE----- diff --git a/media-sound/alsa-utils/files/alsa-modules.conf-rc b/media-sound/alsa-utils/files/alsa-modules.conf-rc new file mode 100644 index 000000000000..69d68425af69 --- /dev/null +++ b/media-sound/alsa-utils/files/alsa-modules.conf-rc @@ -0,0 +1,39 @@ +# Alsa 0.9.X kernel modules' configuration file. +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.conf-rc,v 1.4 2004/11/16 01:31:22 eradicator Exp $ + +# ALSA portion +alias char-major-116 snd +# OSS/Free portion +alias char-major-14 soundcore + +## +## IMPORTANT: +## You need to customise this section for your specific sound card(s) +## and then run `update-modules' command. +## Read alsa-driver's INSTALL file in /usr/share/doc for more info. +## +## ALSA portion +## alias snd-card-0 snd-interwave +## alias snd-card-1 snd-ens1371 +## OSS/Free portion +## alias sound-slot-0 snd-card-0 +## alias sound-slot-1 snd-card-1 +## + +# OSS/Free portion - 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-8 snd-seq-oss +alias sound-service-0-12 snd-pcm-oss +## OSS/Free portion - card #2 +## alias sound-service-1-0 snd-mixer-oss +## alias sound-service-1-3 snd-pcm-oss +## alias sound-service-1-12 snd-pcm-oss + +alias /dev/mixer snd-mixer-oss +alias /dev/dsp snd-pcm-oss +alias /dev/midi snd-seq-oss + +# Set this to the correct number of cards. +options snd cards_limit=1 |