summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-03-2314-163/+460
|\
| * ALSA: hda/realtek: Add alc256-samsung-headphone fixupMatt Kramer2022-03-221-0/+11
| * ALSA: pci: fix reading of swapped values from pcmreg in AC97 codecGiacomo Guiduzzi2022-03-221-2/+2
| * Merge branch 'for-next' into for-linusTakashi Iwai2022-03-2112-159/+442
| |\
| | * ALSA: hda/realtek: Fix LED on Zbook Studio G9Kai-Heng Feng2022-03-181-2/+2
| | * ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machinesAndy Chi2022-03-141-0/+4
| | * ALSA: hda: Add AlderLake-PS variant PCI IDKai Vehmanen2022-03-091-0/+2
| | * Merge branch 'for-linus' into for-nextTakashi Iwai2022-03-052-0/+2
| | |\
| | * | ALSA: lola: add a check for the return of vmalloc()Xiaoke Wang2022-03-041-0/+2
| | * | ALSA: echoaudio: remove redundant assignment to variable bytesColin Ian King2022-03-041-1/+1
| | * | ALSA: hda/tegra: Update scratch reg. communicationMohan Kumar2022-02-211-16/+48
| | * | ALSA: hda/tegra: Hardcode GCAP ISS value on T234Mohan Kumar2022-02-211-0/+12
| | * | ALSA: hda/tegra: Add Tegra234 hda driver supportMohan Kumar2022-02-212-8/+67
| | * | ALSA: hda: Expose codec cleanup and power-save functionsCezary Rojewski2022-02-212-3/+12
| | * | ALSA: hda: Update and expose codec register proceduresCezary Rojewski2022-02-212-10/+26
| | * | ALSA: hda: Update and expose snd_hda_codec_device_init()Cezary Rojewski2022-02-211-16/+29
| | * | ALSA: hda/hdmi: add keep-alive support for ADL-P and DG2Kai Vehmanen2022-02-172-49/+126
| | * | Merge branch 'for-linus' into for-nextTakashi Iwai2022-02-156-18/+92
| | |\ \
| | * \ \ Merge tag 'platform-drivers-x86-serial-multi-instantiate-1' of git://git.kern...Takashi Iwai2022-02-151-1/+42
| | |\ \ \
| | | * | | ALSA: hda/realtek: Add support for HP LaptopsLucas Tanure2022-02-021-1/+42
| | * | | | ALSA: hda: Add PCI and HDMI IDs for Intel Raptor LakeKai Vehmanen2022-02-112-0/+12
| | * | | | ALSA: ca0106: Rename register macro namesTakashi Iwai2022-02-103-52/+52
| | * | | | ALSA: hda: Fix driver index handling at re-bindingTakashi Iwai2022-02-091-3/+7
| | |/ / /
| * | | | ALSA: cmipci: Restore aux vol on suspend/resumeJonathan Teh2022-03-141-2/+1
| * | | | ALSA: hda/realtek: Add quirk for ASUS GA402Jason Zheng2022-03-141-0/+1
| * | | | ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671huangwenhui2022-03-111-0/+1
| * | | | ALSA: hda/realtek: Add quirk for Clevo NP50PNJTim Crawford2022-03-081-0/+1
| | |_|/ | |/| |
| * | | ALSA: hda/realtek: Add quirk for Clevo NP70PNJTim Crawford2022-03-051-0/+1
* | | | Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2022-03-231-2/+2
|\ \ \ \
| * | | | media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab2022-03-181-2/+2
| | |/ / | |/| |
* | | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-211-3/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
| |/ /
* | / ALSA: hda: Set max DMA segment sizeTakashi Iwai2022-02-171-0/+1
| |/ |/|
* | ALSA: hda/realtek: Fix deadlock by COEF mutexTakashi Iwai2022-02-141-15/+24
* | ALSA: hda: Fix missing codec probe on Shenker Dock 15Takashi Iwai2022-02-141-0/+1
* | ALSA: hda: Fix regression on forced probe mask optionTakashi Iwai2022-02-141-2/+2
* | ALSA: hda/realtek: Add quirk for Legion Y9000X 2019Yu Huang2022-02-141-0/+1
* | ALSA: hda: Skip codec shutdown in case the codec is not registeredPeter Ujfalusi2022-02-011-0/+4
* | ALSA: hda/realtek: Add quirk for ASUS GU603Albert Geantă2022-01-311-0/+1
* | ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after rebo...Christian Lachner2022-01-311-1/+1
* | ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer ch...Christian Lachner2022-01-311-0/+2
* | ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220 qu...Christian Lachner2022-01-311-0/+1
* | ALSA: hda: realtek: Fix race at concurrent COEF updatesTakashi Iwai2022-01-311-11/+50
* | ALSA: hda: Fix signedness of sscanf() argumentsTakashi Iwai2022-01-281-1/+1
* | ALSA: hda: Fix UAF of leds class devs at unbindingTakashi Iwai2022-01-262-2/+18
|/
* ALSA: hda/cs8409: Add new Warlock SKUs to patch_cs8409Stefan Binding2022-01-201-0/+2
* ALSA: hda: cs35l41: Make cs35l41_hda_remove() return voidUwe Kleine-König2022-01-184-6/+8
* ALSA: hda: cs35l41: Tidyup codeLucas Tanure2022-01-184-54/+49
* ALSA: hda: cs35l41: Make use of the helper function dev_err_probe()Lucas Tanure2022-01-181-2/+1
* ALSA: hda: cs35l41: Add missing default casesLucas Tanure2022-01-181-0/+13