aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-125-5/+5
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-12115-115/+115
* sound(4): Fix memory map of /dev/dsp devices when buffer size is not a multip...Florian Walpen2022-11-041-1/+1
* Add random VMware device IDs.Alexander Motin2022-10-203-0/+13
* sound: add patch for Lenovo Legion 5 IntelNuno Teixeira2022-09-162-1/+3
* Retire ISA sound card DMA supportEd Maste2022-09-153-128/+0
* hda: add patch for Framework laptop v2 headphone jackPavel Timofeev2022-09-132-2/+7
* snd_hda: Remove duplicate erroneous HDA_INTEL_ALLKPS lineNeel Chauhan2022-09-071-1/+0
* snd_hda: Add the full Intel AlderLake HD Audio PCI IDsNeel Chauhan2022-09-072-0/+15
* sound(4): Fix a typo in asource code commentGordon Bergling2022-09-031-1/+1
* hda: Add a patch for ASUS ROG GL553VE.Gleb Popov2022-08-042-0/+7
* Retire snd_sbc ISA sound card driverEd Maste2022-06-214-2470/+0
* Retire snd_mss ISA sound card driverEd Maste2022-06-213-2707/+0
* Retire snd_gusc ISA sound card driverEd Maste2022-06-212-675/+0
* Retire snd_ess ISA sound card driverEd Maste2022-06-212-1014/+0
* Retire snd_ad1816 ISA sound card driverEd Maste2022-06-213-784/+0
* sound(4): Fix a typo in a source code commentGordon Bergling2022-06-041-1/+1
* sound: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0619-54/+22
* Remove pcm_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-0630-34/+34
* pcm: Initialize pcm_devclass in sound_modevent.John Baldwin2022-04-211-0/+1
* pcm: Remove dead code from sound_modevent.John Baldwin2022-04-211-6/+2
* sound aoa: Mark variable only used in debug trace as unused.John Baldwin2022-04-121-1/+1
* Remove checks for __GNUCLIKE_ASM assuming it is always true.John Baldwin2022-04-121-1/+1
* sound(4): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* pcm mss: Quiet unused variable warnings.John Baldwin2022-04-081-3/+8
* pcm via82c686: Remove unused variables.John Baldwin2022-04-081-5/+1
* pcm hdspe: Remove unused variable.John Baldwin2022-04-081-4/+0
* pcm envy24: Remove some dead code and associated unused variables.John Baldwin2022-04-082-26/+6
* pcm emu10k1: Remove dead code in channel_setblocksize callbacks.John Baldwin2022-04-081-6/+0
* pcm atiixp: Remove dead variable.John Baldwin2022-04-081-3/+0
* ac97_initmixer: Remove write-only variables.John Baldwin2022-04-061-4/+0
* cmi: Mark rsp as unused.John Baldwin2022-04-061-1/+1
* hdspe_dmapsetmap: eliminate write only variable scWarner Losh2022-04-051-4/+0
* hdaa_eld_dump: eliminate write only variable lenWarner Losh2022-04-051-2/+1
* emu10kx: eliminate write only variables val, r and move i to loopWarner Losh2022-04-051-6/+4
* emu10kx-pci: eliminate write only variable rWarner Losh2022-04-051-7/+7
* emu_midi_probe: eliminate write only variable rWarner Losh2022-04-051-3/+3
* pcmcsa_attach: eliminate write only variable unitWarner Losh2022-04-051-2/+0
* midicsa_attach: eliminate write only variable funcWarner Losh2022-04-051-2/+0
* cs4281: eliminate write only variable codecnoWarner Losh2022-04-051-4/+0
* sb_probe: eliminate write only variable rWarner Losh2022-04-051-3/+3
* sb16_probe: eliminate write only variable rWarner Losh2022-04-051-3/+3
* ess_probe: eliminate write only variable rWarner Losh2022-04-051-3/+3
* sound(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* sound(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* snd_csa(4): Fix a few common typos in source code commentsGordon Bergling2022-04-021-2/+2
* hda: whitespace fix for realtek pin patchesEd Maste2022-03-241-20/+20
* sound: test PCM_REGISTERED before PCM_DETACHINGEd Maste2022-03-241-5/+5
* Remove unused snd_ds1 file ds1-fw.hEd Maste2022-03-211-1603/+0
* Add deprecation notices to ISA sound cardsEd Maste2022-03-197-0/+7