aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* 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
* snd_hda: Add shutdown methodTijl Coosemans2025-05-181-0/+30
* snd_hda: Drain callout in hdac_detach()Christos Margiolis2025-05-021-0/+2
* 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
* hdaa: Don't hold a mutex while creating child devicesJohn Baldwin2025-03-101-0/+2
* snd_hda: Define ALC898Christos Margiolis2025-02-182-0/+2
* snd_hda: Fix typo (s/owerflow/overflow)Christos Margiolis2025-02-181-1/+1
* hda: Add patch for Framework Laptop Intel 13th genDaniel Schaefer2025-01-052-1/+3
* Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin2025-01-021-12/+3
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-024-4/+4
* csa/emu10kx: Simplify deleting child devicesJohn Baldwin2025-01-022-41/+8
* bus_generic_detach: Delete children after detaching themJohn Baldwin2025-01-021-6/+0
* sound(4): Fix a typo in a source code commentGordon Bergling2024-12-281-1/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-068-10/+12
* snd_hdspe(4): Add sysctls to select analog signal levels.Florian Walpen2024-12-032-24/+254
* sound: Make device registration more intuitiveChristos Margiolis2024-11-0322-84/+78
* sound: Use bus_child_deleted methods to free ivars for childrenJohn Baldwin2024-11-014-124/+54
* snd_hdsp(4): Add sysctls to select analog signal levels.Florian Walpen2024-10-292-24/+252
* csa: Use pci_find_device to simplify clkrun_hackJohn Baldwin2024-10-241-34/+13
* snd_hda: Identify NVIDIA GM204Jani Salonen2024-10-182-0/+2
* snd_hda: Remove duplicate HDA_INTEL_CMLK* entriesChristos Margiolis2024-10-182-4/+0
* sound: Do not cast return value of malloc(9)Christos Margiolis2024-10-183-15/+9
* snd_hdsp(4): Support AO4S-192 and AI4S-192 extension boards.Florian Walpen2024-10-043-3/+5
* snd_hdspe(4): Addendum to AO4S-192 and AI4S-192 support.Florian Walpen2024-10-041-4/+2
* snd_hdspe(4): AO4S/AI4S support.Ruslan Bukin2024-10-043-10/+17
* hda: remove duplicate codec definesPavel Timofeev2024-09-221-2/+0
* Revert "nvme: Separate total failures from I/O failures"Warner Losh2024-08-167-6060/+0
* nvme: Separate total failures from I/O failuresWarner Losh2024-08-167-0/+6060
* snd_hdsp*: Free up channel resources in case of CHANNEL_INIT() failureChristos Margiolis2024-07-272-58/+60
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-257-15/+15
* hda: add support for Tiger Lake-HAdam Retter2024-06-143-0/+4
* Add some AMD device IDs.Dmitry Luhtionov2024-06-072-0/+2
* snd_hda: Add Lenovo X1 Carbon Gen11 supportOleksandr Kryvulia2024-06-042-0/+17
* snd_hda: Add patch for Asus UX331UALLutz Bichler2024-05-222-0/+12
* snd_hda: Rename LENOVO_I* to LENOVO_IDEAPAD*Christos Margiolis2024-05-142-4/+4
* snd_hda: Add patch for Lenovo Ideapad 3Christos Margiolis2024-05-142-1/+3
* snd_hdsp(4): RME HDSP 9632 and HDSP 9652 sound card driver.Florian Walpen2024-05-093-0/+2184
* sound: Use nitems() where possibleChristos Margiolis2024-05-064-10/+13
* sound: Move chip.h contents to pcm/sound.hChristos Margiolis2024-05-069-9/+0
* snd_hdspe(4): Recognize newer firmware's PCI vendor id.Florian Walpen2024-04-272-1/+3
* sound: Remove PCMMINOR()Christos Margiolis2024-04-181-1/+1
* snd_hda: fix "duplicated free" on module unloadingMichael Zhilin2024-04-151-2/+3
* snd_hda: Add the full Intel Meteor/Arrow/Lunar Lake HD Audio PCI IDsMichael Zhilin2024-04-152-0/+8
* snd_hdspe(4): Only buffer_copy() audio data once.Florian Walpen2024-03-312-9/+38
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-132-6/+3