summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* ASoC: doc: dapm: various improvementsMark Brown2024-05-012-6/+47
|\
| * ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with ALC269VCAi Chao2024-04-191-0/+1
| * ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9NMauro Carvalho Chehab2024-04-181-0/+1
| * ALSA: hda/realtek: Fix volumn control of ThinkBook 16P Gen4Huayu Zhang2024-04-181-2/+2
| * ALSA: hda/realtek: Fixes for Asus GU605M and GA403U soundVitalii Torshyn2024-04-181-2/+38
| * ALSA: hda/tas2781: Add new vendor_id and subsystem_id to support ThinkPad ICE-1Shenghao Ding2024-04-181-0/+1
| * ALSA: hda/tas2781: correct the register for pow calibrated dataShenghao Ding2024-04-071-2/+2
| * ALSA: hda/realtek: Add quirk for HP SnowWhite laptopsVitaly Rodionov2024-04-071-0/+2
* | ASoC: Merge up fixesMark Brown2024-04-306-12/+91
|\ \
| * | ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot()Richard Fitzgerald2024-04-081-0/+4
| |/
| * ALSA: hda/realtek: cs35l41: Support ASUS ROG G634JYRLuke D. Jones2024-04-022-1/+3
| * ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support headset with micr...I Gede Agastya Darma Laksana2024-04-021-1/+1
| * ALSA: hda/realtek: Add sound quirks for Lenovo Legion slim 7 16ARHA7 modelsChristian Bendiksen2024-04-022-0/+6
| * Revert "ALSA: emu10k1: fix synthesizer sample playback position and caching"Oswald Buddenhagen2024-04-021-5/+2
| * ALSA: hda/realtek: Add quirks for ASUS Laptops using CS35L56Simon Trimmer2024-03-301-1/+52
| * ALSA: hda: cs35l56: Add ACPI device match tablesSimon Trimmer2024-03-282-4/+22
| * ALSA: hda/realtek - Fix inactive headset mic jackChristoffer Sandberg2024-03-281-0/+1
* | ASoC: Intel: avs: Fixes and cleanups for 6.10Mark Brown2024-04-052-45/+81
|\|
| * ALSA: hda/tas2781: remove useless dev_dbg from playback_hookGergo Koteles2024-03-271-2/+0
| * ALSA: hda/tas2781: add debug statements to kcontrolsGergo Koteles2024-03-271-4/+31
| * ALSA: hda/tas2781: add locks to kcontrolsGergo Koteles2024-03-271-2/+48
| * ALSA: hda/tas2781: remove digital gain kcontrolGergo Koteles2024-03-271-36/+1
| * ALSA: hda: cs35l56: Set the init_done flag before component_add()Simon Trimmer2024-03-251-2/+2
| * ALSA: hda: cs35l56: Raise device name message log levelSimon Trimmer2024-03-251-2/+2
* | ALSA: cirrus: Tidy up of firmware control read/writeMark Brown2024-04-031-20/+2
|\ \ | |/ |/|
| * ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver writeSimon Trimmer2024-04-031-8/+0
| * ALSA: hda: hda_cs_dsp_ctl: Use cs_dsp_coeff_lock_and_[read|write]_ctrl()Simon Trimmer2024-04-031-12/+2
* | ALSA: hda/realtek: Add quirks for some Clevo laptopsTim Crawford2024-03-201-0/+3
* | ALSA: hda/realtek: Add quirk for HP Spectre x360 14 eu0000Anthony I Gilea2024-03-191-1/+38
* | ALSA: hda/realtek: fix the hp playback volume issue for LG machinesHui Wang2024-03-181-0/+26
* | ALSA: hda/realtek: add in quirk for Acer Swift Go 16 - SFG16-71Ian Murphy2024-03-171-0/+13
* | ALSA: hda/realtek: Add quirk for Lenovo Yoga 9 14IMH9Jichi Zhang2024-03-151-0/+9
* | ALSA: hda/tas2781: remove unnecessary runtime_pm callsPierre-Louis Bossart2024-03-131-3/+0
* | ALSA: hda/realtek - ALC236 fix volume mute & mic mute LED on some HP modelsValentine Altair2024-03-131-0/+1
* | Merge tag 'asoc-v6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2024-03-113-19/+34
|\ \
| * \ ALSA: cs35l56: Apply calibration from EFIMark Brown2024-02-242-7/+34
| |\ \
| | * | ALSA: hda: cs35l56: Apply amp calibration from EFI dataRichard Fitzgerald2024-02-232-7/+34
| * | | ASoC: Intel: avs: Fixes and new platforms supportMark Brown2024-02-218-71/+132
| |\| |
| * | | ASoC: tas2781: remove unused acpi_subysystem_idGergo Koteles2024-02-091-12/+0
* | | | ALSA: hda/tas2781: restore power state after system_resumeGergo Koteles2024-03-111-1/+12
* | | | ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspendGergo Koteles2024-03-111-10/+1
* | | | ALSA: hda/tas2781: do not reset cur_* values in runtime_suspendGergo Koteles2024-03-111-7/+0
* | | | ALSA: hda/tas2781: add lock to system_suspendGergo Koteles2024-03-111-0/+4
* | | | ALSA: hda/tas2781: use dev_dbg in system_resumeGergo Koteles2024-03-111-1/+1
* | | | ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptopsAthaariq Ardhiansyah2024-03-111-0/+63
* | | | Merge branch 'for-next' into for-linusTakashi Iwai2024-03-1147-515/+529
|\ \ \ \
| * | | | ALSA: hda: cs35l56: Add support for CS35L54 and CS35L57Simon Trimmer2024-03-084-11/+21
| * | | | ALSA: hda: hda_component: Include sound/hda_codec.hRichard Fitzgerald2024-03-071-0/+1
| * | | | ALSA: hda: hda_component: Add missing #include guardsRichard Fitzgerald2024-03-071-0/+5
| * | | | ALSA: ac97: More cleanup with snd_ctl_find_id_mixer()Takashi Iwai2024-03-041-5/+2