summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* ALSA/hda: apply jack fixup for the Acer Veriton N4640G/N6640G/N2510GChris Chiu2020-12-221-0/+3
* ALSA: hda/realtek: Apply jack fixup for Quanta NL3Chris Chiu2020-12-221-0/+1
* ALSA: hda/realtek: Add quirk for MSI-GP73Takashi Iwai2020-12-201-0/+1
* ALSA: hda/realtek - Supported Dell fixed type headsetKailang Yang2020-12-171-0/+1
* ALSA: hda/realtek: Remove dummy lineout on Acer TravelMate P648/P658Chris Chiu2020-12-161-0/+27
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-12-143-10/+88
|\
| * ALSA: hda/realtek - Add supported for more Lenovo ALC285 Headset ButtonKailang Yang2020-12-111-0/+4
| * ALSA: hda/realtek - Enable headset mic of ASUS Q524UQK with ALC255Chris Chiu2020-12-091-0/+1
| * ALSA: hda/realtek - Enable headset mic of ASUS X430UN with ALC256Chris Chiu2020-12-071-0/+1
| * ALSA: hda/realtek: make bass spk volume adjustable on a yoga laptopHui Wang2020-12-051-0/+7
| * ALSA: hda/realtek: Add mute LED quirk to yet another HP x360 modelTakashi Iwai2020-11-281-0/+1
| * ALSA: hda/realtek: Fix bass speaker DAC assignment on Asus Zephyrus G14Takashi Iwai2020-11-281-6/+20
| * ALSA: hda/generic: Add option to enforce preferred_dacs pairsTakashi Iwai2020-11-282-4/+9
| * ALSA: hda/realtek - Add new codec supported for ALC897Kailang Yang2020-11-271-0/+2
| * ALSA: hda/realtek: Enable headset of ASUS UX482EG & B9400CEA with ALC294Jian-Hong Pan2020-11-241-0/+3
| * ALSA: hda/realtek - Fixed Dell AIO wrong sound toneKailang Yang2020-11-201-0/+40
* | ALSA: hda/ca0132 - Add ZxR surround DAC setup.Connor McAdams2020-12-121-0/+40
* | ALSA: hda/ca0132 - Add 8051 PLL write helper functions.Connor McAdams2020-12-121-80/+50
* | ALSA: hda/hdmi: packet buffer index must be set before reading valueKai Vehmanen2020-12-111-1/+1
* | ALSA: hda/hdmi: always print pin NIDs as hexadecimalKai Vehmanen2020-12-111-15/+12
* | ALSA: hda/ca0132 - Remove now unnecessary DSP setup functions.Connor McAdams2020-12-111-105/+0
* | ALSA: hda/ca0132 - Ensure DSP is properly setup post-firmware download.Connor McAdams2020-12-111-0/+119
* | ALSA: hda/ca0132 - Add 8051 exram helper functions.Connor McAdams2020-12-111-58/+79
* | ALSA: hda/ca0132 - Add stream port remapping function.Connor McAdams2020-12-111-52/+156
* | ALSA: hda/ca0132 - Reset codec upon initialization.Connor McAdams2020-12-111-5/+16
* | ALSA: hda/hdmi: fix silent stream for first playback to DPKai Vehmanen2020-12-101-12/+86
* | ALSA: hda/ca0132 - Change Input Source enum strings.Connor McAdams2020-12-101-1/+1
* | ALSA: hda/ca0132 - Fix AE-5 rear headphone pincfg.Connor McAdams2020-12-101-1/+1
* | ALSA: hda: Fix regressions on clear and reconfig sysfsTakashi Iwai2020-12-102-2/+2
* | ALSA: hda/proc - print DP-MST connectionsKai Vehmanen2020-12-081-1/+37
* | ALSA: hda/ca0132: Move unsol callback setups to parserTakashi Iwai2020-11-281-2/+3
* | Merge branch 'topic/usb-audio-refactoring' into for-nextTakashi Iwai2020-11-247-60/+214
|\|
| * ALSA: mixart: Fix mutex deadlockTakashi Iwai2020-11-191-3/+2
| * ALSA: hda/ca0132: Fix compile warning without PCITakashi Iwai2020-11-191-0/+2
| * ALSA: hda: Add Alderlake-S PCI ID and HDMI codec vidKai Vehmanen2020-11-162-0/+4
| * ALSA: hda/realtek - HP Headset Mic can't detect after bootKailang Yang2020-11-131-0/+13
| * ALSA: hda/realtek - Add supported mute Led for HPKailang Yang2020-11-131-0/+13
| * ALSA: hda/realtek: Add some Clove SSID in the ALC293(ALC1220)PeiSen Hou2020-11-111-1/+49
| * ALSA: hda/realtek - Add supported for Lenovo ThinkPad Headset ButtonKailang Yang2020-11-071-0/+9
| * ALSA: hda/realtek - Enable headphone for ASUS TM420Kailang Yang2020-11-031-0/+13
| * ALSA: hda: Reinstate runtime_allow() for all hda controllersKai-Heng Feng2020-10-281-0/+1
| * ALSA: hda: Separate runtime and system suspendKai-Heng Feng2020-10-282-29/+36
| * ALSA: hda: Refactor codec PM to use direct-complete optimizationKai-Heng Feng2020-10-281-16/+29
| * ALSA: hda/realtek - Fixed HP headset Mic can't be detectedKailang Yang2020-10-281-11/+43
* | ALSA: emu10k1: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-211-2/+2
* | ALSA: hdspm: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-211-0/+1
* | ALSA: remove unneeded breakTom Rix2020-10-263-16/+0
|/
* ALSA: hda - Fix the return value if cb func is already registeredHui Wang2020-10-221-5/+13
* ALSA: hda/ca0132: make some const arrays static, makes object smallerColin Ian King2020-10-171-6/+12
* ALSA: hda/hdmi: fix incorrect locking in hdmi_pcm_closeKai Vehmanen2020-10-131-8/+12