summaryrefslogtreecommitdiffstats
path: root/src/modules/oss/oss-util.c
Commit message (Collapse)AuthorAgeFilesLines
* volume: Clamp volume to PA_VOLUME_MAXArun Raghavan2010-10-151-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.
* use pa_fopen_cloexec() where applicableLennart Poettering2009-10-301-3/+3
|
* use cloexec wrappers wherever applicableLennart Poettering2009-10-301-7/+5
|
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
|
* NetBSD doesn't know ENOLINKJared D. McNeill2009-01-221-0/+4
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* When resuming an OSS device ask for the very same fragment settings as we ↵Lennart Poettering2009-01-221-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.
* make gcc shut up a bit moreLennart Poettering2009-01-221-1/+6
|
* Add support for 24bit samples encoded in the LSB of 32 bit wordsLennart Poettering2009-01-161-0/+2
|
* add support for 24bit packed samplesLennart Poettering2009-01-161-0/+2
|
* move alsa and oss modules into their own subdirectoriesLennart Poettering2009-01-151-0/+417