summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-12-05alsa-mixer: Add Dell Inspiron One 2020 to mic whitelistDavid Henningsson1-0/+2
2012-12-05alsa udev quirks: Add some more Dell devices to speaker whitelistDavid Henningsson1-0/+8
2012-12-05alsa: Try to support non-standard rates in alsa-sink/sourceArun Raghavan4-12/+22
2012-12-05bluetooth: Fix unacquired transports during sink resumeMikel Astiz1-2/+2
2012-12-04bluetooth: Request headset audio during profile switchMikel Astiz1-3/+6
2012-12-04bluetooth: Do not setup stream before thread startsMikel Astiz1-0/+4
2012-12-04bluetooth: Trivially refactor to call setup_stream() directlyMikel Astiz1-2/+3
2012-11-29conf: Load bluetooth-policy module by defaultMikel Astiz1-0/+4
2012-11-29bluetooth: Disable profile auto-switch policy for headsetsMikel Astiz1-0/+4
2012-11-29bluetooth: Merge headset ports into oneMikel Astiz1-20/+52
2012-11-29virtual-surround: check if resampled memblock is not equal to inputNiels Ole Salscheider1-2/+4
2012-11-23bluetooth: Unload device module when no audio profiles connectedTanu Kaskinen1-3/+25
2012-11-23bluetooth: Run the discovery hook only when necessaryMikel Astiz1-2/+8
2012-11-23bluetooth: Add helper pa_bluetooth_device_any_audio_connected()Tanu Kaskinen3-4/+27
2012-11-22bluetooth: Rename former device_is_audio()Mikel Astiz1-4/+4
2012-11-22bluetooth: Ignore Device.ConnectedTanu Kaskinen3-5/+1
2012-11-22bluetooth: Add a pa_bluetooth_discovery pointer to pa_bluetooth_device.Tanu Kaskinen2-18/+21
2012-11-20stream-restore: Add missing method handler argument.Juho Hämäläinen1-5/+6
2012-11-19core: Remove bad free() callArun Raghavan1-1/+0
2012-11-19sink-input, source-output: Check rate update success for passthroughArun Raghavan2-0/+16
2012-11-19source-output: Fix volume fixup for rate updateArun Raghavan1-3/+3
2012-11-16modules: Micro-optimisation for rewind_requested pathsArun Raghavan12-12/+12
2012-11-16sink: Process rewind requests also when suspended.Tanu Kaskinen14-60/+57
2012-11-16sink, source: Prevent unnecessary rate update attemptsArun Raghavan4-18/+10
2012-11-16alsa-mixer: Prefer "Digital Input Source:Digital Mic 1"David Henningsson1-3/+3
2012-11-15mainloop: Don't care about the mainloop state variable when waking up the mai...Tanu Kaskinen1-1/+1
2012-11-15mainloop: Change wakeup_requested type from pa_bool_t to pa_atomic_t.Tanu Kaskinen1-4/+3
2012-11-14alsa-mixer: Add "CLFE" and "Bass Speaker" namesDavid Henningsson3-0/+32
2012-11-09alsa-mixer: Add a few more machines to internal mic whitelistDavid Henningsson1-0/+6
2012-11-08pulse: Fix hole handling in pa_stream_peek().Tanu Kaskinen2-9/+31
2012-11-08introspect: Minor documentation fixArun Raghavan1-4/+4
2012-11-07alsa: get avail, delay, timestamps in a single kernel callPierre-Louis Bossart4-22/+21
2012-11-05Revert "tests: modify alsa-time-test to use 'check' framework"Arun Raghavan2-72/+50
2012-11-05alsa: Drop verbosity on UCM messageArun Raghavan1-1/+1
2012-11-04resampler: Fix crash if 'auto' resampler chooses ffmpeg with variable rateFrédéric Dalleau1-1/+4
2012-11-04device-restore: When restoring volume, print the restored volume to the log.Tanu Kaskinen1-6/+10
2012-11-03build-sys: Document libpulsecommon vs. libpulse duplicationv2.99.1Arun Raghavan1-0/+5
2012-11-03Revert "core: adjust playing_for and underrun_for at rewind"Arun Raghavan1-22/+4
2012-10-31core: adjust playing_for and underrun_for at rewindUoti Urpala1-4/+22
2012-10-30svolume: Fix ARM alignment issuesArun Raghavan1-41/+60
2012-10-30tests: Minor alignment adjustment fix for cpu-testArun Raghavan1-1/+2
2012-10-30match: Use the SINK_INPUT_FIXATE hook instead of NEW.Tanu Kaskinen1-5/+5
2012-10-30combine: Keep the timer active in the null mode only when running.Tanu Kaskinen1-5/+3
2012-10-30virtual-surround-sink: Fix setting max_request and max_rewind.Tanu Kaskinen1-2/+2
2012-10-30loopback: Don't fix the source output format/rate/channels.Tanu Kaskinen1-9/+0
2012-10-30loopback: Use the real sample spec once it's known.Tanu Kaskinen1-0/+5
2012-10-30resampler: Make sure that there are no overflows when multiplying potentially...Tanu Kaskinen1-6/+6
2012-10-30memblockq: Fix the order of setting minreq and prebuf.Tanu Kaskinen2-3/+3
2012-10-30core-util: Don't error out on existing runtime directory.Thomas Martitz1-2/+3
2012-10-30core: Proper poll() emulation to fix pacat and friends on WindowsThomas Martitz4-19/+645