summaryrefslogtreecommitdiff
path: root/src/pulsecore/cli-text.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-13Don't access pa_core structures directlyWim Taymans1-24/+61
2017-02-13pulsecore: Move pa_core structure into its own headerArun Raghavan1-0/+1
2015-09-25Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava1-9/+9
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-05-02sink-input, source-output: Remove redundant get_mute() functionsTanu Kaskinen1-2/+2
2013-07-09Use pa_(c)volume_snprint_verbose() everywhereTanu Kaskinen1-36/+28
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-10/+10
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-3/+0
2013-06-24Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)1-2/+1
2013-06-04cli: Fix plural in caption of source-outputs listPeter Meerwald1-1/+1
2013-02-18cli: Show card profile availability statusMikel Astiz1-3/+4
2013-02-18core: Internally deprecate pa_port_available_t to use pa_available_tMikel Astiz1-4/+4
2012-10-16cli: Output asterisk when default sink/source is foundDavid Henningsson1-4/+9
2012-07-17pacmd: Display inputs and outputs PASSTHROUGH flagFrédéric Dalleau1-2/+4
2012-06-29Assume that the ports hashmap of cards is always non-NULL.Tanu Kaskinen1-1/+3
2012-06-29card: Ensure that there's always at least one profile.Tanu Kaskinen1-13/+9
2012-06-27pacmd: Add functions to handle the latency offsetpoljar1-2/+3
2012-05-31pulsecore: Use PA_IDXSET_FOREACH wherever applicable.Harsh Prateek Bora1-10/+10
2012-02-14cli: Ensure source output volumes are printed via cli interface (pacmd ls)Colin Guthrie1-1/+20
2011-12-02device-port: Add a property list to ports.David Henningsson1-1/+5
2011-11-26cli: Show card ports and jack detection statusDavid Henningsson1-17/+31
2011-06-22Remove unnecessary #includesMaarten Bosmans1-3/+0
2011-02-22Allow read-only or non-existing sink input volume.Tanu Kaskinen1-7/+13
2009-08-28core: add priority field to pa_sink/pa_sourceLennart Poettering1-0/+4
2009-08-19sink: volume handling rework, new flat volume logicLennart Poettering1-3/+3
2009-08-15core: make fixed latency dynamically changeableLennart Poettering1-2/+2
2009-08-15core: split of FAIL_ON_SUSPEND into KILL_ON_SUSPEND and NO_CREATE_ON_SUSPENDLennart Poettering1-4/+6
2009-06-17alsa: rework mixer logicLennart Poettering1-3/+33
2009-06-05core: add a suspend cause flags fieldLennart Poettering1-0/+10
2009-04-13core: introduce new 'reference' volume for sinksLennart Poettering1-6/+9
2009-04-10core: add a seperate fixed_latency field for sinks/sources with fixed latencyLennart Poettering1-2/+10
2009-03-25add missing whitespaceLennart Poettering1-1/+1
2009-03-25introduce new flag that marks sinks/sources which can adjust the latency dyna...Lennart Poettering1-15/+28
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-03implement PA_STREAM_FAIL_ON_SUSPEND logicLennart Poettering1-2/+6
2009-01-28store the default sink/source in proper pa_sink*/pa_source* pointers instead ...Lennart Poettering1-2/+2
2009-01-27move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering1-6/+11
2009-01-27allow samples to be played with 'default' (i.e. unspecified) volume.Lennart Poettering1-3/+3
2009-01-27swap argument order of pa_cvolume_get_balance() to be a bit more systematicLennart Poettering1-4/+4
2009-01-27show pretty channel map name if possibleLennart Poettering1-5/+30
2009-01-23include list of sinks/source in card dumpLennart Poettering1-3/+17
2009-01-20add priority logic to find best default profileLennart Poettering1-1/+1
2009-01-20dump active profileLennart Poettering1-0/+5
2009-01-20cli: fix broken array access with signed state enumsMarc-André Lureau1-16/+36
2009-01-19show dB and balance for cached samplesLennart Poettering1-1/+5
2009-01-19fix up balance format string a bitLennart Poettering1-3/+3
2009-01-19allow setting properties for modules, tooLennart Poettering1-0/+6
2009-01-19show balance value in CLI listingsLennart Poettering1-1/+9
2009-01-17beautify cli output a bitLennart Poettering1-14/+14
2009-01-17dump profiles when listing cardsLennart Poettering1-2/+15