summaryrefslogtreecommitdiffstats
path: root/src/modules/oss/module-oss.c
Commit message (Collapse)AuthorAgeFilesLines
* When resuming an OSS device ask for the very same fragment settings as we ↵Lennart Poettering2009-01-221-3/+5
| | | | | | | | | | | 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.
* include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut upLennart Poettering2009-01-221-0/+2
|
* fix segfault when in record-only modeLennart Poettering2009-01-221-1/+1
|
* only reread volume if we actually have a good mixer. Closes #466Lennart Poettering2009-01-221-7/+8
|
* move alsa and oss modules into their own subdirectoriesLennart Poettering2009-01-151-0/+1536