summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-03switch-on-port-available: Add some basic propertiesDavid Henningsson1-0/+5
2016-04-02memblock/pstream: Fix two compiler warningsDavid Henningsson2-2/+4
2016-03-08alsa-mixer: refactor element_probe and fix >2 channel bugDavid Henningsson1-230/+206
2016-02-26switch-on-port-available: Switch from HDMI to analog; but not the other way a...David Henningsson1-3/+3
2015-12-18gitignore: Add .orig and .rej to gitignoreDavid Henningsson1-0/+2
2015-12-14typedefs.h: Move some typedefs to a separate fileDavid Henningsson9-19/+47
2015-11-27card: Only update port's preferred profile if profile is savedDavid Henningsson1-9/+18
2015-11-22module-card-restore: Remove "version" from internal entry structDavid Henningsson1-10/+7
2015-11-22module-switch-on-port-available: Route to preferred profileDavid Henningsson1-67/+105
2015-11-22module-switch-on-port-available: Use input and output namesDavid Henningsson1-0/+7
2015-11-22card-restore: Save and restore "preferred profile" of portDavid Henningsson1-5/+44
2015-11-22card: Update preferred_profile for ports when profile changesDavid Henningsson1-0/+18
2015-11-22device-port: Add preferred_profile field to pa_device_portDavid Henningsson2-0/+13
2015-11-22alsa-mixer: Fill in input and output namesDavid Henningsson3-1/+12
2015-11-22card: Add variables for splitting up a profileDavid Henningsson2-0/+10
2015-11-17alsa-mixer: Return early in case of no mixer poll descriptorsDavid Henningsson1-0/+8
2015-11-06alsa-mixer: Add "Front Headphone" to headset mic pathDavid Henningsson1-0/+3
2015-10-30volume: Add LFE balance APIDavid Henningsson6-1/+88
2015-10-30volume: Refactor get/set balance/fadeDavid Henningsson1-82/+33
2015-10-23alsa-mixer: Ignore volume with unexpected number of channelsDavid Henningsson1-3/+3
2015-10-20pstream: Fix use-after-free in srb_callbackDavid Henningsson1-1/+10
2015-10-20module-alsa-card: Report available ports before unavailable onesDavid Henningsson1-6/+25
2015-10-16card: Use pa_xmalloc0 when creating card profilesDavid Henningsson1-6/+1
2015-09-28shm: Warn on not being able to open shm filesDavid Henningsson1-3/+7
2015-09-28card: Use pa_xnew0 when creating a cardDavid Henningsson1-7/+1
2015-09-28client: Use pa_xnew0 when creating a clientDavid Henningsson1-5/+1
2015-09-25alsa-mixer: Add "Mic Boost" and "Line Boost" to analog-input.confDavid Henningsson1-0/+6
2015-09-07module: Always remove freed module from modules_pending_unloadDavid Henningsson1-2/+3
2015-08-21alsa-mixer: Add "Front Line Out" and "Rear Line Out"David Henningsson3-0/+32
2015-06-18module: Warn about modules loaded after unloadDavid Henningsson1-0/+4
2015-06-12stream: Check sample spec validity before abiding PULSE_LATENCY_MSECDavid Henningsson1-3/+5
2015-06-12echo-cancel: Add config.h in adrian-aec.cDavid Henningsson1-0/+4
2015-06-01lfe-filter-test: Use S16NE formatDavid Henningsson1-1/+1
2015-05-05alsa-mixer: Make line out path unavailable when "Front Headphone" is plugged inDavid Henningsson1-0/+4
2015-04-20core-util, pactl: Make one localised and one non-localised version of pa_yes_noDavid Henningsson2-10/+14
2015-04-10alsa-mixer: Add paths/ports for multichannel profileDavid Henningsson2-1/+5
2015-04-10alsa-mixer: Use separate profiles for Multichannel Input/OutputDavid Henningsson2-2/+15
2015-04-10module-switch-*: use pa_module_hook_connectDavid Henningsson2-46/+10
2015-04-10module-filter-*: use pa_module_hook_connectDavid Henningsson2-60/+14
2015-04-10module-alsa-card: use pa_module_hook_connectDavid Henningsson1-22/+4
2015-04-10module-suspend-on-idle: use pa_module_hook_connectDavid Henningsson1-72/+17
2015-04-10module-*-restore: use pa_module_hook_connectDavid Henningsson3-89/+23
2015-04-10module: Add hook dynarrayDavid Henningsson2-0/+20
2015-03-30resampler: Rename "lfe_filter_required" to "lfe_remixed"David Henningsson1-9/+9
2015-03-30resampler: Allow disabling the LFE filter by setting crossover to 0David Henningsson2-2/+2
2015-03-30resampler: Make some basic functions for rewindingDavid Henningsson4-5/+22
2015-03-30lfe-filter: Add rewind supportDavid Henningsson3-9/+108
2015-03-30memblock: Change pa_memblock_new_malloced to an inline functionDavid Henningsson1-1/+4
2015-03-30lfe-filter: Cleanup and refactorDavid Henningsson4-515/+33
2015-03-30lfe-filter: Enable LFE filter in the resamplerDavid Henningsson7-5/+265