diff options
author | 2002-05-24 01:10:35 +0000 | |
---|---|---|
committer | 2002-05-24 01:10:35 +0000 | |
commit | 66780385157f6d90626715441d94f1bde234b9c8 (patch) | |
tree | 955ce3ee8cd2bb6e843d145a28ddcb21f41c21a9 /media-sound | |
parent | modified digest (diff) | |
download | gentoo-2-66780385157f6d90626715441d94f1bde234b9c8.tar.gz gentoo-2-66780385157f6d90626715441d94f1bde234b9c8.tar.bz2 gentoo-2-66780385157f6d90626715441d94f1bde234b9c8.zip |
Aliased /dev/dsp and /dev/mixer to respective OSS emulation modules.
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/alsa-driver/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r7.ebuild (renamed from media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r6.ebuild) | 2 | ||||
-rw-r--r-- | media-sound/alsa-driver/files/alsa-modules.conf | 5 | ||||
-rw-r--r-- | media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc1-r7 (renamed from media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc1-r6) | 0 |
4 files changed, 11 insertions, 3 deletions
diff --git a/media-sound/alsa-driver/ChangeLog b/media-sound/alsa-driver/ChangeLog index 29215cd70755..979abfe35794 100644 --- a/media-sound/alsa-driver/ChangeLog +++ b/media-sound/alsa-driver/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for media-sound/alsa-driver # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.10 2002/05/13 03:04:21 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.11 2002/05/24 01:10:35 agenkin Exp $ *alsa-driver-0.9.0_rc1 (27 Apr 2002) + 23 May 2002; Arcady Genkin <agenkin@thpoon.com> + alsa-driver-0.9.0_rc1-r7.ebuild files/alsa-modules.conf : + + Aliased /dev/dsp and /dev/mixer to respective OSS emulation modules. + 12 May 2002; Arcady Genkin <agenkin@thpoon.com> alsa-driver-0.9.0_rc1-r6.ebuild : diff --git a/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r6.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r7.ebuild index 96b3a0599d37..9ea746bdaa59 100644 --- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r6.ebuild +++ b/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r6.ebuild,v 1.1 2002/05/13 03:04:21 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc1-r7.ebuild,v 1.1 2002/05/24 01:10:35 agenkin Exp $ DESCRIPTION="Advanced Linux Sound Architecture kernel modules" HOMEPAGE="http://www.alsa-project.org/" diff --git a/media-sound/alsa-driver/files/alsa-modules.conf b/media-sound/alsa-driver/files/alsa-modules.conf index 6a993e384dba..f114e81b21fd 100644 --- a/media-sound/alsa-driver/files/alsa-modules.conf +++ b/media-sound/alsa-driver/files/alsa-modules.conf @@ -1,5 +1,5 @@ # Alsa 0.9.X kernel modules' configuration file. -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/files/alsa-modules.conf,v 1.1 2002/04/28 17:18:10 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/files/alsa-modules.conf,v 1.2 2002/05/24 01:10:35 agenkin Exp $ # ALSA portion alias char-major-116 snd @@ -30,3 +30,6 @@ alias sound-service-0-12 snd-pcm-oss ## 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 diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc1-r6 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc1-r7 index ab82b0c07726..ab82b0c07726 100644 --- a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc1-r6 +++ b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.0_rc1-r7 |