summaryrefslogtreecommitdiff
path: root/sound/pci
AgeCommit message (Expand)AuthorFilesLines
2021-02-07ALSA: hda: Add Cometlake-R PCI IDKai-Chuan Hsieh1-0/+3
2021-02-07ALSA: hda: Add AlderLake-P PCI ID and HDMI codec vidKai Vehmanen2-0/+4
2021-02-03ALSA: hda/via: Apply the workaround generically for Clevo machinesTakashi Iwai1-1/+1
2021-02-03ALSA: hda/realtek: Enable headset of ASUS B1400CEPE with ALC256Jian-Hong Pan1-0/+1
2021-01-27ALSA: hda: Balance runtime/system PM if direct-complete is disabledKai-Heng Feng1-17/+7
2021-01-27ALSA: hda/tegra: fix tegra-hda on tegra30 socPeter Geis1-1/+1
2021-01-27ALSA: hda/via: Add minimum mute flagTakashi Iwai1-0/+1
2021-01-27ALSA: hda/realtek - Limit int mic boost on Acer Aspire E5-575TChris Chiu1-0/+8
2021-01-19ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machinesJeremy Szu1-0/+4
2021-01-12ALSA: hda/realtek: Add two "Intel Reference board" SSID in the ALC256.PeiSen Hou1-0/+2
2021-01-12ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook 850 G7Kai-Heng Feng1-0/+1
2021-01-12ALSA: hda/realtek: Add mute LED quirk for more HP laptopsManuel Jiménez1-0/+1
2021-01-12ALSA: hda/realtek - Fix speaker volume control on Lenovo C940Kailang Yang1-0/+6
2021-01-12ALSA: hda/conexant: add a new hda codec CX11970bo liu1-0/+1
2021-01-12ALSA: hda/via: Fix runtime PM for Clevo W35xSSTakashi Iwai2-2/+13
2021-01-09ALSA: hda/hdmi: Fix incorrect mutex unlock in silent_stream_disable()Takashi Iwai1-1/+1
2021-01-09ALSA: hda/realtek - Modify Dell platform nameKailang Yang1-1/+1
2020-12-30ALSA: hda/realtek - Supported Dell fixed type headsetKailang Yang1-0/+1
2020-12-30ALSA: hda/realtek: Remove dummy lineout on Acer TravelMate P648/P658Chris Chiu1-0/+27
2020-12-30ALSA: hda/realtek: Apply jack fixup for Quanta NL3Chris Chiu1-0/+1
2020-12-30ALSA: hda/realtek: Add quirk for MSI-GP73Takashi Iwai1-0/+1
2020-12-30ALSA/hda: apply jack fixup for the Acer Veriton N4640G/N6640G/N2510GChris Chiu1-0/+3
2020-12-30ALSA: hda/realtek - Add supported for more Lenovo ALC285 Headset ButtonKailang Yang1-0/+4
2020-12-30ALSA: hda/realtek - Enable headset mic of ASUS Q524UQK with ALC255Chris Chiu1-0/+1
2020-12-30ALSA: hda/realtek - Enable headset mic of ASUS X430UN with ALC256Chris Chiu1-0/+1
2020-12-30ALSA: hda/realtek: make bass spk volume adjustable on a yoga laptopHui Wang1-0/+7
2020-12-30ALSA: hda/ca0132 - Fix AE-5 rear headphone pincfg.Connor McAdams1-1/+1
2020-12-30ALSA: hda: Fix regressions on clear and reconfig sysfsTakashi Iwai2-2/+2
2020-12-30ALSA: hda/ca0132 - Change Input Source enum strings.Connor McAdams1-1/+1
2020-12-30ALSA: hda/hdmi: fix silent stream for first playback to DPKai Vehmanen1-12/+86
2020-11-28ALSA: hda/realtek: Add mute LED quirk to yet another HP x360 modelTakashi Iwai1-0/+1
2020-11-28ALSA: hda/realtek: Fix bass speaker DAC assignment on Asus Zephyrus G14Takashi Iwai1-6/+20
2020-11-28ALSA: hda/generic: Add option to enforce preferred_dacs pairsTakashi Iwai2-4/+9
2020-11-27ALSA: hda/realtek - Add new codec supported for ALC897Kailang Yang1-0/+2
2020-11-24ALSA: hda/realtek: Enable headset of ASUS UX482EG & B9400CEA with ALC294Jian-Hong Pan1-0/+3
2020-11-20ALSA: hda/realtek - Fixed Dell AIO wrong sound toneKailang Yang1-0/+40
2020-11-19ALSA: mixart: Fix mutex deadlockTakashi Iwai1-3/+2
2020-11-19ALSA: hda/ca0132: Fix compile warning without PCITakashi Iwai1-0/+2
2020-11-16ALSA: hda: Add Alderlake-S PCI ID and HDMI codec vidKai Vehmanen2-0/+4
2020-11-13ALSA: hda/realtek - HP Headset Mic can't detect after bootKailang Yang1-0/+13
2020-11-13ALSA: hda/realtek - Add supported mute Led for HPKailang Yang1-0/+13
2020-11-11ALSA: hda/realtek: Add some Clove SSID in the ALC293(ALC1220)PeiSen Hou1-1/+49
2020-11-07ALSA: hda/realtek - Add supported for Lenovo ThinkPad Headset ButtonKailang Yang1-0/+9
2020-11-03ALSA: hda/realtek - Enable headphone for ASUS TM420Kailang Yang1-0/+13
2020-10-28ALSA: hda: Reinstate runtime_allow() for all hda controllersKai-Heng Feng1-0/+1
2020-10-28ALSA: hda: Separate runtime and system suspendKai-Heng Feng2-29/+36
2020-10-28ALSA: hda: Refactor codec PM to use direct-complete optimizationKai-Heng Feng1-16/+29
2020-10-28ALSA: hda/realtek - Fixed HP headset Mic can't be detectedKailang Yang1-11/+43
2020-10-22ALSA: hda - Fix the return value if cb func is already registeredHui Wang1-5/+13
2020-10-17ALSA: hda/ca0132: make some const arrays static, makes object smallerColin Ian King1-6/+12