summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add client API for querying card informationLennart Poettering2009-01-206-5/+344
|
* dump active profileLennart Poettering2009-01-201-0/+5
|
* fix destruction when no profiles are definedLennart Poettering2009-01-201-3/+5
|
* don't divide by zero if no left resp. no right channels are definedLennart Poettering2009-01-201-2/+9
|
* fix profile names to include input/output specifierLennart Poettering2009-01-201-2/+3
|
* add missing eof checksLennart Poettering2009-01-202-2/+5
|
* Merge commit 'flameeyes/buildfixes-2'Lennart Poettering2009-01-201-3/+11
|\
| * Include the alsa/ subdirectory for modules in the search path.Diego E. 'Flameeyes' Pettenò2009-01-201-0/+2
| | | | | | | | Without this, out of tree builds fails.
| * Allow to opt-out from building tests.Diego E. 'Flameeyes' Pettenò2009-01-201-3/+9
| | | | | | | | | | | | | | | | | | | | 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 retardLennart Poettering2009-01-201-0/+4
| |
* | remove misplaced whitespaceLennart Poettering2009-01-201-1/+1
|/
* include sink/source state in pactl outputLennart Poettering2009-01-191-0/+20
|
* Document explicitly that the internal sink/source states are not considered ↵Lennart Poettering2009-01-191-6/+18
| | | | part of the ABI/API
* pulse: share private enum values with client sideMarc-André Lureau2009-01-203-20/+18
|
* cli: fix broken array access with signed state enumsMarc-André Lureau2009-01-201-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 changeMarc-André Lureau2009-01-201-1/+3
|
* pulse: introspect sink stateMarc-André Lureau2009-01-206-29/+104
|
* Merge commit 'vudentz/master'Lennart Poettering2009-01-191-2/+5
|\
| * Fix hsp rate and channels.Luiz Augusto von Dentz2009-01-191-2/+5
| |
* | Merge commit '7104d54bbce8f9bd2553e16f45f3a0f69ac75b8b'Lennart Poettering2009-01-191-4/+6
|\ \
| * | Add proper -I directives for out-of-tree builds.Diego E. 'Flameeyes' Pettenò2009-01-191-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-191-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 bitLennart Poettering2009-01-192-82/+132
| |
* | show dB and balance for cached samplesLennart Poettering2009-01-191-1/+5
| |
* | fix up balance format string a bitLennart Poettering2009-01-191-3/+3
| |
* | fix doxygen version referencesLennart Poettering2009-01-193-8/+8
| |
* | fix bad free()Lennart Poettering2009-01-191-2/+0
| |
* | allow setting properties for modules, tooLennart Poettering2009-01-198-7/+55
| |
* | show balance value in CLI listingsLennart Poettering2009-01-191-1/+9
| |
* | add api for manipulating volume balancesLennart Poettering2009-01-194-0/+136
| |
* | get rid of pa_module_get_info because it is not usedLennart Poettering2009-01-172-8/+0
| |
* | beautify cli output a bitLennart Poettering2009-01-171-14/+14
| |
* | dump profiles when listing cardsLennart Poettering2009-01-171-2/+15
| |
* | actually create pa_card object in module-alsa-cardLennart Poettering2009-01-173-14/+165
| |
* | Don't enumerate invalid profileLennart Poettering2009-01-171-2/+3
| |
* | Split up pa_alsa_init_proplist into two seperate functions for the card and ↵Lennart Poettering2009-01-174-29/+36
| | | | | | | | snd_pcm_t specific parts
* | add pa_proplist_to_string_sep()Lennart Poettering2009-01-173-7/+28
| |
* | add pa_strbuf_isemptyLennart Poettering2009-01-172-0/+9
| |
* | add card profile proberLennart Poettering2009-01-164-51/+207
| |
* | remvoe a bit of duplicate codeLennart Poettering2009-01-164-55/+30
|/
* make use of PR_SET_TIMERSLACKLennart Poettering2009-01-163-0/+29
|
* Add support for 24bit samples encoded in the LSB of 32 bit wordsLennart Poettering2009-01-1613-19/+339
|
* add support for 24bit packed samplesLennart Poettering2009-01-1615-32/+370
|
* Add SPDIF/HDMI ALSA devices and device descriptions to device search tableLennart Poettering2009-01-155-73/+184
|
* rename card config to card profileLennart Poettering2009-01-152-35/+35
|
* include libcli.la in libprotocol-cli's dependenciesLennart Poettering2009-01-151-1/+1
|
* add stub makefiles for oss and alsa subdirsLennart Poettering2009-01-152-0/+2
|
* move alsa and oss modules into their own subdirectoriesLennart Poettering2009-01-158-8/+8
|
* rework module usage counter stuff to be pull basedLennart Poettering2009-01-1517-16/+124
|
* don't show autoload flag anymore since it is obsoleteLennart Poettering2009-01-151-4/+2
|