Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (get_alternative,switch) prevent stupid & useless "driver for your | Thierry Vignaud | 2007-09-12 | 1 | -5/+1 |
| | | | | | | | sound card is unlisted" thus there's no more need to: - list OSS/ALSA alternatives if none - sync draksound with list_modules | ||||
* | (get_alternative) factorize deref | Thierry Vignaud | 2007-09-12 | 1 | -4/+5 |
| | |||||
* | (configure_one_sound_slot) factorize code | Thierry Vignaud | 2007-08-30 | 1 | -4/+8 |
| | |||||
* | (configure_sound_slots) enable snd-ac97-codec power_save=1 option if ↵ | Thierry Vignaud | 2007-08-30 | 1 | -0/+1 |
| | | | | installed on laptop (#32213) | ||||
* | use '_' in modules names | Olivier Blin | 2007-08-20 | 1 | -150/+150 |
| | |||||
* | prevent "unlisted driver" error for snd-aoa, snd-cs5530, snd-echo3g, | Thierry Vignaud | 2007-06-15 | 1 | -0/+5 |
| | | | | | snd-usb-caiaq & snd-usb-usx2y drivers | ||||
* | add support for snd-cmi8788 driver | Thierry Vignaud | 2007-06-15 | 1 | -0/+1 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -3/+4 |
| | |||||
* | add support for new snd-als300 sound driver | Thierry Vignaud | 2006-01-27 | 1 | -0/+1 |
| | |||||
* | prevent some "unlisted driver" errors in harddrake | Thierry Vignaud | 2006-01-27 | 1 | -0/+2 |
| | |||||
* | (do_switch) make it more readable | Thierry Vignaud | 2005-12-02 | 1 | -2/+2 |
| | |||||
* | (do_switch) automatically install packages | Thierry Vignaud | 2005-11-29 | 1 | -1/+1 |
| | |||||
* | (switch) be more robust | Thierry Vignaud | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | (do_switch) make package installation actually work | Thierry Vignaud | 2005-11-28 | 1 | -1/+2 |
| | |||||
* | ones less space | Thierry Vignaud | 2005-11-21 | 1 | -1/+1 |
| | |||||
* | install aoss too when installing ALSA | Thierry Vignaud | 2005-11-21 | 1 | -1/+1 |
| | |||||
* | perl_checko cleanup | Thierry Vignaud | 2005-10-18 | 1 | -1/+1 |
| | |||||
* | make it somewhat clearer | Thierry Vignaud | 2005-10-17 | 1 | -1/+1 |
| | |||||
* | do display the driver description (#5403) | Thierry Vignaud | 2005-10-17 | 1 | -1/+4 |
| | |||||
* | move is_xbox from common to detect_devices | Olivier Blin | 2005-08-05 | 1 | -1/+1 |
| | |||||
* | add new snd-ad1889 driver from ALSA CVS | Thierry Vignaud | 2005-07-29 | 1 | -1/+2 |
| | |||||
* | handle snd-riptide | Thierry Vignaud | 2005-07-29 | 1 | -0/+1 |
| | |||||
* | emphasize if drivers are OSS or ALSA based (#15902) | Thierry Vignaud | 2005-07-28 | 1 | -1/+1 |
| | |||||
* | typo fix (#16944) | Thierry Vignaud | 2005-07-21 | 1 | -1/+1 |
| | |||||
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
| | | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) | ||||
* | XBox - add options "xbox=1" for sound driver (thx Thierry) | Stew Benedict | 2005-03-22 | 1 | -0/+1 |
| | |||||
* | align | Thierry Vignaud | 2005-02-11 | 1 | -2/+2 |
| | |||||
* | add snd-hdspm & snd-indigo | Thierry Vignaud | 2005-02-11 | 1 | -0/+2 |
| | |||||
* | add snd-emu10k1x | Thierry Vignaud | 2005-02-11 | 1 | -0/+1 |
| | |||||
* | snd-azx was renamed as snd-hda-intel in ALSA's CVS, so let's prepare | Thierry Vignaud | 2005-01-20 | 1 | -0/+1 |
| | | | | | ground for future | ||||
* | (switch) add hint for translator | Thierry Vignaud | 2005-01-19 | 1 | -0/+3 |
| | |||||
* | remove unused variable | Pascal Rigaux | 2005-01-06 | 1 | -1/+0 |
| | |||||
* | add a couple of new ALSA drivers (from CVS) | Thierry Vignaud | 2005-01-05 | 1 | -0/+5 |
| | |||||
* | add another sparc sound driver | Thierry Vignaud | 2005-01-03 | 1 | -0/+1 |
| | |||||
* | "snd-audigyls" ALSA driver was renamed "snd-ca0106" in ALSA CVS; | Thierry Vignaud | 2004-12-22 | 1 | -1/+2 |
| | | | | | let's have our tools be aware of that once our kernel got synced | ||||
* | handle new snd-pcxhr driver from alsa CVS | Thierry Vignaud | 2004-12-22 | 1 | -0/+1 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -1/+1 |
| | |||||
* | (alsa2oss) add snd-azx | Thierry Vignaud | 2004-11-19 | 1 | -0/+1 |
| | |||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -2/+2 |
| | |||||
* | add new sound drivers from kernel-tmb-2.6.7-2.tmb.6mdk | Thierry Vignaud | 2004-11-17 | 1 | -0/+9 |
| | |||||
* | aspell's typo fixes | Thierry Vignaud | 2004-08-23 | 1 | -3/+3 |
| | |||||
* | add hint about ala LaTeX strings for translators | Thierry Vignaud | 2004-08-09 | 1 | -2/+6 |
| | |||||
* | make it clearer by factorizing arch() call | Thierry Vignaud | 2004-08-05 | 1 | -2/+4 |
| | |||||
* | fix PPC entries | Thierry Vignaud | 2004-08-05 | 1 | -3/+2 |
| | |||||
* | add dmasound_pmac <=> snd-powermac (for ppc, Christiaan Welvaart) | Pascal Rigaux | 2004-08-05 | 1 | -2/+4 |
| | |||||
* | add support for ALSA on PPC and SPARC | Thierry Vignaud | 2004-08-05 | 1 | -0/+3 |
| | |||||
* | align sound driver entries | Thierry Vignaud | 2004-08-05 | 1 | -6/+6 |
| | |||||
* | update sound drivers list | Thierry Vignaud | 2004-08-05 | 1 | -1/+12 |
| | |||||
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -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 |