summaryrefslogtreecommitdiff
path: root/include/sndio.h
AgeCommit message (Expand)Author
2024-05-24sndio: Add a display string to the sioctl_open APIAlexandre Ratchov
2022-04-29Add sio_flush(3) function to stop playback immediatelyAlexandre Ratchov
2020-06-28Allow switching between alternate devices (-F option) with sndioctl(1)Alexandre Ratchov
2020-06-28Add a new SIOCTL_SEL control type to select one of a predefined set ofAlexandre Ratchov
2020-06-18Fix comments about sioctl_desc's maxval fieldAlexandre Ratchov
2020-02-26Add API to control audio device parameters exposed by sndiod.Alexandre Ratchov
2015-12-20Expose internal functions necessary to open audio devices and midiAlexandre Ratchov
2012-08-22hex constants unsigned, prevents some gcc warningsMarc Espie
2012-07-08Include sys/types.h rather than sys/param.h to pull BYTE_ORDER macros.Alexandre Ratchov
2012-05-23Make the "default" string a valid device name that has the same effectAlexandre Ratchov
2012-04-11Use "unsigned int" rather than "unsigned". No object change.Alexandre Ratchov
2010-11-06make sio_onvol(3) return a integer exposing whether a volume knobAlexandre Ratchov
2009-07-25use const qualifier in libsndio, making it slightly more consistentAlexandre Ratchov
2009-07-25Currently midi capable programs can control midi hardware, butAlexandre Ratchov
2009-04-21move src/lib/libsndio/sndio.h into src/include where other includeAlexandre Ratchov