Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use right package names for alsa pulseaudio plugins | Christophe Fergeau | 2009-11-10 | 1 | -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 fix | Christophe Fergeau | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | Call common::symlinkf_update_alternatives rather than the broken ↵ | Colin Guthrie | 2009-09-01 | 1 | -1/+1 |
| | | | | common::set_alternative version. Refs mdv#53243 and mdv#53344 | ||||
* | draksound: Add support for soundprofiles using update-alternatives | Colin Guthrie | 2009-08-16 | 1 | -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 Guthrie | 2009-08-14 | 1 | -7/+4 |
| | | | | detection modules. | ||||
* | (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 ↵ | Thierry Vignaud | 2009-04-14 | 1 | -0/+28 |
| | | | | enable/disable glitch-free feature of PA | ||||
* | 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 |
| | | | | | thus making this faster | ||||
* | fix paths for installer (#47871) | Thierry Vignaud | 2009-02-16 | 1 | -1/+1 |
| | |||||
* | (set_PA_autospan, write_config) disable auto spawning when diasbling PA (#47258) | Thierry Vignaud | 2009-01-26 | 1 | -0/+16 |
| | |||||
* | better style (#41358) | Thierry Vignaud | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | (configure_one_sound_slot) do not set snd-ac97-codec's "power_save=1" | Thierry Vignaud | 2008-06-16 | 1 | -1/+2 |
| | | | | | options on MIPS | ||||
* | (set_pulseaudio_routing) be more robust when managing | Thierry Vignaud | 2008-05-20 | 1 | -2/+2 |
| | | | | | /etc/alsa/pulse-default.conf | ||||
* | (switch) advise to log out if PA is enabled/disabled | Thierry Vignaud | 2008-05-13 | 1 | -0/+6 |
| | |||||
* | (switch) remove typo fix from last commit that was here for debugging | Thierry Vignaud | 2008-05-13 | 1 | -1/+1 |
| | |||||
* | (switch) make sure that switch alsa-plugins-pulseaudio is installed | Thierry Vignaud | 2008-05-13 | 1 | -0/+4 |
| | | | | | when enabling PA routing (#40533) | ||||
* | (switch) grey 5.1 sound option if PA is disabled | Thierry Vignaud | 2008-05-13 | 1 | -0/+1 |
| | |||||
* | (switch) grey PA routing if PA is disabled | Thierry Vignaud | 2008-05-09 | 1 | -0/+1 |
| | |||||
* | disable PA routing when PA is disabled (#40219) | Thierry Vignaud | 2008-05-09 | 1 | -1/+1 |
| | |||||
* | (switch) kill unneeded ";" | Thierry Vignaud | 2008-03-25 | 1 | -1/+1 |
| | |||||
* | fix errors while setting PA preferences (#39270) | Thierry Vignaud | 2008-03-25 | 1 | -3/+3 |
| | |||||
* | recommend using insensitive search (#39136) | Thierry Vignaud | 2008-03-21 | 1 | -1/+1 |
| | |||||
* | "#-" is special for install, just use "#" | Thierry Vignaud | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | (switch) factorize code to save PA settings | Thierry Vignaud | 2008-03-11 | 1 | -8/+9 |
| | |||||
* | (is_5_1_in_pulseaudio_enabled,set_5_1_in_pulseaudio,switch) enable to | Thierry Vignaud | 2008-03-11 | 1 | -0/+30 |
| | | | | | set 5.1 channels (#38796) | ||||
* | (switch) enable to reset the sound mixer to default values | Thierry Vignaud | 2008-03-11 | 1 | -0/+5 |
| | |||||
* | (is_pulseaudio_routing_enabled,set_pulseaudio_routing,switch) add | Thierry Vignaud | 2008-03-11 | 1 | -0/+28 |
| | | | | | support to enable/disable ALSA to PA routing (#37826) | ||||
* | (switch) display trouble shooting when there's no driver too | Thierry Vignaud | 2008-03-11 | 1 | -5/+5 |
| | |||||
* | (is_user_switching_enabled,set_user_switching,switch) add support to | Thierry Vignaud | 2008-03-11 | 1 | -0/+26 |
| | | | | | enable/disable user switching (#37826) | ||||
* | (is_pulseaudio_enabled,set_pulseaudio,switch) add support to enable/disable ↵ | Thierry Vignaud | 2008-03-11 | 1 | -2/+31 |
| | | | | PulseAudio (#37826) | ||||
* | (switch) factorize common options | Thierry Vignaud | 2008-03-11 | 1 | -4/+6 |
| | |||||
* | (switch) use the same API when there's no alternative driver (needed | Thierry Vignaud | 2008-03-11 | 1 | -3/+5 |
| | | | | | for next commits) | ||||
* | move all driver list & troubleshooting in an advanced expander | Thierry Vignaud | 2008-02-20 | 1 | -0/+2 |
| | |||||
* | (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 |
| |