aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* sound: Remove SV_ABI_LINUX ifdefChristos Margiolis3 hours1-6/+0
* snd_hda: Reassign duplicate HDMI/DP pin sequences instead of disablingAbdelkader Boudih3 days1-4/+45
* sys: Use is_pci_device instead of checking device or devclass namesJohn Baldwin4 days1-1/+1
* sound: Force-disable hw.snd.compat_linux_mmap by defaultChristos Margiolis7 days1-1/+1
* sound: Improve hw.snd.compat_linux_mmapChristos Margiolis7 days1-8/+5
* sound: Fix lock order reversal in dsp_poll()ShengYi Hung7 days1-3/+4
* sound: Retire unused snddev_info->bufszChristos Margiolis2026-04-302-10/+0
* snd_uaudio: Support Roland UA-33Christos Margiolis2026-04-301-0/+10
* sound: Do not check for NULL before deleting ac97_info->methodsChristos Margiolis2026-04-231-2/+1
* Revert "sound: Remove some forward declarations from sound.h and uaudio.h"Christos Margiolis2026-04-182-1/+6
* sound: Remove some forward declarations from sound.h and uaudio.hChristos Margiolis2026-04-182-6/+1
* sound: Make chn_reset() control flow clearerChristos Margiolis2026-04-071-15/+18
* sound: De-macro array definitions in chn_calclatency()Christos Margiolis2026-04-071-21/+16
* sound: Simplify parts of chn_notify()Christos Margiolis2026-04-071-27/+20
* sound: Retire unused CHN_N_* definesChristos Margiolis2026-04-072-30/+3
* sound: Mark some snd_fmt* functions as staticChristos Margiolis2026-04-072-6/+3
* snd_uaudio: Retire sndcard_func usageChristos Margiolis2026-03-302-17/+1
* sound: Remove unimplemented chn_reinit() definitionChristos Margiolis2026-03-241-1/+0
* sound: Remove dead code in pcm/ac97.cChristos Margiolis2026-03-241-4/+0
* sound: Address some XXX comments regarding AC'97 IDsChristos Margiolis2026-03-241-12/+2
* sound: Retire Z_PARANOIDChristos Margiolis2026-03-241-6/+0
* sound: Remove most Z_RATE_* aliasesChristos Margiolis2026-03-241-24/+13
* sound: Retire CHN_GETMUTE() and use chn_getmute_matrix()Christos Margiolis2026-03-242-4/+3
* sound: Retire CHN_SETVOLUME() and use chn_setvolume_matrix()Christos Margiolis2026-03-243-6/+3
* sound: Retire CHN_GETVOLUME() and use chn_getvolume_matrix()Christos Margiolis2026-03-244-9/+8
* sound: Always use chn_getvolume_matrix()Christos Margiolis2026-03-241-4/+0
* sound: Remove SND_DIAGNOSTIC section in buffer.cChristos Margiolis2026-03-241-26/+0
* sound: Do not create root feeder in chn_init()Christos Margiolis2026-03-241-12/+0
* sound: Remove endianness checks for format table declarationsChristos Margiolis2026-03-242-16/+0
* sound: Retire SND_FEEDER_MULTIFORMAT and SND_FEEDER_FULL_MULTIFORMATChristos Margiolis2026-03-245-48/+9
* sound: Retire unused Z_MULTIFORMATChristos Margiolis2026-03-241-2/+0
* sound: Retire SND_MULTICHANNELChristos Margiolis2026-03-241-7/+0
* sound: Retire SND_OLDSTEREOChristos Margiolis2026-03-241-3/+0
* sound: Retire SND_DEBUGChristos Margiolis2026-03-242-17/+1
* snd_uaudio: Retire UAUDIO_MAX_CHAN()Christos Margiolis2026-03-241-4/+2
* sound: Match midi_write() return values with midi_read()Christos Margiolis2026-03-241-1/+1
* snd_uaudio: Simplify chan->curr_cable calculation in uaudio_bulk_write_callba...Christos Margiolis2026-03-241-3/+1
* snd_uaudio: Rename uaudio_hid_probe() to uaudio_hid_attach()Christos Margiolis2026-03-241-3/+3
* snd_uaudio: Rename umidi_probe() to umidi_attach()Christos Margiolis2026-03-241-3/+3
* sound: enforce MASTER volume mute during playbackSean Farley2026-03-121-1/+10
* sound: Notify devd when no devices are connectedChristos Margiolis2026-03-031-0/+2
* sound: Notify devd on hw.snd.default_unit changeChristos Margiolis2026-03-031-0/+7
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-2523-29/+29
* sound: Detect unsupported formatsChristos Margiolis2026-02-211-1/+15
* bus: Document special ranges of IVARsJohn Baldwin2026-02-171-1/+1
* sound: Replace MIN() with min()Christos Margiolis2026-01-125-12/+12
* sound: Unlock around uiomove() in midi_{read,write}()Christos Margiolis2026-01-121-2/+6
* sound: Merge chn_intr() with chn_intr_locked()Christos Margiolis2026-01-022-19/+2
* snd_uaudio: Do not use pcm_channel->lock to protect uaudio_chanChristos Margiolis2026-01-021-15/+12
* sound: Retire unused snd_midi->nameChristos Margiolis2026-01-021-1/+0