summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* move "require standalone" where neededThierry Vignaud2003-01-161-1/+1
|
* fix sound configuration while installingThierry Vignaud2003-01-161-3/+7
|
* do not "use standalone" in a module used during install!Pascal Rigaux2003-01-151-2/+2
|
* snd-sscape does not existThierry Vignaud2003-01-151-1/+0
|
* - factorize snd devices listing in detect_devices::getSoundDevices()Thierry Vignaud2003-01-151-0/+9
| | | | | | | | so that each caller is ppc aware - factorize sound slots configuration into harddrake::sound::configure_sound_slots() so that harddrake service will eventually set them at bootstrapping time
* add missing sound modules (found by check_snd in comparingThierry Vignaud2003-01-141-5/+8
| | | | | harddrake::sound vs list_modules). we only left audio and bttv...
* add a "trouble shooting" windowThierry Vignaud2003-01-141-4/+38
|
* there's an oss usb driver tooThierry Vignaud2003-01-091-2/+2
|
* - snd-rme9652 is a snd-rme96 sub moduleThierry Vignaud2003-01-091-4/+3
| | | | | - fix rme96xx <=> snd-rme96 equivalence
* quite a number of ensoniq cards are managed by sb.oThierry Vignaud2003-01-091-7/+6
|
* - pss is the oss equivalent of alsa ad1848Thierry Vignaud2003-01-091-2/+2
| | | | | - oss ad1848 is not a driver but a sub module
* cmi8330 is handled by sb tooThierry Vignaud2003-01-091-3/+3
|
* als100 card is handled by sb oss sound driverThierry Vignaud2003-01-091-3/+3
|
* oss trident driver handle ali5451 tooThierry Vignaud2003-01-091-3/+3
|
* - remove dobleThierry Vignaud2003-01-091-3/+2
| | | | | | - add a comment noting there's no alsa alternative for oss' ad1889 driver
* fix "unlisted driver" bug for rme driverThierry Vignaud2003-01-091-3/+3
|
* - add new oss drivers : ad1889, ali5455 and forteThierry Vignaud2003-01-091-13/+13
| | | | | | | | | | | - mark forte as oss counterpart for alsa snd-fm801 driver - mark ice1712 as oss counterpart for alsa snd-ice1712 driver - mark ali5455 as one of the oss counterpart for alsa snd-intel8x0 driver - update top commentary - snd-via686 and snd-via8233 were merged in via82cxxx_audio - don't pollute install ml anymore
* perl_checker adaptationsPascal Rigaux2002-11-271-3/+3
|
* make perl_checker happyPascal Rigaux2002-11-181-1/+1
|
* - add missing printer directoryThierry Vignaud2002-11-151-0/+2
| | | | | - bump version to 9.1 like most of our packages
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-3/+3
|
* 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