summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
Commit message (Collapse)AuthorAgeFilesLines
* add help link for sound (mga#11824)Thierry Vignaud2016-07-041-0/+1
|
* perl_checker cleanupThierry Vignaud2016-07-041-1/+1
|
* (get_libdir) introduce itThierry Vignaud2016-06-241-1/+1
| | | | it'll be reused in compssUsers.pl
* kill last remaining mips bitsThierry Vignaud2016-05-031-2/+1
|
* fix not enough parameter catch by perl_checkerThierry Vignaud2016-02-091-1/+1
| | | | defect introduced in commit fd75d4a8b1ee8805beb0a7627a084d2b5a201b3b
* make troubleshooting not an advanced settingThierry Vignaud2016-01-021-1/+0
|
* drop support for picking an arbitrary driverThierry Vignaud2016-01-021-48/+2
| | | | those days autodetection is the norm
* simplify after previous commitThierry Vignaud2016-01-021-5/+3
|
* drop support for switching between OSS <-> ALSAThierry Vignaud2016-01-021-29/+1
|
* Bug 13837: Fix typo pauvucontrol -> pavucontrolYuri Chornoivan2015-07-051-1/+1
|
* draksound: Kill off some old, no longer present services.Colin Guthrie2014-10-201-10/+3
| | | | | We should probably rip out a lot more here (i.e. we should really not need to do any sound slot config these days in modprobe.conf)
* draksound: adapt to the switch to systemd for spawning PulseAudioPascal Terjan2014-10-201-20/+1
|
* The list with drivers appears below, really (mga#1852)Remco Rijnders2014-04-101-1/+1
|
* do not try to guess if driver is OSS or not, they all are ALSAThierry Vignaud2013-12-061-2/+2
|
* perl_checker cleanupThierry Vignaud2013-12-061-1/+1
|
* kill message about alternative driver (mga#11824)Thierry Vignaud2013-12-061-2/+1
| | | | the sound card description is kept b/c next messages start by "\n\n"
* kill dead commentThierry Vignaud2013-12-061-10/+0
|
* do not offer to pick a random driver when we've a default oneThierry Vignaud2013-11-291-1/+0
|
* do not offer to switch to another driver if there's noneThierry Vignaud2013-11-291-1/+0
|
* reverse the if branchesThierry Vignaud2013-11-291-7/+8
| | | | | | | | | | | | | rationale: since we no more offer an OSS alternative, the list is empty and thus we were not offering the dialog anymore. However it does more than offering to switch between OSS & ALSA: we do want to offer to configure PA even if we cannot switch to another driver. Thus the GUI is now either show an error dialog if there's no supported sound card of showing PA options
* drop the Bad driver logicThierry Vignaud2013-11-291-5/+0
| | | | | rationale: we don't have any proprietary driver listed in ldetect-lst at all
* (switch) merge it with configThierry Vignaud2013-11-291-7/+1
| | | | | rationale: config() only calls switch() and switch() does more than offering old OSS<->ALSA switch
* simplifyThierry Vignaud2013-11-291-4/+1
|
* (get_alternative) kill it since we no more can choose between OSS & ALSAThierry Vignaud2013-11-291-8/+4
|
* drop support for blacklistThierry Vignaud2013-11-291-13/+6
| | | | | rationale: all blacklisted drivers were OSS and disapeared years ago...
* drop OSS to ALSA mapThierry Vignaud2013-11-291-159/+1
| | | | OSS is not available for years
* update draksound troubleshooting text (mga#4162)Colin Guthrie2013-04-041-12/+31
|
* (write_config) more compactThierry Vignaud2011-05-181-3/+1
|
* perl_checker cleanups after colin's commitsThierry Vignaud2011-05-181-4/+1
|
* make file tests more compactThierry Vignaud2011-05-181-9/+3
|
* draksound: Rename PA variable to better reflect what it is.Colin Guthrie2011-05-181-6/+6
|
* More PA config writing robustnessColin Guthrie2011-05-181-1/+4
|
* draksound: Do not write PA config files if they do not existColin Guthrie2011-05-181-1/+17
|
* draksound: Remove the 'Enable 5.1...' option. This is now done via card ↵Colin Guthrie2011-05-181-26/+0
| | | | profiles in native GUIs for GNOME and KDE (or pavucontrol)
* draksound: Remove the 'Enable user switching...' option as it relies on HAL ↵Colin Guthrie2011-05-181-25/+0
| | | | which is deprecated
* - s/api/API/Ahmad Samir2011-04-041-2/+2
|
* - perl -pi -e 's!trouble shoot!troubleshoot!'Ahmad Samir2011-04-041-2/+2
|
* - perl -pi -e 's!you can pick one in the above list!you can pick one from ↵Ahmad Samir2011-04-041-1/+1
| | | | the above list!'
* perl-install/harddrake/sound.pm: fix draksound message grammar/structureAhmad Samir2011-03-191-1/+1
|
* use right package names for alsa pulseaudio pluginsChristophe Fergeau2009-11-101-3/+3
| | | | | | The code was looking for alsa-pulseaudio-plugins which is only provided by the alsa pulseaudio plugins. Their actual name is lib[64]alsa-pulseaudio-plugins
* small perl_checker fixChristophe Fergeau2009-11-101-1/+1
|
* Call common::symlinkf_update_alternatives rather than the broken ↵Colin Guthrie2009-09-011-1/+1
| | | | common::set_alternative version. Refs mdv#53243 and mdv#53344
* draksound: Add support for soundprofiles using update-alternativesColin Guthrie2009-08-161-32/+10
| | | | draksound: Drop support for alsa->pulse redirection option (it's too niche and confusing - and doesn't work nicely with sound profiles)
* draksound: Correctly enable/disable glitchfree on both hal and udev ↵Colin Guthrie2009-08-141-7/+4
| | | | detection modules.
* (is_pulseaudio_glitchfree_enabled) handle udev-detect module too (new PA)Thierry Vignaud2009-07-231-1/+1
|
* (is_pulseaudio_glitchfree_enabled,set_pulseaudio_glitchfree) enable to ↵Thierry Vignaud2009-04-141-0/+28
| | | | enable/disable glitch-free feature of PA
* perl_checker cleanupThierry Vignaud2009-04-141-1/+1
|
* rename $disabling_routing as $disabling (will be reused in next commits)Thierry Vignaud2009-04-141-4/+4
|
* revert latest commit (useless since do_pkgs already do it)Thierry Vignaud2009-02-161-1/+1
|
* (switch) make sure package presence test can succeed in installer,Thierry Vignaud2009-02-161-1/+2
| | | | | thus making this faster