| Commit message (Expand) | Author | Age | Files | Lines |
* | add help link for sound (mga#11824) | Thierry Vignaud | 2016-07-04 | 1 | -0/+1 |
* | perl_checker cleanup | Thierry Vignaud | 2016-07-04 | 1 | -1/+1 |
* | (get_libdir) introduce it | Thierry Vignaud | 2016-06-24 | 1 | -1/+1 |
* | kill last remaining mips bits | Thierry Vignaud | 2016-05-03 | 1 | -2/+1 |
* | fix not enough parameter catch by perl_checker | Thierry Vignaud | 2016-02-09 | 1 | -1/+1 |
* | make troubleshooting not an advanced setting | Thierry Vignaud | 2016-01-02 | 1 | -1/+0 |
* | drop support for picking an arbitrary driver | Thierry Vignaud | 2016-01-02 | 1 | -48/+2 |
* | simplify after previous commit | Thierry Vignaud | 2016-01-02 | 1 | -5/+3 |
* | drop support for switching between OSS <-> ALSA | Thierry Vignaud | 2016-01-02 | 1 | -29/+1 |
* | Bug 13837: Fix typo pauvucontrol -> pavucontrol | Yuri Chornoivan | 2015-07-05 | 1 | -1/+1 |
* | draksound: Kill off some old, no longer present services. | Colin Guthrie | 2014-10-20 | 1 | -10/+3 |
* | draksound: adapt to the switch to systemd for spawning PulseAudio | Pascal Terjan | 2014-10-20 | 1 | -20/+1 |
* | The list with drivers appears below, really (mga#1852) | Remco Rijnders | 2014-04-10 | 1 | -1/+1 |
* | do not try to guess if driver is OSS or not, they all are ALSA | Thierry Vignaud | 2013-12-06 | 1 | -2/+2 |
* | perl_checker cleanup | Thierry Vignaud | 2013-12-06 | 1 | -1/+1 |
* | kill message about alternative driver (mga#11824) | Thierry Vignaud | 2013-12-06 | 1 | -2/+1 |
* | kill dead comment | Thierry Vignaud | 2013-12-06 | 1 | -10/+0 |
* | do not offer to pick a random driver when we've a default one | Thierry Vignaud | 2013-11-29 | 1 | -1/+0 |
* | do not offer to switch to another driver if there's none | Thierry Vignaud | 2013-11-29 | 1 | -1/+0 |
* | reverse the if branches | Thierry Vignaud | 2013-11-29 | 1 | -7/+8 |
* | drop the Bad driver logic | Thierry Vignaud | 2013-11-29 | 1 | -5/+0 |
* | (switch) merge it with config | Thierry Vignaud | 2013-11-29 | 1 | -7/+1 |
* | simplify | Thierry Vignaud | 2013-11-29 | 1 | -4/+1 |
* | (get_alternative) kill it since we no more can choose between OSS & ALSA | Thierry Vignaud | 2013-11-29 | 1 | -8/+4 |
* | drop support for blacklist | Thierry Vignaud | 2013-11-29 | 1 | -13/+6 |
* | drop OSS to ALSA map | Thierry Vignaud | 2013-11-29 | 1 | -159/+1 |
* | update draksound troubleshooting text (mga#4162) | Colin Guthrie | 2013-04-04 | 1 | -12/+31 |
* | (write_config) more compact | Thierry Vignaud | 2011-05-18 | 1 | -3/+1 |
* | perl_checker cleanups after colin's commits | Thierry Vignaud | 2011-05-18 | 1 | -4/+1 |
* | make file tests more compact | Thierry Vignaud | 2011-05-18 | 1 | -9/+3 |
* | draksound: Rename PA variable to better reflect what it is. | Colin Guthrie | 2011-05-18 | 1 | -6/+6 |
* | More PA config writing robustness | Colin Guthrie | 2011-05-18 | 1 | -1/+4 |
* | draksound: Do not write PA config files if they do not exist | Colin Guthrie | 2011-05-18 | 1 | -1/+17 |
* | draksound: Remove the 'Enable 5.1...' option. This is now done via card profi... | Colin Guthrie | 2011-05-18 | 1 | -26/+0 |
* | draksound: Remove the 'Enable user switching...' option as it relies on HAL w... | Colin Guthrie | 2011-05-18 | 1 | -25/+0 |
* | - s/api/API/ | Ahmad Samir | 2011-04-04 | 1 | -2/+2 |
* | - perl -pi -e 's!trouble shoot!troubleshoot!' | Ahmad Samir | 2011-04-04 | 1 | -2/+2 |
* | - perl -pi -e 's!you can pick one in the above list!you can pick one from the... | Ahmad Samir | 2011-04-04 | 1 | -1/+1 |
* | perl-install/harddrake/sound.pm: fix draksound message grammar/structure | Ahmad Samir | 2011-03-19 | 1 | -1/+1 |
* | use right package names for alsa pulseaudio plugins | Christophe Fergeau | 2009-11-10 | 1 | -3/+3 |
* | small perl_checker fix | Christophe Fergeau | 2009-11-10 | 1 | -1/+1 |
* | Call common::symlinkf_update_alternatives rather than the broken common::set_... | Colin Guthrie | 2009-09-01 | 1 | -1/+1 |
* | draksound: Add support for soundprofiles using update-alternatives | Colin Guthrie | 2009-08-16 | 1 | -32/+10 |
* | draksound: Correctly enable/disable glitchfree on both hal and udev detection... | Colin Guthrie | 2009-08-14 | 1 | -7/+4 |
* | (is_pulseaudio_glitchfree_enabled) handle udev-detect module too (new PA) | Thierry Vignaud | 2009-07-23 | 1 | -1/+1 |
* | (is_pulseaudio_glitchfree_enabled,set_pulseaudio_glitchfree) enable to enable... | Thierry Vignaud | 2009-04-14 | 1 | -0/+28 |
* | perl_checker cleanup | Thierry Vignaud | 2009-04-14 | 1 | -1/+1 |
* | rename $disabling_routing as $disabling (will be reused in next commits) | Thierry Vignaud | 2009-04-14 | 1 | -4/+4 |
* | revert latest commit (useless since do_pkgs already do it) | Thierry Vignaud | 2009-02-16 | 1 | -1/+1 |
* | (switch) make sure package presence test can succeed in installer, | Thierry Vignaud | 2009-02-16 | 1 | -1/+2 |