diff options
author | 2007-02-05 18:57:06 +0000 | |
---|---|---|
committer | 2007-02-05 18:57:06 +0000 | |
commit | fa3c390ae11ad7499dc9c6192a82a24c6020d90e (patch) | |
tree | ed1d19dea8f73a813fb60cf9bc223f48d8b8b8bd /profiles | |
parent | Updated the default ALSA_CARDS to build both emu10k1 drivers, since the emu10... (diff) | |
download | gentoo-2-fa3c390ae11ad7499dc9c6192a82a24c6020d90e.tar.gz gentoo-2-fa3c390ae11ad7499dc9c6192a82a24c6020d90e.tar.bz2 gentoo-2-fa3c390ae11ad7499dc9c6192a82a24c6020d90e.zip |
Added an initial set of ALSA_CARDS for bug #158680. This was copied from x86 and modified to remove the chipset-based modem drivers. I'm sure this could use some more cleaning up, but this will allow us to stabilize a newer ALSA.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/alpha/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/default-linux/alpha/make.defaults | 8 |
2 files changed, 13 insertions, 2 deletions
diff --git a/profiles/default-linux/alpha/ChangeLog b/profiles/default-linux/alpha/ChangeLog index 47f3da95dce1..66d3ca0bc531 100644 --- a/profiles/default-linux/alpha/ChangeLog +++ b/profiles/default-linux/alpha/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for Gentoo/x86 profile directory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/ChangeLog,v 1.22 2007/01/26 13:36:50 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/ChangeLog,v 1.23 2007/02/05 18:57:06 wolf31o2 Exp $ + + 05 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> make.defaults: + Added an initial set of ALSA_CARDS for bug #158680. This was copied from x86 + and modified to remove the chipset-based modem drivers. I'm sure this could + use some more cleaning up, but this will allow us to stabilize a newer ALSA. 26 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> +dev/2007.0/desktop/make.defaults, +dev/2007.0/desktop/parent, diff --git a/profiles/default-linux/alpha/make.defaults b/profiles/default-linux/alpha/make.defaults index f7db82ce386a..c70fc5a07309 100644 --- a/profiles/default-linux/alpha/make.defaults +++ b/profiles/default-linux/alpha/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/make.defaults,v 1.8 2006/08/21 08:45:58 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/make.defaults,v 1.9 2007/02/05 18:57:06 wolf31o2 Exp $ ARCH="alpha" ACCEPT_KEYWORDS="alpha" @@ -17,3 +17,9 @@ USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib" # Defaults for video drivers VIDEO_CARDS="cirrus ati dummy fbdev glint mga nv rendition s3 s3virge savage \ siliconmotion sisusb tdfx tga v4l vga voodoo" + +# 2007/02/05 - Chris Gianelloni <wolf31o2@gentoo.org> +# Defaults for audio drivers. These are copied from x86 (minus modems), since +# Alpha supports the same busses. +ALSA_CARDS="ali5451 als4000 bt87x ca0106 cmipci emu10k1 ens1370 ens1371 es1938 \ + es1968 fm801 hda-intel intel8x0 maestro3 trident usb-audio via82xx ymfpci" |