aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* sound: Retire SND_DEV_*Christos Margiolis2025-07-063-11/+4
* sound: Remove dead printfs from midi/mpu401.cChristos Margiolis2025-07-061-26/+1
* sound: Remove unused midi_cmdname()Christos Margiolis2025-07-061-34/+0
* sound: Remove unnecessary comments from midi/midi.cChristos Margiolis2025-07-061-68/+6
* sound: Remove duplicate mpu_if.h includeChristos Margiolis2025-07-061-7/+0
* sound: Remove unused mpu_if methodsChristos Margiolis2025-07-062-28/+0
* sound: Retire unused MIDI sysctlsChristos Margiolis2025-07-061-6/+0
* sound: Retire /dev/midistatChristos Margiolis2025-07-061-143/+2
* sound: Retire midisynthChristos Margiolis2025-07-063-708/+0
* sound: Retire the MIDI sequencerChristos Margiolis2025-07-066-2215/+0
* gone_in: make it __printflike()Gleb Smirnoff2025-06-241-2/+4
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-212-3/+3
* snd_hda: Patch Lenovo T420sChristos Margiolis2025-06-122-0/+17
* snd_hda: fix attaching to some AMD Radeon GPUsStefan Eßer2025-06-121-0/+1
* sound: Add AFMT_FLOAT to feed_volume_info_tabChristos Margiolis2025-06-111-1/+3
* sound: Deprecate the MIDI sequencerChristos Margiolis2025-05-301-0/+4
* snd_dummy: Make callout stopping more robustChristos Margiolis2025-05-291-2/+15
* sound: Terminate stream properly when closing vchansChristos Margiolis2025-05-291-14/+19
* sound: Merge pcm_sysinit() with pcm_register()Christos Margiolis2025-05-291-38/+29
* snd_hda: Add shutdown methodTijl Coosemans2025-05-181-0/+30
* sound: Call PCM_RELEASE() if pcm_addchan() failsChristos Margiolis2025-05-131-3/+3
* snd_hda: Drain callout in hdac_detach()Christos Margiolis2025-05-021-0/+2
* sound: Retire volchChristos Margiolis2025-04-291-34/+27
* Revert "sound: Access softc through si_drv1 in dsp cdev methods"Christos Margiolis2025-04-251-11/+13
* Revert "sound: Create a dsp_close() helper function"Christos Margiolis2025-04-251-55/+74
* sound: Create a dsp_close() helper functionChristos Margiolis2025-04-251-74/+55
* sound: Access softc through si_drv1 in dsp cdev methodsChristos Margiolis2025-04-251-13/+11
* sound: Retire SD_F_PRIO_*Christos Margiolis2025-04-252-23/+18
* sound: Export hardware and software buffer sample rate in sndstat nvlistChristos Margiolis2025-04-251-0/+4
* sound: Make sndstat PVCHAN and RVCHAN nvlist parameters boolChristos Margiolis2025-04-251-2/+4
* sound: Fix regression in pcm/feeder_mixer.cChristos Margiolis2025-03-301-2/+4
* sound: Use bus_topo_lock() where appropriateChristos Margiolis2025-03-306-10/+58
* sound: Improve afmt_tabChristos Margiolis2025-03-301-13/+18
* sound: Implement AFMT_FLOAT supportChristos Margiolis2025-03-306-8/+84
* sound: Fix vchanrate and vchanformatChristos Margiolis2025-03-302-81/+13
* snd_hda: Patch Framework 16 AMDChristos Margiolis2025-03-252-0/+15
* hda: add macbook air 6,1 and 6,2 GPIO to enable amplifierAdrian Chadd2025-03-224-1/+11
* snd_hda: Support Intel Raptor Lake 0x7a50Christos Margiolis2025-03-192-0/+2
* snd_hda: Patch Framework AMD 13th genChristos Margiolis2025-03-132-0/+8
* sound: Remove redundant check in mixer_clone()Christos Margiolis2025-03-121-1/+1
* sound: Make feed_mixer_apply() __always_inlineChristos Margiolis2025-03-101-1/+1
* sound: Update COPYRIGHT noticesChristos Margiolis2025-03-1016-5/+49
* sound: Make dev.pcm.X.mode dynamicChristos Margiolis2025-03-101-10/+15
* sound: Retire SD_F_AUTOVCHANChristos Margiolis2025-03-103-12/+7
* sound: Take dsp_cdevsw out of header fileChristos Margiolis2025-03-101-2/+0
* sound: Simplify pcm/feeder_mixer.cChristos Margiolis2025-03-101-105/+68
* sound: Remove feed_matrix_apply_generic()Christos Margiolis2025-03-101-49/+0
* sound: Remove macro magic from pcm/feeder_matrix.cChristos Margiolis2025-03-101-129/+56
* sound: Remove macro magic from pcm/feeder_eq.cChristos Margiolis2025-03-101-144/+82
* sound: Turn clamp macros into a functionChristos Margiolis2025-03-105-40/+45