summaryrefslogtreecommitdiff
path: root/src/pulsecore/cli-text.c
Commit message (Expand)AuthorAgeFilesLines
* Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava2015-09-251-9/+9
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* sink-input, source-output: Remove redundant get_mute() functionsTanu Kaskinen2014-05-021-2/+2
* Use pa_(c)volume_snprint_verbose() everywhereTanu Kaskinen2013-07-091-36/+28
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-10/+10
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-3/+0
* Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)2013-06-241-2/+1
* cli: Fix plural in caption of source-outputs listPeter Meerwald2013-06-041-1/+1
* cli: Show card profile availability statusMikel Astiz2013-02-181-3/+4
* core: Internally deprecate pa_port_available_t to use pa_available_tMikel Astiz2013-02-181-4/+4
* cli: Output asterisk when default sink/source is foundDavid Henningsson2012-10-161-4/+9
* pacmd: Display inputs and outputs PASSTHROUGH flagFrédéric Dalleau2012-07-171-2/+4
* Assume that the ports hashmap of cards is always non-NULL.Tanu Kaskinen2012-06-291-1/+3
* card: Ensure that there's always at least one profile.Tanu Kaskinen2012-06-291-13/+9
* pacmd: Add functions to handle the latency offsetpoljar2012-06-271-2/+3
* pulsecore: Use PA_IDXSET_FOREACH wherever applicable.Harsh Prateek Bora2012-05-311-10/+10
* cli: Ensure source output volumes are printed via cli interface (pacmd ls)Colin Guthrie2012-02-141-1/+20
* device-port: Add a property list to ports.David Henningsson2011-12-021-1/+5
* cli: Show card ports and jack detection statusDavid Henningsson2011-11-261-17/+31
* Remove unnecessary #includesMaarten Bosmans2011-06-221-3/+0
* Allow read-only or non-existing sink input volume.Tanu Kaskinen2011-02-221-7/+13
* core: add priority field to pa_sink/pa_sourceLennart Poettering2009-08-281-0/+4
* sink: volume handling rework, new flat volume logicLennart Poettering2009-08-191-3/+3
* core: make fixed latency dynamically changeableLennart Poettering2009-08-151-2/+2
* core: split of FAIL_ON_SUSPEND into KILL_ON_SUSPEND and NO_CREATE_ON_SUSPENDLennart Poettering2009-08-151-4/+6
* alsa: rework mixer logicLennart Poettering2009-06-171-3/+33
* core: add a suspend cause flags fieldLennart Poettering2009-06-051-0/+10
* core: introduce new 'reference' volume for sinksLennart Poettering2009-04-131-6/+9
* core: add a seperate fixed_latency field for sinks/sources with fixed latencyLennart Poettering2009-04-101-2/+10
* add missing whitespaceLennart Poettering2009-03-251-1/+1
* introduce new flag that marks sinks/sources which can adjust the latency dyna...Lennart Poettering2009-03-251-15/+28
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* implement PA_STREAM_FAIL_ON_SUSPEND logicLennart Poettering2009-02-031-2/+6
* store the default sink/source in proper pa_sink*/pa_source* pointers instead ...Lennart Poettering2009-01-281-2/+2
* move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering2009-01-271-6/+11
* allow samples to be played with 'default' (i.e. unspecified) volume.Lennart Poettering2009-01-271-3/+3
* swap argument order of pa_cvolume_get_balance() to be a bit more systematicLennart Poettering2009-01-271-4/+4
* show pretty channel map name if possibleLennart Poettering2009-01-271-5/+30
* include list of sinks/source in card dumpLennart Poettering2009-01-231-3/+17
* add priority logic to find best default profileLennart Poettering2009-01-201-1/+1
* dump active profileLennart Poettering2009-01-201-0/+5
* cli: fix broken array access with signed state enumsMarc-André Lureau2009-01-201-16/+36
* show dB and balance for cached samplesLennart Poettering2009-01-191-1/+5
* fix up balance format string a bitLennart Poettering2009-01-191-3/+3
* allow setting properties for modules, tooLennart Poettering2009-01-191-0/+6
* show balance value in CLI listingsLennart Poettering2009-01-191-1/+9
* beautify cli output a bitLennart Poettering2009-01-171-14/+14
* dump profiles when listing cardsLennart Poettering2009-01-171-2/+15
* rework module usage counter stuff to be pull basedLennart Poettering2009-01-151-1/+1
* kill autoload stuff as plannedLennart Poettering2009-01-151-40/+7