diff options
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r-- | perl-install/harddrake/sound.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 3bdfb7697..d1af14606 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -149,7 +149,6 @@ sub switch { my ($in, $device) = @_; my $driver = $device->{driver}; my $alternative = get_alternative($driver); -# $alternative = [ "i810_audio", "snd-intel8x0"]; if ($alternative) { my $new_driver = $alternative->[0]; if ($driver eq "unknown") { |