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
Age
Commit message (
Expand
)
Author
2024-08-25
PASSTHROUGH -> FALLTHROUGH
Jonathan Gray
2024-08-23
FALLTHROUHG -> FALLTHROUGH
Jonathan Gray
2024-08-01
sndiod: Fix insufficent check of input from clients
Alexandre Ratchov
2024-07-23
sndiod: Properly update the poll(2) event masks after i/o.
Alexandre Ratchov
2024-06-01
sndiod: Don't add/remove server.device entries in dev_{open,close}()
Alexandre Ratchov
2024-05-24
sndiod: Set the display string of all server.device entries
Alexandre Ratchov
2024-05-24
sndiod: Propagate the controls' display string to clients.
Alexandre Ratchov
2024-05-24
sndiod: Use a 'unsigned char *' for the pointer to the temp sock buffer
Alexandre Ratchov
2024-05-24
sndiod: Hide "hardware" device's server.device control.
Alexandre Ratchov
2024-05-24
sndiod: Don't mark as dirty controls that have not been changed
Alexandre Ratchov
2024-05-19
remove prototypes with no matching function; ok ratchov@
Jonathan Gray
2024-05-06
sndiod: Ignore server.device settings to a non-working device
Alexandre Ratchov
2024-05-03
sndiod.1: Drop the number component of sndio descriptors
Alexandre Ratchov
2024-05-03
sndiod: Fix SIGHUP to reopen the devices in priority order
Alexandre Ratchov
2024-04-22
sndiod: Use the channel mapping code of aucat
Alexandre Ratchov
2024-04-22
sndiod: Use a 24-bit table for index to volume conversion.
Alexandre Ratchov
2024-04-22
sndiod: Use resampling algorithm from aucat
Alexandre Ratchov
2024-04-22
sndiod: Drop duplicate prototype of dev_new()
Alexandre Ratchov
2024-04-22
sndiod: Hide forgotten debug printfs
Alexandre Ratchov
2024-04-22
sndiod: Call ctlslot->ops->sync() after every control update
Alexandre Ratchov
2024-04-22
sndiod: Make opt_setdev() return 1 if the device was accepted
Alexandre Ratchov
2024-04-22
sndiod: Return the number of controls ctl_del() has deleted.
Alexandre Ratchov
2024-04-02
sndiod: Migrate clients upon watchdog timeout
Alexandre Ratchov
2024-04-02
sndiod: Fix confusion between the slot and ctlslot pointers
Alexandre Ratchov
2023-12-09
Fix wrong call to slot->ops->exit() causing server to abort.
Alexandre Ratchov
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-04-29
Add sio_flush(3) function to stop playback immediately
Alexandre Ratchov
2022-03-15
Fix crash caused by confusion between requested device and last used one
Alexandre Ratchov
2022-03-07
Switch internal sample representation to 24-bit fixed-point.
Alexandre Ratchov
2022-02-18
Avoid gendered language in man pages when not referring to a specific
Jonathan Gray
2021-12-25
Move example about USB devices from -F description to hot plugging section
Alexandre Ratchov
2021-12-25
Add section to explain how to handle device hot plugging
Alexandre Ratchov
2021-12-18
tighten the decription of -F; from richard ulmer
Jason McIntyre
2021-11-01
Remove unused struct name
Alexandre Ratchov
2021-11-01
Stop binding audio devices exposed by sndiod to physical devices
Alexandre Ratchov
2021-07-16
Update the default block size in the manual, in sndiod.c r1.37 it was
Stuart Henderson
2021-07-12
Change the error reporting pattern throughout the tree when unveil
Bob Beck
2021-07-05
Fix off-by-one array access when 64 channel stream is resampled
Alexandre Ratchov
2021-05-25
Drop assembly for 24-bit fixed-point operations
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
[next]