summaryrefslogtreecommitdiff
path: root/backends/oss/oss-backend.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-21Provide and use convenience functions to remove some copy-pasted codeMichal Ratajsky1-15/+5
2017-02-21oss: Improve cleaning code and guard against incorrect useMichal Ratajsky1-2/+1
2017-02-21oss: Improve handling of default device and support sysctl on FreeBSDMichal Ratajsky1-165/+216
2017-02-21Change added/removed signal argument from name to objectMichal Ratajsky1-14/+9
2016-01-04Improve error checking in many placesMichal Ratajsky1-6/+10
2015-12-10alsa/oss: Correctly disconnect device signalsMichal Ratajsky1-3/+3
2014-10-31oss: Improve *_list_streams functions and handling of device streamsMichal Ratajsky1-10/+10
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-29Include backend flags in backend info and add a flag indicating stored ↵Michal Ratajsky1-4/+6
controls support
2014-08-21Fix memory problems in ALSA and MateMixerToggle and rename toggle option ↵Michal Ratajsky1-0/+1
properties
2014-08-18Global updateMichal Ratajsky1-131/+236
2014-08-12Add ALSA, improve OSS and remove OSS4Michal Ratajsky1-358/+341
2014-07-25Support OSSMichal Ratajsky1-15/+483
2014-07-18Add module skeleton and build supportMichal Ratajsky1-0/+136