summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
Commit message (Collapse)AuthorAgeFilesLines
* "snd-audigyls" ALSA driver was renamed "snd-ca0106" in ALSA CVS;Thierry Vignaud2004-12-221-1/+2
| | | | | let's have our tools be aware of that once our kernel got synced
* handle new snd-pcxhr driver from alsa CVSThierry Vignaud2004-12-221-0/+1
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
|
* (alsa2oss) add snd-azxThierry Vignaud2004-11-191-0/+1
|
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-2/+2
|
* add new sound drivers from kernel-tmb-2.6.7-2.tmb.6mdkThierry Vignaud2004-11-171-0/+9
|
* aspell's typo fixesThierry Vignaud2004-08-231-3/+3
|
* add hint about ala LaTeX strings for translatorsThierry Vignaud2004-08-091-2/+6
|
* make it clearer by factorizing arch() callThierry Vignaud2004-08-051-2/+4
|
* fix PPC entriesThierry Vignaud2004-08-051-3/+2
|
* add dmasound_pmac <=> snd-powermac (for ppc, Christiaan Welvaart)Pascal Rigaux2004-08-051-2/+4
|
* add support for ALSA on PPC and SPARCThierry Vignaud2004-08-051-0/+3
|
* align sound driver entriesThierry Vignaud2004-08-051-6/+6
|
* update sound drivers listThierry Vignaud2004-08-051-1/+12
|
* introduce ->ensure_binary_is_installed and use itPascal Rigaux2004-08-021-1/+1
|
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-18/+23
| | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes
* - rename add_alias() into set_alias()Pascal Rigaux2004-07-081-3/+3
| | | | | - create set_sound_slot() and use it
* (switch) perl_checker fixThierry Vignaud2004-03-191-1/+1
|
* install alsa-utils if needed (#6288)Thierry Vignaud2004-03-181-0/+1
|
* do not alter oss<->alsa drivers mapping table (olivier blin, #8501)Thierry Vignaud2004-03-171-7/+7
|
* When current driver doesn't match current sound card (because soundThierry Vignaud2004-03-171-0/+3
| | | | | | | | card has been replaced for example), draksound allows to choose the driver between current driver and its alternatives, but does not propose default driver and alternatives for current sound card. So available drivers don't match current sound card (olivier blin, #8501)
* handle new aureal driversThierry Vignaud2004-02-021-0/+3
|
* draksound doesn't write the sound alias b/c of wrong comparison with theThierry Vignaud2004-01-221-4/+4
| | | | | default driver, thus not configuring not yet configured cards (#6988)
* fix wrong message in error patch (catched by new perl_checker)Thierry Vignaud2003-12-171-2/+2
|
* handle new snd-bt87x driver from alsa-1.0.0-rc2Thierry Vignaud2003-12-091-2/+2
|
* prevent load new driver too during install (anthil #110)Thierry Vignaud2003-11-201-2/+2
|
* fix anthill bug #110 (install looping on missing module snd-pcm-oss)Thierry Vignaud2003-11-201-6/+8
|
* misc perl_checker cleanupsThierry Vignaud2003-10-201-1/+1
|
* prevent some obscure crash at install timeThierry Vignaud2003-09-181-0/+1
|
* when installing, remember the new sound driver so that the user isn'tThierry Vignaud2003-09-181-0/+1
| | | | | confused if he ever want to configure it again
* fix #5403:Thierry Vignaud2003-09-161-5/+4
| | | | | | - make sure to use OptionMenu instead of Combo boxes - move help into a tooltip
* fix #5488: do not overwrite current driver if it's a viable driver forThierry Vignaud2003-09-151-2/+5
| | | | | the current sound card
* show the current driver too (being preselected) so that users do notThierry Vignaud2003-09-151-1/+3
| | | | | get confused
* while bootstrapping, only write /etc/modules.conf only if we really altered itThierry Vignaud2003-08-261-0/+3
| | | | | (thus preventing depmod to be runned everytime)
* typo fixes from Arpad BiroThierry Vignaud2003-08-211-1/+1
|
* fixed typoPablo Saratxaga2003-08-131-1/+1
|
* fix #4258Thierry Vignaud2003-07-241-1/+2
|
* Fixed typos; updated Ukrainian po filePablo Saratxaga2003-06-271-2/+2
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-1/+1
|
* hackism to shut up perl_checkerThierry Vignaud2003-04-021-1/+1
|
* propagate $in where neededThierry Vignaud2003-04-011-3/+3
|
* 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