summaryrefslogtreecommitdiff
path: root/backends/oss/oss-device.c
AgeCommit message (Collapse)AuthorFilesLines
2015-09-26oss: Only use modify counter for polling on Linux, it is broken on BSDsMichal Ratajsky1-10/+10
2014-11-03oss: Fix order of switch options to match priority listMichal Ratajsky1-17/+12
Also remove obsolete items from the input priority list
2014-11-03oss: Fix GCC warningMichal Ratajsky1-1/+1
2014-11-03oss: Prefer custom list of OSS device directions when assigning controls to ↵Michal Ratajsky1-2/+21
streams
2014-10-31oss: Improve *_list_streams functions and handling of device streamsMichal Ratajsky1-27/+41
Makes the functions compatible with the ALSA code. As streams in OSS are not dynamic elements, they are removed as soon as they are known to be useless.
2014-08-18Global updateMichal Ratajsky1-155/+510
2014-08-12Add ALSA, improve OSS and remove OSS4Michal Ratajsky1-365/+244
2014-07-25Support OSSMichal Ratajsky1-0/+525