summaryrefslogtreecommitdiff
path: root/src/modules/oss/oss-util.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-09modules: Use pa_streq instead of strcmp.Arti Trivedi Bora1-1/+1
2011-11-14oss: Use log2 function from core-util instead of own implementationMaarten Bosmans1-14/+5
2011-06-22Remove unnecessary #includesMaarten Bosmans1-1/+0
2010-10-15volume: Clamp volume to PA_VOLUME_MAXArun Raghavan1-2/+2
This ensures that we always clamp the volume to PA_VOLUME_MAX. While this currently has no effect, it will be required for making sure we don't exceed PA_VOLUME_MAX when its value changes in the future.
2009-10-30use pa_fopen_cloexec() where applicableLennart Poettering1-3/+3
2009-10-30use cloexec wrappers wherever applicableLennart Poettering1-7/+5
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-01-22NetBSD doesn't know ENOLINKJared D. McNeill1-0/+4
Signed-off-by: Lennart Poettering <lennart@poettering.net>
2009-01-22When resuming an OSS device ask for the very same fragment settings as we ↵Lennart Poettering1-0/+2
did the first time In OSS it is only possible to request fragment sizes that are powers of 2. However actually selected fragment sizes may be arbitrary values. This means that it is not always possible to request the same fragment size after a suspend that was used before the suspend because we simply cannot express it in the request. To work around that we should issue the same request as we did the first time.
2009-01-22make gcc shut up a bit moreLennart Poettering1-1/+6
2009-01-16Add support for 24bit samples encoded in the LSB of 32 bit wordsLennart Poettering1-0/+2
2009-01-16add support for 24bit packed samplesLennart Poettering1-0/+2
2009-01-15move alsa and oss modules into their own subdirectoriesLennart Poettering1-0/+417