summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* ALSA: hda: cs35l41: Move cs35l41* calls to its own symbol namespaceLucas Tanure2022-01-183-3/+4
* ALSA: hda: cs35l41: Add calls to newly added test key functionCharles Keepax2022-01-181-0/+8
* ALSA: hda: cs35l41: Avoid overwriting register patchCharles Keepax2022-01-181-1/+1
* ALSA: hda/realtek: fix speakers and micmute on HP 855 G8Alexander Sergeyev2022-01-141-0/+12
* ALSA: hda: cs35l41: fix double free on error in probe()Dan Carpenter2022-01-111-0/+1
* ALSA: hda: Fix dependencies of CS35L41 on SPI/I2C busesTakashi Iwai2022-01-091-0/+2
* ALSA: hda: Fix dependency on ASoC cs35l41 codecTakashi Iwai2022-01-081-0/+2
* ALSA: hda: ALC287: Add Lenovo IdeaPad Slim 9i 14ITL5 speaker quirkBart Kroon2022-01-051-0/+1
* ALSA: hda/realtek: Add CS35L41 support for Thinkpad laptopsStefan Binding2022-01-051-0/+39
* ALSA: hda/realtek: Add support for Legion 7 16ACHg6 laptopLucas Tanure2022-01-051-0/+107
* ALSA: hda: cs35l41: Add support for CS35L41 in HDA systemsLucas Tanure2022-01-057-0/+784
* ALSA: hda/realtek: Re-order quirk entries for LenovoTakashi Iwai2022-01-051-4/+4
* ALSA: hda/realtek: Add quirk for Legion Y9000X 2020Baole Fang2022-01-051-0/+15
* Merge branch 'for-next' into for-linusTakashi Iwai2022-01-0518-42/+148
|\
| * ALSA: hda/cs8409: Fix Jack detection after resumeChristian A. Ehrhardt2022-01-043-1/+8
| * ALSA: hda/cs8409: Increase delay during jack detectionChristian A. Ehrhardt2022-01-041-2/+2
| * ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Master after reb...Christian Lachner2022-01-031-1/+29
| * ALSA: hda/tegra: Fix Tegra194 HDA reset failureSameer Pujar2022-01-011-9/+34
| * ALSA: hda: Add new AlderLake-P variant PCI IDKai Vehmanen2021-12-251-0/+2
| * ALSA: hda: Add AlderLake-N PCI IDKai Vehmanen2021-12-251-0/+3
| * ALSA: hda/hdmi: Disable silent stream on GLKVille Syrjälä2021-12-251-6/+15
| * ALSA: hda: use swap() to make code cleanerYang Guang2021-12-251-5/+1
| * ALSA: mixart: Add sanity check for timer notify streamsTakashi Iwai2021-12-071-0/+2
| * ALSA: mixart: Reduce size of mixart_timer_notifyKees Cook2021-12-072-3/+10
| * ALSA: Fix some typoChristophe JAILLET2021-12-062-2/+2
| * ALSA: hda/hdmi: Consider ELD is invalid when no SAD is presentKai-Heng Feng2021-12-021-1/+1
| * ALSA: hda: Make proper use of timecounterThomas Gleixner2021-11-291-1/+0
| * ALSA: hda: Remove redundant runtime PM callsTakashi Iwai2021-11-201-4/+0
| * ALSA: hda: Do disconnect jacks at codec unbindTakashi Iwai2021-11-173-0/+14
| * ALSA: hda: Fix potential deadlock at codec unbindingTakashi Iwai2021-11-163-16/+32
| * ALSA: hda: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2021-11-161-0/+3
| * ALSA: hda: intel: More comprehensive PM runtime setup for controller driverTakashi Iwai2021-11-151-1/+9
* | ALSA: hda/realtek: Use ALC285_FIXUP_HP_GPIO_LED on another HP laptopKai-Heng Feng2021-12-251-0/+1
* | ALSA: hda/realtek: Add speaker fixup for some Yoga 15ITL5 devicesArie Geiger2021-12-251-0/+1
* | ALSA: hda/realtek: Fix quirk for Clevo NJ51CUWerner Sembach2021-12-221-1/+25
* | ALSA: hda/hdmi: Disable silent stream on GLKVille Syrjälä2021-12-221-6/+15