summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-19make availability of ports visible over dbusJohn Horan1-2/+63
2015-10-19dbus: Add card profile availability info to APIJuho Hämäläinen2-6/+64
2015-10-19core-util: avoid calling fchmod if already right modeJulien Isorce1-1/+1
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 "Dock Line Out" jack handling to analog-output-speaker-alwaysTanu Kaskinen1-0/+4
2015-09-25alsa-mixer: Recognize "Dock Line Out" jackTakashi Iwai2-0/+12
2015-09-25bluetooth: bluez4: Remove the unused "auto_connect" parameter as it is not us...Manish Sogi1-9/+0
2015-09-25alsa-mixer: Add "Mic Boost" and "Line Boost" to analog-input.confDavid Henningsson1-0/+6
2015-09-25log: Fix compilation error on non-systemd systemsAhmed S. Darwish2-1/+4
2015-09-25log: Introduce PULSE_LOG_JOURNAL environment variableAhmed S. Darwish2-0/+15
2015-09-25daemon: Use Type=notify for systemd serviceFelipe Sateler2-0/+10
2015-09-25Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava24-46/+46
2015-09-25core: Fallbacks for machine-id in filesystemPeter Meerwald1-3/+12
2015-09-25build-sys: don't use the nodelete linker flag on executablesShawn Walker1-17/+19
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-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-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 Kaskinen1-3/+3
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-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-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