summaryrefslogtreecommitdiffstats
path: root/src/modules/module-alsa-sink.c
Commit message (Expand)AuthorAgeFilesLines
* fix segfault when module-alsa-source fails to loadLennart Poettering2006-06-201-1/+1
* big s/polyp/pulse/gLennart Poettering2006-06-191-13/+13
* * alsa-sink: if "PCM" is not found as mixer track name, fallback to "Master"Lennart Poettering2006-05-301-1/+1
* * if an ALSA device doesn't support the channel count requested, use what ALS...Lennart Poettering2006-05-301-3/+10
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-161-13/+2
* remove superfluous log lineLennart Poettering2006-05-141-2/+0
* * set default fragment metrics depending on the sample specs of the device in...Lennart Poettering2006-05-131-3/+7
* use default alsa channel map for alsa devicesLennart Poettering2006-05-131-1/+13
* When a control is removed, all bits are set so we need to test for that first.Pierre Ossman2006-04-281-0/+3
* support new channel_map argument in sink/source modulesLennart Poettering2006-04-261-3/+13
* Fall back to software volume if hardware mixer cannot control all channels.Pierre Ossman2006-04-251-37/+27
* clip volume at PA_VOLUME_NORM for alsa devicesLennart Poettering2006-04-081-2/+13
* minor cleanupsLennart Poettering2006-04-071-4/+6
* Fix some warnings caused by size_t having varying size.Pierre Ossman2006-03-311-1/+1
* Fetch sound card name into sink/source description.Pierre Ossman2006-03-051-1/+11
* Tried to get the volume information even upon init failure.Pierre Ossman2006-03-051-4/+4
* Get notifications about mixer changes from ALSA.Pierre Ossman2006-02-261-6/+38
* Handle ALSA file descriptors more correctly. This means a bit more overhead,Pierre Ossman2006-02-261-8/+9
* Hardware volume support in ALSA modules.Pierre Ossman2006-02-261-0/+140
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-11/+11
* Cleaned up the includes after the restructuring. Indicate which headers arePierre Ossman2006-02-171-1/+1
* move alsa-util.[ch], oss-util.[ch] and howl-wrap.[ch] to the modules director...Lennart Poettering2006-02-161-1/+1
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-161-0/+292