summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-12-06 23:05:03 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-12-06 23:05:03 +0100
commit5af5435290d13142aedcf6c9787dfa7cd204cac1 (patch)
tree654bda0cb51729a21a290c15a715fc415028a723 /perl-install/harddrake/sound.pm
parentbe494369a6e372fa0fd0032220d4ffd83f39ce4e (diff)
downloaddrakx-5af5435290d13142aedcf6c9787dfa7cd204cac1.tar
drakx-5af5435290d13142aedcf6c9787dfa7cd204cac1.tar.gz
drakx-5af5435290d13142aedcf6c9787dfa7cd204cac1.tar.bz2
drakx-5af5435290d13142aedcf6c9787dfa7cd204cac1.tar.xz
drakx-5af5435290d13142aedcf6c9787dfa7cd204cac1.zip
do not try to guess if driver is OSS or not, they all are ALSA
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r--perl-install/harddrake/sound.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm
index 5f19882c0..754c7aa89 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -187,10 +187,10 @@ sub config {
} elsif ($in->ask_from_({ title => N("Sound configuration"),
messages =>
$device->{description} .
- #-PO: here the first %s is either "OSS" or "ALSA",
+ #-PO: here the first %s is either "ALSA",
#-PO: the second %s is the name of the current driver
#-PO: and the third %s is the name of the default driver
- N("\n\nYour card currently uses the %s\"%s\" driver (the default driver for your card is \"%s\")", ($driver =~ /^snd_/ ? "ALSA " : "OSS "), $driver, $device->{driver}),
+ N("\n\nYour card currently uses the %s\"%s\" driver (the default driver for your card is \"%s\")", "ALSA ", $driver, $device->{driver}),
interactive_help => sub {
N("OSS (Open Sound System) was the first sound API. It's an OS independent sound API (it's available on most UNIX(tm) systems) but it's a very basic and limited API.
What's more, OSS drivers all reinvent the wheel.