summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix paths for installer (#47871)Thierry Vignaud2009-02-161-1/+1
|
* (set_PA_autospan, write_config) disable auto spawning when diasbling PA (#47258)Thierry Vignaud2009-01-261-0/+16
|
* better style (#41358)Thierry Vignaud2008-09-091-1/+1
|
* (configure_one_sound_slot) do not set snd-ac97-codec's "power_save=1"Thierry Vignaud2008-06-161-1/+2
| | | | | options on MIPS
* (set_pulseaudio_routing) be more robust when managingThierry Vignaud2008-05-201-2/+2
| | | | | /etc/alsa/pulse-default.conf
* (switch) advise to log out if PA is enabled/disabledThierry Vignaud2008-05-131-0/+6
|
* (switch) remove typo fix from last commit that was here for debuggingThierry Vignaud2008-05-131-1/+1
|
* (switch) make sure that switch alsa-plugins-pulseaudio is installedThierry Vignaud2008-05-131-0/+4
| | | | | when enabling PA routing (#40533)
* (switch) grey 5.1 sound option if PA is disabledThierry Vignaud2008-05-131-0/+1
|
* (switch) grey PA routing if PA is disabledThierry Vignaud2008-05-091-0/+1
|
* disable PA routing when PA is disabled (#40219)Thierry Vignaud2008-05-091-1/+1
|
* (switch) kill unneeded ";"Thierry Vignaud2008-03-251-1/+1
|
* fix errors while setting PA preferences (#39270)Thierry Vignaud2008-03-251-3/+3
|
* recommend using insensitive search (#39136)Thierry Vignaud2008-03-211-1/+1
|
* "#-" is special for install, just use "#"Thierry Vignaud2008-03-131-1/+1
|
* (switch) factorize code to save PA settingsThierry Vignaud2008-03-111-8/+9
|
* (is_5_1_in_pulseaudio_enabled,set_5_1_in_pulseaudio,switch) enable toThierry Vignaud2008-03-111-0/+30
| | | | | set 5.1 channels (#38796)
* (switch) enable to reset the sound mixer to default valuesThierry Vignaud2008-03-111-0/+5
|
* (is_pulseaudio_routing_enabled,set_pulseaudio_routing,switch) addThierry Vignaud2008-03-111-0/+28
| | | | | support to enable/disable ALSA to PA routing (#37826)
* (switch) display trouble shooting when there's no driver tooThierry Vignaud2008-03-111-5/+5
|
* (is_user_switching_enabled,set_user_switching,switch) add support toThierry Vignaud2008-03-111-0/+26
| | | | | enable/disable user switching (#37826)
* (is_pulseaudio_enabled,set_pulseaudio,switch) add support to enable/disable ↵Thierry Vignaud2008-03-111-2/+31
| | | | PulseAudio (#37826)
* (switch) factorize common optionsThierry Vignaud2008-03-111-4/+6
|
* (switch) use the same API when there's no alternative driver (neededThierry Vignaud2008-03-111-3/+5
| | | | | for next commits)
* move all driver list & troubleshooting in an advanced expanderThierry Vignaud2008-02-201-0/+2
|
* (get_alternative,switch) prevent stupid & useless "driver for yourThierry Vignaud2007-09-121-5/+1
| | | | | | | sound card is unlisted" thus there's no more need to: - list OSS/ALSA alternatives if none - sync draksound with list_modules