summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-24Update NEWS for 7.0 releaseArun Raghavan1-0/+5
2015-09-23i18n: Update Slovak translationDušan Kazik1-202/+261
2015-09-17tests: Fix test-suite failure on AlphaMichael Cree1-1/+4
2015-09-17lfe-filter: Deal with empty input chunksArun Raghavan1-1/+1
2015-09-16modules: Fix entry leak in module-card-restorePeter Meerwald1-1/+4
2015-09-16core: Add missing return on protocol errorPeter Meerwald1-1/+3
2015-09-16daemon: No need to check optarg, -p requires argumentPeter Meerwald1-1/+1
2015-09-13loopback: Fix the obviously-wrong "buffer+=buffer" logicAlexander E. Patrakov1-1/+1
2015-09-12build-sys: add sb-omni-surround-5.1.conf to Makefile.amTanu Kaskinen1-1/+2
2015-09-12build-sys: bump sonamesTanu Kaskinen1-1/+1
2015-09-12sink, source: Do not dereference freed memory when freeing the next eventsFelipe Sateler2-2/+4
2015-09-12util: pa_get_fqdn: always free addrinfoFelipe Sateler1-2/+7
2015-09-12i18n: Update Polish translationPiotr Drąg1-656/+752
2015-09-11Fix return code check of pa_append_to_home_dirFelipe Sateler1-1/+1
2015-09-10build-sys: fix order of libraries installationZavadovsky Yan1-1/+1
2015-09-07module: Always remove freed module from modules_pending_unloadDavid Henningsson1-2/+3
2015-09-07core-util: include xlocale.h when using strtod_l()Tanu Kaskinen1-0/+1
2015-09-07build-sys: check strtod_l instead of strtof_lTanu Kaskinen2-4/+4
2015-08-28alsa-mixer: sb-omni-surround-5.1.conf: remove analog-surround-40 mappingTanu Kaskinen1-7/+0
2015-08-28alsa-mixer: sb-omni-surround-5.1.conf: rename analog-stereo to analog-stereo-...Tanu Kaskinen1-2/+3
2015-08-28alsa-mixer: Add support for Creative SoundBlaster Omni Surround 5.1 USB sound...Nazar Mokrynskyi4-0/+93
2015-08-27update NEWS for 7.0Tanu Kaskinen1-0/+48
2015-08-27build-sys: bump sonamesTanu Kaskinen1-1/+1
2015-08-25alsa: Clarify potentially confusing device port data fieldArun Raghavan1-1/+1
2015-08-25alsa-mixer: Drop redundant conditional freesArun Raghavan1-5/+2
2015-08-21ucm: Add support for "JackHWMute"Tanu Kaskinen4-0/+134
2015-08-21ucm: Create only one jack object per kcontrolTanu Kaskinen3-20/+27
2015-08-21alsa: Move UCM port availability updating to the mixer codeTanu Kaskinen6-17/+112
2015-08-21alsa: Add associations between jacks, UCM devices and UCM portsTanu Kaskinen4-2/+90
2015-08-21ucm: Don't create separate input and output jacksTanu Kaskinen2-20/+19
2015-08-21alsa: Add pa_alsa_jack_new() and pa_alsa_jack_free()Tanu Kaskinen3-25/+39
2015-08-21alsa-mixer: Add "Front Line Out" and "Rear Line Out"David Henningsson3-0/+32
2015-08-21build-sys: make error message visibleTanu Kaskinen1-1/+1
2015-08-21alsa-mixer: Add descriptions for analog-stereo-input and analog-stereo-output...Tanu Kaskinen1-2/+7
2015-08-17pulse: Document client libraries logging behaviorAhmed S. Darwish1-0/+33
2015-08-14Removed exclamation marks from user-visible messages.Deepak Srivastava4-9/+9
2015-08-12patcl: Error msg from pactl not quite accurate for 'mute' commandsDeepak Srivastava1-4/+4
2015-08-12pacmd: Placeholders describing command line options should not have spacesManish Sogi1-1/+1
2015-07-29modules: Fix struct namespace collision on SolarisShawn Walker2-11/+11
2015-07-29build-sys: Fix up setting the bash completion dirArun Raghavan2-12/+7
2015-07-28build-sys: Make echo-cancel use speex cflags/libs conditionallyArun Raghavan1-2/+4
2015-07-28build-sys: Fix distcheck for systemd user unit dirArun Raghavan1-1/+1
2015-07-21combine-sink: Fix unsafe message handlingTanu Kaskinen1-28/+80
2015-07-21padsp: Avoid possible deadlock. Unlocked i->mainloop before returning from de...Deepak Srivastava1-0/+3
2015-07-21xen: Resource leak in local function alloc_gref() - alloc_fd and dev_fdManish Sogi1-3/+4
2015-06-18module: Warn about modules loaded after unloadDavid Henningsson1-0/+4
2015-06-12equalizer: Handle underlying sink going away better when autoloadedArun Raghavan1-3/+6
2015-06-12echo-cancel: Handle underlying sink going away better when autoloadedArun Raghavan1-4/+22
2015-06-12always-sink: Ignore filter sinksArun Raghavan1-3/+10
2015-06-12sink,source: Add a helper function to check whether this is a filterArun Raghavan5-4/+22