summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-02-21pacat: pass buffer_attr to recording streams tooLennart Poettering1-1/+1
2010-02-21bluetooth: add HFP Gateway supportJoão Paulo Rechi Vita4-20/+72
2010-02-21bluetooth: improve dbus loggingJoão Paulo Rechi Vita1-2/+3
2010-02-21build-sys: fix check for pthread_setaffinity_np()Lennart Poettering1-1/+1
2010-02-21build-sys: Add missing profile and alsa-mixer/paths to src/Makefile.amDaniel T Chen1-0/+3
2010-02-21pacmd: don't enter busy loop when reading from stdin very earlyLennart Poettering1-86/+100
2010-02-21daemon: first take name on the bus, then return in starter processLennart Poettering1-9/+9
2010-02-21scache: when playing a sample from the cache make sure not queue them up when...Lennart Poettering5-19/+31
2010-02-21sample-cache: use the sample name as unmodified fallback in the properties wh...Lennart Poettering1-1/+2
2010-02-21stream-restore: be a little bit more verbose why we don't reastore a sinkLennart Poettering1-1/+1
2010-02-21proplist: explicitly mention a role 'test'Lennart Poettering1-1/+1
2010-02-21channelmap: Use "Subwoofer" as pretty name for LFELennart Poettering1-1/+1
2010-02-21shm: don't complain about missing SHM segmentsLennart Poettering1-1/+1
2010-02-21pacmd: store away fd typeLennart Poettering1-4/+5
2010-02-21pacat: always fully fulfill write requestsLennart Poettering1-17/+30
2010-02-21fdsem: be more verbose when reading from eventfd fails.Lennart Poettering1-6/+35
2010-02-21dbus: first restart timer, then dispatch itLennart Poettering1-13/+16
2010-02-21padsp: emulate /dev/audio, tooLennart Poettering1-35/+20
2010-02-21alsa: use default output port namesLennart Poettering5-3/+5
2010-02-21alsa: cover "Internal Mic" elementsLennart Poettering9-0/+98
2010-02-21alsa: cover 'Shared Mic/Line in', 'Analog Source'Lennart Poettering1-0/+25
2010-02-21alsa: cover "Desktop Speaker" mixer elementsLennart Poettering9-8/+131
2010-02-21Revert "pacat: Don't use any buffer attr if we don't set any latency/process ...Lennart Poettering1-9/+4
2010-02-21pactl: implement pactl subscribeLennart Poettering1-4/+89
2010-02-17virtual-sink,source: enable virtual-source and virtual-sinkPierre-Louis Bossart1-2/+14
2010-02-17virtual-source: boilerplate virtual source for PCM processing on inputsPierre-Louis Bossart1-0/+771
2010-02-17virutal-sink: boilerplate virtual sink to add PCM processingPierre-Louis Bossart1-0/+635
2010-02-11pacat: Don't use any buffer attr if we don't set any latency/process time paramsColin Guthrie1-4/+9
2010-02-09native: rework handling of seeks that depend on variables the client does not...Lennart Poettering7-9/+20
2010-02-09client: implement $PULSE_LATENCY_MSECLennart Poettering1-6/+31
2010-02-09pacat: allow configuration of latency in msecLennart Poettering1-9/+37
2010-02-09udev: use ID_MODEL_ENC instead of ID_MODEL if it is setLennart Poettering1-0/+110
2010-02-09alsa: cover bass boost mixer elementLennart Poettering2-0/+13
2010-02-09udev: rework modem detection a bitLennart Poettering1-55/+62
2010-02-09udev: handle sound cards with both modem and audio properlyDaniel T. Chen1-3/+56
2010-02-09alsa: Cover the 'Int Mic Boost' element.Colin Guthrie1-0/+9
2010-02-09alsa: cover Input Source:Int MicColin Guthrie1-0/+4
2010-02-09cpu: check for CMOV flag before using this intsruction in assemblyLennart Poettering3-4/+8
2010-02-09alsa: ignore volume changes from the hw if we are not on the active consoleLennart Poettering2-0/+6
2010-02-09udev: make sure we get events only for sound devicesLennart Poettering1-0/+5
2010-02-09log: add an easy way to disable log rate limitingLennart Poettering1-38/+50
2010-02-09bluetooth: fix invalid memory accessLennart Poettering1-1/+7
2010-02-09once: make once related variables volatileLennart Poettering4-10/+5
2010-02-09udev: don't forget to unref devices we are not interested inLennart Poettering1-1/+3
2010-02-09client: verify connection state in pa_stream_connect_upload()Lennart Poettering1-0/+1
2010-02-09client: detect forking in sample cache API, tooLennart Poettering2-2/+8
2010-02-09bluetooth: don't hit an assert if latency is queried for a stooped recording ...Lennart Poettering1-3/+7
2010-02-09bluetooth: destruct stream only if it is not already destructedLennart Poettering1-13/+15
2010-02-09core: make sure we always return a valid memblock in sink_input_pop() callbacksLennart Poettering6-6/+24
2010-02-09native: fix request counter miscalculationsLennart Poettering3-57/+55