summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-11-173-16/+20
|\
| * ALSA: hda/realtek: Add quirks for HP LaptopsStefan Binding2023-11-151-0/+3
| * ALSA: hda/realtek: Add quirks for ASUS 2024 ZenbooksStefan Binding2023-11-151-0/+4
| * ALSA: hda: i915: Alays handle -EPROBE_DEFERMaarten Lankhorst2023-11-151-0/+3
| * ALSA: hda/realtek: Enable Mute LED on HP 255 G10Matus Malych2023-11-141-0/+1
| * ALSA: hda: cs35l56: Enable low-power hibernation mode on i2cSimon Trimmer2023-11-131-0/+4
| * ALSA: hda/realtek - Enable internal speaker of ASUS K6500ZCChandradeep Dey2023-11-121-0/+1
| * ALSA: hda/realtek: Enable Mute LED on HP 255 G8Eymen Yigit2023-11-101-0/+1
| * ALSA: hda/realtek - Add Dell ALC295 to pin fall back tableKailang Yang2023-11-101-16/+3
* | Merge tag 'sound-fix-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-102-7/+41
|\|
| * ALSA: hda: ASUS UM5302LA: Added quirks for cs35L41/10431A83 on i2c busVitalii Torshyn2023-11-091-0/+6
| * ALSA: hda/realtek: Add support dual speaker for DellKailang Yang2023-11-081-7/+33
| * ALSA: hda: Add ASRock X670E Taichi to denylistAlexander Koskovich2023-11-071-0/+1
| * ALSA: hda/realtek: Add quirk for ASUS UX7602ZMAlex Spataru2023-11-071-0/+1
* | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-5/+4
|\ \
| * | extract and use FILE_LINE macroAlexey Dobriyan2023-10-181-5/+4
* | | Merge tag 'sound-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-11-0217-156/+903
|\ \ \ | | |/ | |/|
| * | ALSA: hda: cs35l41: Fix missing error code in cs35l41_smart_amp()Harshit Mogalapalli2023-10-311-0/+1
| * | ALSA: hda: cs35l41: mark cs35l41_verify_id() staticArnd Bergmann2023-10-291-1/+1
| * | ALSA: hda: cs35l41: Check CSPL state after loading firmwareStefan Binding2023-10-261-0/+18
| * | ALSA: hda: cs35l41: Do not unload firmware before reset in system suspendStefan Binding2023-10-261-29/+4
| * | ALSA: hda: cs35l41: Force a software reset after hardware resetStefan Binding2023-10-261-0/+5
| * | ALSA: hda: cs35l41: Run boot process during resume callbacksStefan Binding2023-10-261-33/+72
| * | ALSA: hda: cs35l41: Assert Reset prior to de-asserting in probe and system re...Stefan Binding2023-10-261-0/+2
| * | ALSA: hda: cs35l41: Assert reset before system suspendStefan Binding2023-10-261-5/+8
| * | ALSA: hda: cs35l41: Use reset label to get GPIO for HP Zbook Fury 17 G9Stefan Binding2023-10-261-2/+9
| * | ALSA: mixart: Replace with __packed attributeTakashi Iwai2023-10-261-35/+35
| * | ALSA: azt3328: Replace with __packed attributeTakashi Iwai2023-10-261-1/+1
| * | Merge tag 'asoc-v6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-10-211-11/+12
| |\ \
| | * | ALSA: hda: cs35l41: Consistently use dev_err_probe()Cristian Ciocaltea2023-09-111-7/+7
| | * | ALSA: hda: cs35l41: Undo runtime PM changes at driver exit timeCristian Ciocaltea2023-09-111-0/+2
| | * | ALSA: hda: cs35l41: Fix unbalanced pm_runtime_get()Cristian Ciocaltea2023-09-111-2/+1
| | * | ASoC: cs35l41: Fix broken shared boost activationCristian Ciocaltea2023-09-111-2/+2
| * | | ALSA: hda: i915: Remove extra argument from snd_hdac_i915_initMaarten Lankhorst2023-10-191-1/+1
| * | | ALSA: hda: Intel: Move snd_hdac_i915_init to before probe_work.Maarten Lankhorst2023-10-191-29/+30
| * | | ALSA: hda: i915: Add an allow_modprobe argument to snd_hdac_i915_initMaarten Lankhorst2023-10-191-1/+1
| * | | ALSA: hda: Intel: Fix error handling in azx_probe()Maarten Lankhorst2023-10-191-0/+1
| * | | Merge branch 'for-linus' into for-nextTakashi Iwai2023-10-193-49/+130
| |\ \ \
| * | | | ALSA: hda: Add code_loading parameter to stream setupCezary Rojewski2023-10-061-1/+1
| * | | | ALSA: hda: Fix stream fifo_size initializationCezary Rojewski2023-10-061-1/+1
| * | | | ALSA: intel8x0m: fix name of SIS7013 sound chip in commentThomas Perl2023-10-061-1/+1
| * | | | ALSA: hda: cirrus_scodec: fix an error codeDan Carpenter2023-09-301-2/+2
| * | | | ALSA: hda: Annotate struct hda_conn_list with __counted_byKees Cook2023-09-231-1/+1
| * | | | ALSA: hda: cs35l41: Add read-only ALSA control for forced muteStefan Binding2023-09-221-0/+28
| * | | | ALSA: hda: cs35l41: Support mute notifications for CS35L41 HDAStefan Binding2023-09-222-13/+94
| * | | | ALSA: hda/realtek: Support ACPI Notification framework via component bindingStefan Binding2023-09-221-1/+82
| * | | | ALSA: hda: cs35l41: Add notification support into component bindingStefan Binding2023-09-221-0/+4
| * | | | ALSA: hda: cirrus_scodec: Select GPIOLIB for KUnit testRichard Fitzgerald2023-09-201-0/+1
| * | | | ALSA: hda: cirrus_scodec: Add KUnit testRichard Fitzgerald2023-09-184-0/+394
| * | | | ALSA: hda: cs35l56: Add support for speaker idRichard Fitzgerald2023-09-185-1/+106