Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix package typo when switching to pipewire-media-session | Giuseppe Ghibò | 2023-04-24 | 1 | -1/+1 |
| | |||||
* | Don't force pavucontrol in plasma-desktop enviroment | Angelo Naselli | 2023-04-14 | 1 | -23/+47 |
| | |||||
* | More perl_checker pass | Giuseppe Ghibò | 2023-04-08 | 1 | -7/+7 |
| | |||||
* | Reorder services disabling in disable_all_pipewire() | Giuseppe Ghibò | 2023-04-08 | 1 | -6/+6 |
| | |||||
* | Add more checking for pipewire and pulseaudio package overlapping | Giuseppe Ghibò | 2023-04-08 | 1 | -3/+3 |
| | |||||
* | Add checking for task packages availability | Angelo Naselli | 2023-04-08 | 1 | -27/+46 |
| | |||||
* | Better emphasize of the device | Giuseppe Ghibò | 2023-04-08 | 1 | -2/+2 |
| | |||||
* | Add missed $::prefix | Giuseppe Ghibò | 2023-04-08 | 1 | -2/+2 |
| | |||||
* | Add patch for initial pipewire config support | Giuseppe Ghibò | 2023-04-08 | 1 | -21/+425 |
| | |||||
* | 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 |
| | | | | it'll be reused in compssUsers.pl | ||||
* | 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 |
| | | | | defect introduced in commit fd75d4a8b1ee8805beb0a7627a084d2b5a201b3b | ||||
* | 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 |
| | | | | those days autodetection is the norm | ||||
* | 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 |
| | | | | | 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 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 |
| | | | | the sound card description is kept b/c next messages start by "\n\n" | ||||
* | 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 |
| | | | | | | | | | | | | | 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 logic | Thierry Vignaud | 2013-11-29 | 1 | -5/+0 |
| | | | | | rationale: we don't have any proprietary driver listed in ldetect-lst at all | ||||
* | (switch) merge it with config | Thierry Vignaud | 2013-11-29 | 1 | -7/+1 |
| | | | | | rationale: config() only calls switch() and switch() does more than offering old OSS<->ALSA switch | ||||
* | 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 |
| | | | | | rationale: all blacklisted drivers were OSS and disapeared years ago... | ||||
* | drop OSS to ALSA map | Thierry Vignaud | 2013-11-29 | 1 | -159/+1 |
| | | | | OSS is not available for years | ||||
* | 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 ↵ | Colin Guthrie | 2011-05-18 | 1 | -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 Guthrie | 2011-05-18 | 1 | -25/+0 |
| | | | | which is deprecated | ||||
* | - 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 ↵ | Ahmad Samir | 2011-04-04 | 1 | -1/+1 |
| | | | | the above list!' | ||||
* | 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 |
| | | | | | | 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 |
| |