diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-06 11:50:25 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-06 11:50:25 +0000 |
commit | 515257b3a31240952a54eeb3cb31242ce4fc85f4 (patch) | |
tree | ab6b49f65e3b5844e9598954c9c0b2d1f8970510 /profiles | |
parent | version bump; only fixes in the build system. Added patches to avoid depende... (diff) | |
download | historical-515257b3a31240952a54eeb3cb31242ce4fc85f4.tar.gz historical-515257b3a31240952a54eeb3cb31242ce4fc85f4.tar.bz2 historical-515257b3a31240952a54eeb3cb31242ce4fc85f4.zip |
Add ALSA_CARDS defaults for PowerPC (32).
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ppc/ppc32/make.defaults | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/default-linux/ppc/ppc32/make.defaults b/profiles/default-linux/ppc/ppc32/make.defaults index 38f3b7eede4d..3b329fb59ba8 100644 --- a/profiles/default-linux/ppc/ppc32/make.defaults +++ b/profiles/default-linux/ppc/ppc32/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/ppc/ppc32/make.defaults,v 1.4 2006/09/09 15:38:16 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc32/make.defaults,v 1.5 2006/12/06 11:50:25 flameeyes Exp $ # All extra USE/etc should be specified in sub-profiles. # DO NOT POLLUTE USE ON THIS PROFILE. @@ -21,3 +21,8 @@ USE="${STAGE1_USE} berkdb crypt ipv6 ncurses nls nptl perl python readline ssl t # Defaults for video drivers VIDEO_CARDS="ati chips dummy fbdev glint imstt mga nv s3 s3virge savage \ sisusb tdfx trident v4l voodoo" + +# 2006/12/06 - Diego Pettenò <flameeyes@gentoo.org> +# Defaults for PowerPC sound driver +ALSA_CARDS="aoa aoa-fabric-layout aoa-onyx aoa-soundbus aoa-soundbus-i2s aoa-tas + aoa-toonie powermac usb-audio via82xx" |