Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add new function pa_strna | Lennart Poettering | 2009-01-22 | 1 | -1/+4 |
| | |||||
* | add new function pa_card_suspend() | Lennart Poettering | 2009-01-22 | 2 | -0/+19 |
| | |||||
* | mark a few more ALSA dB values as 'valid' for valgrind | Lennart Poettering | 2009-01-22 | 2 | -0/+16 |
| | |||||
* | don't include full path in driver name. | Lennart Poettering | 2009-01-22 | 6 | -6/+12 |
| | |||||
* | require autoconf 2.63 | Lennart Poettering | 2009-01-22 | 1 | -2/+2 |
| | |||||
* | implement pactl set-card-profile | Lennart Poettering | 2009-01-21 | 1 | -19/+38 |
| | |||||
* | implement PA_COMMAND_SET_CARD_PROFILE | Lennart Poettering | 2009-01-21 | 1 | -0/+40 |
| | |||||
* | enable module-card-restore by default | Lennart Poettering | 2009-01-21 | 1 | -0/+1 |
| | |||||
* | add a card profile restore module | Lennart Poettering | 2009-01-21 | 2 | -0/+292 |
| | |||||
* | minor cleanups | Lennart Poettering | 2009-01-21 | 1 | -3/+3 |
| | |||||
* | don't restore mute/volume when already set | Lennart Poettering | 2009-01-21 | 1 | -10/+27 |
| | |||||
* | make pa_card_new_data::active_profile a string | Lennart Poettering | 2009-01-21 | 2 | -11/+26 |
| | |||||
* | make implementation of module-alsa-card complete | Lennart Poettering | 2009-01-21 | 7 | -27/+114 |
| | |||||
* | fill in dev_id properly | Lennart Poettering | 2009-01-21 | 2 | -2/+13 |
| | |||||
* | remove leftover define | Lennart Poettering | 2009-01-21 | 1 | -2/+0 |
| | |||||
* | when changing profiles do the actual assignment in the generic implementation | Lennart Poettering | 2009-01-21 | 1 | -1/+5 |
| | |||||
* | remove bogus pa_core_check_idle() call | Lennart Poettering | 2009-01-21 | 1 | -2/+0 |
| | |||||
* | add set-card-profile CLI command | Lennart Poettering | 2009-01-21 | 1 | -0/+45 |
| | |||||
* | allow cards be referenced by their index | Lennart Poettering | 2009-01-21 | 1 | -0/+2 |
| | |||||
* | fix copy/paste error | Lennart Poettering | 2009-01-21 | 1 | -1/+1 |
| | |||||
* | add an API to create arbitrary alsa sinks/sources dynamically without having ↵ | Lennart Poettering | 2009-01-21 | 7 | -2930/+3177 |
| | | | | to load/unload modules | ||||
* | add new call pa_alsa_open_by_device_id_profile() | Lennart Poettering | 2009-01-20 | 4 | -41/+106 |
| | |||||
* | export pa_channel_map_superset() | Lennart Poettering | 2009-01-20 | 4 | -20/+24 |
| | |||||
* | add priority logic to find best default profile | Lennart Poettering | 2009-01-20 | 6 | -15/+43 |
| | |||||
* | always add 'disabled' profile | Lennart Poettering | 2009-01-20 | 1 | -1/+20 |
| | |||||
* | remove unused variable | Lennart Poettering | 2009-01-20 | 1 | -1/+0 |
| | |||||
* | show active profile | Lennart Poettering | 2009-01-20 | 1 | -0/+4 |
| | |||||
* | add client API for querying card information | Lennart Poettering | 2009-01-20 | 6 | -5/+344 |
| | |||||
* | dump active profile | Lennart Poettering | 2009-01-20 | 1 | -0/+5 |
| | |||||
* | fix destruction when no profiles are defined | Lennart Poettering | 2009-01-20 | 1 | -3/+5 |
| | |||||
* | don't divide by zero if no left resp. no right channels are defined | Lennart Poettering | 2009-01-20 | 1 | -2/+9 |
| | |||||
* | fix profile names to include input/output specifier | Lennart Poettering | 2009-01-20 | 1 | -2/+3 |
| | |||||
* | add missing eof checks | Lennart Poettering | 2009-01-20 | 2 | -2/+5 |
| | |||||
* | Merge commit 'flameeyes/buildfixes-2' | Lennart Poettering | 2009-01-20 | 2 | -3/+17 |
|\ | |||||
| * | Include the alsa/ subdirectory for modules in the search path. | Diego E. 'Flameeyes' Pettenò | 2009-01-20 | 1 | -0/+2 |
| | | | | | | | | Without this, out of tree builds fails. | ||||
| * | Allow to opt-out from building tests. | Diego E. 'Flameeyes' Pettenò | 2009-01-20 | 2 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | Since the tests are only useful either if you're hacking at pulseaudio as a developer, or when running "make check", allow users to opt-out from their build. This for instance allows for Gentoo users not to build the tests when installing the ebuild with tests disabled, and also allow for skipping over eventually broken tests when trying to get the basic build going on a port. | ||||
* | | document that I am a retard | Lennart Poettering | 2009-01-20 | 1 | -0/+4 |
| | | |||||
* | | remove misplaced whitespace | Lennart Poettering | 2009-01-20 | 1 | -1/+1 |
|/ | |||||
* | include sink/source state in pactl output | Lennart Poettering | 2009-01-19 | 1 | -0/+20 |
| | |||||
* | Document explicitly that the internal sink/source states are not considered ↵ | Lennart Poettering | 2009-01-19 | 1 | -6/+18 |
| | | | | part of the ABI/API | ||||
* | pulse: share private enum values with client side | Marc-André Lureau | 2009-01-20 | 3 | -20/+18 |
| | |||||
* | cli: fix broken array access with signed state enums | Marc-André Lureau | 2009-01-20 | 1 | -16/+36 |
| | | | | | I wish I could have merge sink_to_string and source_to_string, but the enum values are equal, and we cannot assume they will always be. | ||||
* | sink: trigger subscribe event on sink state change | Marc-André Lureau | 2009-01-20 | 1 | -1/+3 |
| | |||||
* | pulse: introspect sink state | Marc-André Lureau | 2009-01-20 | 6 | -29/+104 |
| | |||||
* | Merge commit 'vudentz/master' | Lennart Poettering | 2009-01-19 | 1 | -2/+5 |
|\ | |||||
| * | Fix hsp rate and channels. | Luiz Augusto von Dentz | 2009-01-19 | 1 | -2/+5 |
| | | |||||
* | | Merge commit '7104d54bbce8f9bd2553e16f45f3a0f69ac75b8b' | Lennart Poettering | 2009-01-19 | 1 | -4/+6 |
|\ \ | |||||
| * | | Add proper -I directives for out-of-tree builds. | Diego E. 'Flameeyes' Pettenò | 2009-01-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | When building out of tree, the generated files are put in builddir rather than srcdir, so handle that properly. | ||||
| * | | Create only the directory the current target should be created into. | Diego E. 'Flameeyes' Pettenò | 2009-01-19 | 1 | -4/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | With this change, instead of running multiple `mkdir -p` commands in all the rules for all the generated definition files, only the call for the current generated file is executed. Not only it should shorten build time (especially for parallel make) but it also fixes out-of-tree builds when new directories are added. The $(dir $@) construct is GNU make-specific, but the rest of the buildsystem is already GNU make-dependent so there should be no problem. | ||||
* | | Beef pactl output up a bit | Lennart Poettering | 2009-01-19 | 2 | -82/+132 |
| | |