summaryrefslogtreecommitdiff
path: root/sys/dev/sound
AgeCommit message (Expand)Author
31 hoursRevert "sound: Remove some forward declarations from sound.h and uaudio.h"Christos Margiolis
31 hourssound: Remove some forward declarations from sound.h and uaudio.hChristos Margiolis
12 dayssound: Make chn_reset() control flow clearerChristos Margiolis
12 dayssound: De-macro array definitions in chn_calclatency()Christos Margiolis
12 dayssound: Simplify parts of chn_notify()Christos Margiolis
12 dayssound: Retire unused CHN_N_* definesChristos Margiolis
12 dayssound: Mark some snd_fmt* functions as staticChristos Margiolis
2026-03-30snd_uaudio: Retire sndcard_func usageChristos Margiolis
2026-03-24sound: Remove unimplemented chn_reinit() definitionChristos Margiolis
2026-03-24sound: Remove dead code in pcm/ac97.cChristos Margiolis
2026-03-24sound: Address some XXX comments regarding AC'97 IDsChristos Margiolis
2026-03-24sound: Retire Z_PARANOIDChristos Margiolis
2026-03-24sound: Remove most Z_RATE_* aliasesChristos Margiolis
2026-03-24sound: Retire CHN_GETMUTE() and use chn_getmute_matrix()Christos Margiolis
2026-03-24sound: Retire CHN_SETVOLUME() and use chn_setvolume_matrix()Christos Margiolis
2026-03-24sound: Retire CHN_GETVOLUME() and use chn_getvolume_matrix()Christos Margiolis
2026-03-24sound: Always use chn_getvolume_matrix()Christos Margiolis
2026-03-24sound: Remove SND_DIAGNOSTIC section in buffer.cChristos Margiolis
2026-03-24sound: Do not create root feeder in chn_init()Christos Margiolis
2026-03-24sound: Remove endianness checks for format table declarationsChristos Margiolis
2026-03-24sound: Retire SND_FEEDER_MULTIFORMAT and SND_FEEDER_FULL_MULTIFORMATChristos Margiolis
2026-03-24sound: Retire unused Z_MULTIFORMATChristos Margiolis
2026-03-24sound: Retire SND_MULTICHANNELChristos Margiolis
2026-03-24sound: Retire SND_OLDSTEREOChristos Margiolis
2026-03-24sound: Retire SND_DEBUGChristos Margiolis
2026-03-24snd_uaudio: Retire UAUDIO_MAX_CHAN()Christos Margiolis
2026-03-24sound: Match midi_write() return values with midi_read()Christos Margiolis
2026-03-24snd_uaudio: Simplify chan->curr_cable calculation in uaudio_bulk_write_callba...Christos Margiolis
2026-03-24snd_uaudio: Rename uaudio_hid_probe() to uaudio_hid_attach()Christos Margiolis
2026-03-24snd_uaudio: Rename umidi_probe() to umidi_attach()Christos Margiolis
2026-03-12sound: enforce MASTER volume mute during playbackSean Farley
2026-03-03sound: Notify devd when no devices are connectedChristos Margiolis
2026-03-03sound: Notify devd on hw.snd.default_unit changeChristos Margiolis
2026-02-24chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper
2026-02-21sound: Detect unsupported formatsChristos Margiolis
2026-02-17bus: Document special ranges of IVARsJohn Baldwin
2026-01-12sound: Replace MIN() with min()Christos Margiolis
2026-01-12sound: Unlock around uiomove() in midi_{read,write}()Christos Margiolis
2026-01-02sound: Merge chn_intr() with chn_intr_locked()Christos Margiolis
2026-01-02snd_uaudio: Do not use pcm_channel->lock to protect uaudio_chanChristos Margiolis
2026-01-02sound: Retire unused snd_midi->nameChristos Margiolis
2026-01-02sound: Allocate mpu401 with M_WAITOKChristos Margiolis
2026-01-02sound: Get rid of unused MIDIQ macrosChristos Margiolis
2026-01-02sound: Make mpu_if definitions staticChristos Margiolis
2026-01-02sound: Retire mpu_callbackp()Christos Margiolis
2026-01-02sound: Get rid of unused midi/midi.c definesChristos Margiolis
2026-01-02sound: Do not check for NULL before free()Christos Margiolis
2026-01-02sound: Take device type into account in sndstatChristos Margiolis
2026-01-02sound: Move sndstat out of pcm/Christos Margiolis
2026-01-02sound: Improve snd_midi->{in,out}q allocationChristos Margiolis