summaryrefslogtreecommitdiff
path: root/backends/oss/oss-device.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-21Provide and use convenience functions to remove some copy-pasted codeMichal Ratajsky1-2/+1
2017-02-21oss: Improve cleaning code and guard against incorrect useMichal Ratajsky1-28/+6
2017-02-21oss: Make sure device stream list is always correctMichal Ratajsky1-36/+14
2017-02-21oss: Prevent streams from being gettable at the time they are removedMichal Ratajsky1-4/+14
2017-02-21oss: Emit stream-added after streams are loadedMichal Ratajsky1-10/+9
2017-02-21Change added/removed signal argument from name to objectMichal Ratajsky1-12/+3
2016-01-04Improve error checking in many placesMichal Ratajsky1-1/+11
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
2014-11-03oss: Fix GCC warningMichal Ratajsky1-1/+1
2014-11-03oss: Prefer custom list of OSS device directions when assigning controls to s...Michal Ratajsky1-2/+21
2014-10-31oss: Improve *_list_streams functions and handling of device streamsMichal Ratajsky1-27/+41
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