summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* move harddrake::sound $index param in hash and pass only the hash ref aroundThierry Vignaud2003-04-011-32/+27
| | | | | functions
* perl_checker fixThierry Vignaud2003-03-061-1/+1
|
* fix #1929Thierry Vignaud2003-03-061-2/+2
|
* let fix #2244, #2245, #2730Thierry Vignaud2003-03-061-13/+12
|
* typo fix (s/snd-slot/sound-slot/)Thierry Vignaud2003-02-261-1/+1
|
* - {interactive_help} is a function returning text, it doesn't need to do the ↵Pascal Rigaux2003-02-131-3/+2
| | | | | | | help window - drop global interactive_help during install. Will be done per ->ask_*
* use {interactive_help}Pascal Rigaux2003-02-121-17/+16
|
* cs4239 is managed by both "ad1848" and "snd-cs4236"Thierry Vignaud2003-02-101-2/+2
|
* - if there's no know driver, offer to pick a driver in the driversThierry Vignaud2003-01-221-11/+14
| | | | | | | list in case ldetect-lst isn't up to date but the user know which driver to use - consolidate "pick any driver" entry
* handle proprietary driversThierry Vignaud2003-01-211-0/+5
|
* if there's no alternative driver or if the current setting does notThierry Vignaud2003-01-211-3/+32
| | | | | | please the user, let he pick any driver among multimedia/sound modules category
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-1/+1
|
* make all chkconfig calls be chrootedThierry Vignaud2003-01-201-1/+1
|
* "je n'en veux + de cette engeance" (c) pixel :Thierry Vignaud2003-01-161-9/+4
| | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad)
* happy drakxThierry Vignaud2003-01-161-1/+1
|
* 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
|