diff options
author | 2006-12-25 13:46:50 +0000 | |
---|---|---|
committer | 2006-12-25 13:46:50 +0000 | |
commit | 90e9b2c4e2ffaa29182fdcbf9215d755cdd62d0a (patch) | |
tree | 67e1a122172411bad4476ecb8f86d29ff04f68ae /media-sound | |
parent | New version (diff) | |
download | gentoo-2-90e9b2c4e2ffaa29182fdcbf9215d755cdd62d0a.tar.gz gentoo-2-90e9b2c4e2ffaa29182fdcbf9215d755cdd62d0a.tar.bz2 gentoo-2-90e9b2c4e2ffaa29182fdcbf9215d755cdd62d0a.zip |
Check for CONFIG_FW_LOADER for all the drivers that requires firmware loading. Close bug #159063.
(Portage version: 2.1.2_rc4)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/alsa-driver/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/alsa-driver/alsa-driver-1.0.14_rc1.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/media-sound/alsa-driver/ChangeLog b/media-sound/alsa-driver/ChangeLog index 3f77a98e1060..e956c1dc9be7 100644 --- a/media-sound/alsa-driver/ChangeLog +++ b/media-sound/alsa-driver/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/alsa-driver # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.248 2006/12/21 16:13:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.249 2006/12/25 13:46:50 flameeyes Exp $ + + 25 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> + alsa-driver-1.0.14_rc1.ebuild: + Check for CONFIG_FW_LOADER for all the drivers that requires firmware + loading. Close bug #159063. 21 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> alsa-driver-1.0.14_rc1.ebuild: diff --git a/media-sound/alsa-driver/alsa-driver-1.0.14_rc1.ebuild b/media-sound/alsa-driver/alsa-driver-1.0.14_rc1.ebuild index c8d13031d012..321eac52cba2 100644 --- a/media-sound/alsa-driver/alsa-driver-1.0.14_rc1.ebuild +++ b/media-sound/alsa-driver/alsa-driver-1.0.14_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.14_rc1.ebuild,v 1.3 2006/12/21 16:13:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.14_rc1.ebuild,v 1.4 2006/12/25 13:46:50 flameeyes Exp $ inherit linux-mod flag-o-matic eutils multilib @@ -65,7 +65,8 @@ pkg_setup() { sb16 sbawe sb16_csp sgalaxy sscape wavefront" local ISA_ERROR="Some of the drivers you selected require ISA support in your kernel ($(echo $ISA_DRIVERS)). Either enable ISA in your kernel or trim which drivers get compiled using ALSA_CARDS in /etc/make.conf." - local FW_DRIVERS="emu10k1 asihpi" + local FW_DRIVERS="darla20 gina20 layla20 darla24 gina24 layla24 mona mia echo3g indigo + indigoio indigodj emu10k1 korg1212 maestro3 riptide ymfpci asihpi" local FW_LOADER_ERROR="Some of the drivers you selected require 'Userspace firmware loading support' in your kernel (${FW_DRIVERS}). Either enable that feature or trim which drivers get compiled using ALSA_CARDS in /etc/make.conf." local TMP_ALSA_CARDS |