index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
sndiod
/
dev.c
Age
Commit message (
Expand
)
Author
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-04-29
Wait until the buffer is drained before closing the device
Alexandre Ratchov
2022-03-15
Fix crash caused by confusion between requested device and last used one
Alexandre Ratchov
2021-11-01
Stop binding audio devices exposed by sndiod to physical devices
Alexandre Ratchov
2021-05-03
If mode is not allowed in struct opt, then just play/record silence
Alexandre Ratchov
2021-04-28
sndiod: Attach client at the same position, regardless the device mode
Alexandre Ratchov
2021-04-28
sndiod: Allocate (free) conversion buffers in slot_attach (slot_detach)
Alexandre Ratchov
2021-03-10
sndiod: When a slot structure is recycled allocate new control
Alexandre Ratchov
2021-03-10
sndiod: Style tweak: swap if/else code blocks in slot_new()
Alexandre Ratchov
2021-03-08
sndiod: Use chronological order for {dev,port}_list
Alexandre Ratchov
2021-03-08
sndiod: Initialize dev->master_enabled earlier
Alexandre Ratchov
2021-03-08
sndiod: Style tweak: uniformize pattern to access ctlslot_array
Alexandre Ratchov
2021-03-03
sndiod: Move MTC/MMC state to its own global structure
Alexandre Ratchov
2021-03-03
sndiod: Move MIDI control endpoint to opt structure
Alexandre Ratchov
2021-03-03
sndiod: Move controls out of the device structure
Alexandre Ratchov
2021-03-02
sndiod: Allow alternative devices to support different modes.
Edd Barrett
2021-02-02
Fix use-after-free in dev_abort()
Alexandre Ratchov
2021-01-29
Make audio clients use struct opt to reach the device
Alexandre Ratchov
2021-01-29
Make control clients use struct opt to reach the device
Alexandre Ratchov
2021-01-29
Rename ctlslot->mask to ctlslot->self to match the rest of the code
Alexandre Ratchov
2021-01-29
Move the options list out of the device structure
Alexandre Ratchov
2021-01-29
Move the control client state out of the device structure
Alexandre Ratchov
2021-01-29
Move the audio clients state out of the device structure
Alexandre Ratchov
2021-01-28
When an audio device is disconnected, drop MIDI clients controlling it
Alexandre Ratchov
2021-01-28
Dont attempt to drain disconnected clients
Alexandre Ratchov
2021-01-28
In slot_xxx(), store dev pointer in local variable
Alexandre Ratchov
2021-01-28
Use everywhere the same pattern to handle fractional clock ticks
Alexandre Ratchov
2021-01-28
Make slot_{attach,detach}() the opposite of each other
Alexandre Ratchov
2021-01-28
Drop unused dev_nctl() function and few unused prototypes
Alexandre Ratchov
2020-07-19
Don't add server.device knob if there's only one audio device
Alexandre Ratchov
2020-07-19
Fix initial alternate device number
Alexandre Ratchov
2020-06-28
Allow switching between alternate devices (-F option) with sndioctl(1)
Alexandre Ratchov
2020-06-28
Add a new SIOCTL_SEL control type to select one of a predefined set of
Alexandre Ratchov
2020-06-18
Don't try to open device that's already open
Alexandre Ratchov
2020-06-12
On error, drop clients and close the device only if it's still open
Alexandre Ratchov
2020-04-24
Make sure devices are properly closed in case of an error.
Alexandre Ratchov
2020-04-16
If available, use hardware "output.level" for volume control.
Alexandre Ratchov
2020-04-16
Hide controls of unused slots from "mixer" clients.
Alexandre Ratchov
2020-04-15
Don't forget to notify clients when a control is removed
Alexandre Ratchov
2020-04-15
Properly log CTL_NONE controls
Alexandre Ratchov
2020-03-31
Don't send "control changed" messages when hardware controls are set.
Alexandre Ratchov
2020-03-08
Don't forget to notify clients when controls list is ready.
Alexandre Ratchov
2020-02-26
Add API to control audio device parameters exposed by sndiod.
Alexandre Ratchov
2020-01-10
Unbreak channel duplication (aka -j option).
Alexandre Ratchov
2019-09-21
Allow switching between devices without disconnecting clients.
Alexandre Ratchov
2019-09-19
Don't attempt to join/expand nonexistent channels.
Alexandre Ratchov
2019-09-19
Move device slot convertions setup in its own routine.
Alexandre Ratchov
2019-09-19
Move device buffer allocation to its own routines.
Alexandre Ratchov
2019-08-29
Split dev_close() routine in two parts.
Alexandre Ratchov
2019-08-29
Split dev_open() in two parts.
Alexandre Ratchov
[next]