summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
Commit message (Collapse)AuthorAgeFilesLines
* make perl_checker happyPascal Rigaux2002-11-061-1/+1
|
* replace complex "unless"s with "if"sPascal Rigaux2002-11-061-1/+1
|
* fix for modules.pm not exporting category2modules_and_descriptionThierry Vignaud2002-11-061-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-15/+15
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* add new driversThierry Vignaud2002-10-281-0/+2
|
* do a perl_checker pass after pixel one since he only do half the workThierry Vignaud2002-10-231-1/+2
|
* make perl_checker happy: replace PKG::f with PKG::f()Pascal Rigaux2002-10-231-1/+1
|
* reindent for lord pixThierry Vignaud2002-10-231-127/+127
|
* titi almost sux (he helped me that's why I can't say titi sux :p)Damien Chaumette2002-10-171-5/+1
|
* handle nvaudio tooThierry Vignaud2002-09-251-1/+2
|
* - fix: we displayed current driver as default one: display the right oneThierry Vignaud2002-09-111-2/+5
| | | | | - show a wait message while switching driver
* s/was the firt sound API/was the first sound API/Thierry Vignaud2002-09-111-1/+1
|
* description updateThierry Vignaud2002-09-101-1/+1
|
* fix OSS definitionThierry Vignaud2002-09-101-1/+1
|
* killing debugging printsThierry Vignaud2002-09-061-2/+1
|
* - blacklist cs46xx and cs4281 drivers : we won't unload these driversThierry Vignaud2002-09-061-8/+25
| | | | | | | since they're know to oopses the kernel but just warn the user - add rooted(), unload() and load() wrapper to check wheter we're in drakx or in standalone mode
* - workaround alsaconf's aliasesThierry Vignaud2002-09-061-5/+23
| | | | | | | - add an help button that describe ALSA and OSS - display current driver, its type (OSS or ALSA), and the default driver for the card
* display alternative drivers (oss, alsa) for sound cardsThierry Vignaud2002-09-021-4/+5
|
* Fixed typo (no space before a colon in English)Pablo Saratxaga2002-08-281-1/+1
|
* 20mdk:Thierry Vignaud2002-08-231-2/+1
| | | | | | | | | - florin fixes for firewalling - check that alternative is unknown, not the current driver, before saying that there's no alternative. anyway, our only caller cannot get there's with a current unknown driver since he only try listed/know drivers ....
* 19mdkThierry Vignaud2002-08-231-1/+0
|
* use right sound-slotThierry Vignaud2002-08-231-5/+4
|
* multiple sound cards fix: use the same index as our caller, don'tThierry Vignaud2002-08-221-1/+1
| | | | | force 0
* instead of generating my own list of module descriptions fromThierry Vignaud2002-08-201-7/+5
| | | | | | list_modules.pm list of sound modules, just usemodules::category2modules_and_description
* add draksound: allow to switch between alsa and oss;Thierry Vignaud2002-08-201-0/+193
should result in better sound support