summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | don't hit an assert when we cannot resume a deviceLennart Poettering2007-08-092-4/+8
| | * | by default, store esd socket in /tmp/.esd-`id -u`/socket, instead of /tmp/.es...Lennart Poettering2007-08-091-4/+12
| | * | listen for HAL ACL events; play an event sound on hw coldplug, hotplug and AC...Lennart Poettering2007-08-091-29/+157
| | * | add new function pa_scache_play_item_by_nameLennart Poettering2007-08-092-0/+14
| | * | fix bug in handling of defer eventsLennart Poettering2007-08-091-0/+1
| | * | modernize module-hal-detect.c and check for ALSA pcm_class != modemLennart Poettering2007-08-081-284/+282
| | * | modernize dbus-util.cLennart Poettering2007-08-081-151/+121
| | * | be more verbose when device does not support sampling parametersLennart Poettering2007-08-081-3/+3
| | * | Remove warning when client is too slow to handle our dataLennart Poettering2007-08-081-1/+1
| | * | properly reinitialize pollfd array after resumeLennart Poettering2007-08-082-27/+54
| | * | properly reinitialize pollfd array after resumeLennart Poettering2007-08-082-34/+73
| | * | don't print error on socket read/write failureLennart Poettering2007-08-081-3/+7
| | * | reinitialize sw params after resumeLennart Poettering2007-08-071-3/+6
| | * | add global suspend command to cliLennart Poettering2007-08-071-1/+28
| | * | port esound protocol to new lock-free coreLennart Poettering2007-08-062-244/+392
| | * | minor fixes and cleanupsLennart Poettering2007-08-062-19/+21
| | * | fix playback status queryingLennart Poettering2007-08-061-1/+1
| | * | fix a memory leakLennart Poettering2007-08-061-5/+10
| | * | fix playback over native protocolLennart Poettering2007-08-061-10/+25
| | * | initialize 'length' properlyLennart Poettering2007-08-061-1/+2
| | * | make sure to handle disconnecting our own connection properlyLennart Poettering2007-08-051-0/+5
| | * | minor optimization for cacheing in of samples by using posix_fadviseLennart Poettering2007-08-051-1/+18
| | * | use posix_fadvise to avoid page faults when reading audio files from diskLennart Poettering2007-08-051-8/+34
| | * | play memchunks completelyLennart Poettering2007-08-051-1/+1
| | * | initialize method pointers properlyLennart Poettering2007-08-051-15/+8
| | * | follow rename of pstream_close() to pstream_unlink()Lennart Poettering2007-08-051-2/+2
| | * | typesafe castsLennart Poettering2007-08-052-4/+4
| | * | Modernize pstream.[ch], reintroduce defer event to make things actually workLennart Poettering2007-08-052-66/+90
| | * | modernize play-memchunk and port it to the new coreLennart Poettering2007-08-051-48/+116
| | * | minor cleanupsLennart Poettering2007-08-051-17/+22
| | * | merge compat changes from trunkLennart Poettering2007-08-042-2/+3
| | * | Don't stop hardware on buffer underruns. Instead continue playing to guarante...Lennart Poettering2007-08-034-49/+91
| | * | Remove unnecessary snd_pcm_hwsync()Lennart Poettering2007-08-032-2/+0
| | * | On recommendation of Takashi Iwai prefer Master volume control over PCM and d...Lennart Poettering2007-08-032-2/+2
| | * | rename pa_source_output_new_data::corked to start_corked to match pa_sink_inp...Lennart Poettering2007-07-314-3/+4
| | * | A lot of updates, all necessary to get the native protocol ported:Lennart Poettering2007-07-3127-763/+1222
| | * | port module-alsa-source to new lock-free coreLennart Poettering2007-07-282-247/+559
| | * | minor cleanupsLennart Poettering2007-07-281-18/+11
| | * | fix suspending logicLennart Poettering2007-07-281-60/+89
| | * | drop data from inputs only when in running stateLennart Poettering2007-07-281-2/+4
| | * | It is now allowed to call pa_sink_get_volume() from thread contextLennart Poettering2007-07-281-3/+2
| | * | Fix suspending/resumingLennart Poettering2007-07-281-52/+58
| | * | add PA_SINK_OPENED/PA_SOURCE_OPENED macros for easier checking for _IDLE or _...Lennart Poettering2007-07-282-1/+9
| | * | restore proper mixer volume controlLennart Poettering2007-07-281-165/+152
| | * | reload OSS volume after unsuspendLennart Poettering2007-07-281-0/+5
| | * | bring back alsa fd list managemet, since we need it for proper mixer change n...Lennart Poettering2007-07-282-12/+201
| | * | port module-alsa-sink to new lock-free core. also add mmmap'ing support while...Lennart Poettering2007-07-285-574/+718
| | * | minor modernizationsLennart Poettering2007-07-281-6/+5
| | * | Disable memory mapping if we open the device in O_WRONLY. Unfortunately we ca...Lennart Poettering2007-07-261-1/+6
| | * | Fix channel remapping in resample; other modernizationsLennart Poettering2007-07-261-77/+78