summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda/tas2781: reset the amp before component_addGergo Koteles2023-12-141-2/+2
* ALSA: hda/tas2781: call cleanup functions only onceGergo Koteles2023-12-141-5/+0
* ALSA: hda/tas2781: handle missing EFI calibration dataGergo Koteles2023-12-111-2/+2
* ALSA: hda/tas2781: leave hda_component in usable stateGergo Koteles2023-12-101-2/+6
* ALSA: hda/realtek: Apply mute LED quirk for HP15-dbHartmut Knaack2023-12-101-0/+1
* ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 variantsKai Vehmanen2023-12-101-0/+2
* ALSA: hda/hdmi: add force-connect quirk for NUC5CPYBKai Vehmanen2023-12-101-0/+1
* ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7Takashi Iwai2023-12-071-0/+1
* ALSA: hda/realtek: Add Framework laptop 16 to quirksMario Limonciello2023-12-071-0/+1
* ALSA: hda/realtek: add new Framework laptop to quirksTim Bosse2023-12-061-0/+1
* ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5Bin Li2023-12-041-0/+1
* ALSA: hda/realtek: fix speakers on XPS 9530 (2023)Aleksandrs Vinarskis2023-12-041-0/+1
* ALSA: hda/realtek: Apply quirk for ASUS UM3504DAPascal Noël2023-12-031-0/+1
* ALSA: hda: Disable power-save on KONTRON SinglePCTakashi Iwai2023-11-301-0/+2
* ALSA: hda/realtek: Add supported ALC257 for ChromeOSKailang Yang2023-11-291-0/+3
* ALSA: hda/realtek: Headset Mic VREF to 100%Kailang Yang2023-11-281-0/+9
* ALSA: hda: cs35l56: Enable low-power hibernation mode on SPIRichard Fitzgerald2023-11-221-0/+4
* ALSA: cs35l41: Fix for old systems which do not support commandStefan Binding2023-11-201-2/+2
* ALSA: hda: cs35l41: Remove unnecessary boolean state variable firmware_runningStefan Binding2023-11-201-16/+12
* ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XProVasiliy Kovalev2023-11-201-0/+10
* 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 'sound-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-11-0214-119/+866
|\|
| * 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
| * 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