summaryrefslogtreecommitdiffstats
path: root/src/oss.c
Commit message (Collapse)AuthorAgeFilesLines
* systemd: add unit for bootup and shutdown soundsLennart Poettering2011-02-091-3/+0
|
* src: reindent for 8ch indentingLennart Poettering2010-02-201-305/+307
| | | | | | | | | | I am slowly moving all my projects to kernel-inspired 8ch indenting. This will break patches that haven't been merged yet, which I am aware of, but OTOH in times of git's --ignore-space-change shouldn't be too problematic. Yes, I am aware that reindenting like this sucks, but I cannot stand 4ch indenting anymore. Sorry.
* implement ca_context_playing() callLennart Poettering2009-08-271-0/+29
|
* oss: document lacking multichannel support for ossLennart Poettering2009-05-261-0/+3
|
* oss: initialize oss fd properly to avoid closing inappropriate file descriptorsBrian Cameron2009-05-101-0/+1
|
* Fix check for Stereo/Mono filesLennart Poettering2009-01-071-1/+1
| | | | This typo was pointed out by Geert Hedde Bosman.
* make _change_device() call take a const stringLennart Poettering2008-10-261-1/+1
|
* reorder inclusionsLennart Poettering2008-10-261-7/+6
|
* add tdb based shared lookup cacheLennart Poettering2008-09-021-1/+1
|
* OSS driver take 3Joe Marcus Clarke2008-08-211-0/+498
This adds the necessary error checking, and fixes the s/alsa/oss/ problem in configure.ac. Signed-off-by: Lennart Poettering <lennart@poettering.net>