summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksound
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-08-19 19:34:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-08-19 19:34:35 +0000
commitf2c9aaef837eceaebbc643f77492fce69fb32f3f (patch)
tree6f657d56e7fc9e374fca80cf92dc4f2e6d52d018 /perl-install/standalone/draksound
parent47193590cbe2f3c1de7bac211464d525a87218f7 (diff)
downloaddrakx-f2c9aaef837eceaebbc643f77492fce69fb32f3f.tar
drakx-f2c9aaef837eceaebbc643f77492fce69fb32f3f.tar.gz
drakx-f2c9aaef837eceaebbc643f77492fce69fb32f3f.tar.bz2
drakx-f2c9aaef837eceaebbc643f77492fce69fb32f3f.tar.xz
drakx-f2c9aaef837eceaebbc643f77492fce69fb32f3f.zip
full pci probe does not freeze anymore, removing code work-arounding the freeze
Diffstat (limited to 'perl-install/standalone/draksound')
-rwxr-xr-xperl-install/standalone/draksound2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound
index 1e4f299f6..3f862c21f 100755
--- a/perl-install/standalone/draksound
+++ b/perl-install/standalone/draksound
@@ -31,7 +31,7 @@ my $in = 'interactive'->vnew('su');
modules::mergein_conf('/etc/modules.conf');
-my @devices = grep { $_->{media_type} eq 'MULTIMEDIA_AUDIO' } detect_devices::probeall(1);
+my @devices = grep { $_->{media_type} eq 'MULTIMEDIA_AUDIO' } detect_devices::probeall();
if (@devices) {
# TODO: That need some work for multiples sound cards
map_index {