summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-0821-26/+26
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-01-075-3/+23
|\
| * ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machinesJeremy Szu2021-01-071-0/+4
| * ALSA: hda/via: Fix runtime PM for Clevo W35xSSTakashi Iwai2021-01-042-2/+13
| * ALSA: hda/hdmi: Fix incorrect mutex unlock in silent_stream_disable()Takashi Iwai2021-01-011-1/+1
| * ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook 850 G7Kai-Heng Feng2020-12-311-0/+1
| * ALSA: hda/realtek: Add two "Intel Reference board" SSID in the ALC256.PeiSen Hou2020-12-311-0/+2
| * ALSA: hda/realtek: Add mute LED quirk for more HP laptopsManuel Jiménez2020-12-311-0/+1
| * ALSA: hda/conexant: add a new hda codec CX11970bo liu2020-12-311-0/+1
* | ALSA: maestro: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2020-12-251-1/+1
* | ALSA: sis7019: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2020-12-251-1/+1
* | ALSA: ens1370: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2020-12-251-2/+2
* | ALSA: trident: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2020-12-251-2/+2
* | ALSA: sonicvibes: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2020-12-251-1/+1
* | ALSA: lola: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2020-12-251-1/+1
* | ALSA: emu10k1: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2020-12-251-1/+1
* | ALSA: ctxfi: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2020-12-251-1/+1
* | ALSA: cx46xx: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2020-12-251-1/+1
* | ALSA: bt87x: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2020-12-251-1/+2
* | ALSA: asihpi: Use DIV_ROUND_UP() instead of open-coding itLars-Peter Clausen2020-12-251-1/+1
|/
* ALSA: hda/realtek - Modify Dell platform nameKailang Yang2020-12-231-1/+1
* ALSA: hda/realtek - Fix speaker volume control on Lenovo C940Kailang Yang2020-12-231-0/+6
* 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