aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ALSA: hda/hdmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-08-301-1/+1
| * | | | | ALSA: hda: cleanup definitions for multi-link registersPierre-Louis Bossart2022-08-231-7/+7
| * | | | | ALSA: hda: Remove unused definesAmadeusz Sławiński2022-08-191-7/+0
| * | | | | ALSA: hda: Remove unused MAX_PIN_CONFIGS constantAmadeusz Sławiński2022-08-191-2/+0
| * | | | | ALSA: hda: Fix page fault in snd_hda_codec_shutdown()Cezary Rojewski2022-08-181-21/+20
| * | | | | ALSA: hda: Always free codec on the device releaseCezary Rojewski2022-08-181-7/+1
* | | | | | Merge branch 'master' into i2c/for-mergewindowWolfram Sang2022-09-274-9/+55
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | ALSA: hda/realtek: Add a quirk for HP OMEN 16 (8902) mute LEDDaniel Houldsworth2022-09-191-0/+1
| * | | | | ALSA: hda/hdmi: Fix the converter reuse for the silent streamJaroslav Kysela2022-09-161-0/+1
| * | | | | ALSA: hda/realtek: Add quirk for ASUS GA503R laptopLuke D. Jones2022-09-151-0/+1
| * | | | | ALSA: hda/realtek: Add pincfg for ASUS G533Z HP jackLuke D. Jones2022-09-151-0/+11
| * | | | | ALSA: hda/realtek: Add pincfg for ASUS G513 HP jackLuke D. Jones2022-09-151-0/+11
| * | | | | ALSA: hda/realtek: Re-arrange quirk table entriesTakashi Iwai2022-09-151-3/+3
| * | | | | ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5530 laptopCallum Osmotherly2022-09-151-0/+1
| * | | | | ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5570 laptopCallum Osmotherly2022-09-141-0/+1
| * | | | | ALSA: hda: Fix Nvidia dp infoframeMohan Kumar2022-09-131-4/+19
| | |_|_|/ | |/| | |
| * | | | ALSA: hda/realtek: Add quirk for Huawei WRT-WX9huangwenhui2022-09-131-0/+1
| * | | | ALSA: hda/tegra: set depop delay for tegraMohan Kumar2022-09-131-0/+1
| * | | | ALSA: hda: add Intel 5 Series / 3400 PCI DIDKai Vehmanen2022-09-131-0/+2
| * | | | ALSA: hda: Fix hang at HD-audio codec unbinding due to refcount saturationTakashi Iwai2022-09-101-2/+2
* | | | | Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2022-09-167-10/+97
|\| | | |
| * | | | ALSA: emu10k1: Fix out of bounds access in snd_emu10k1_pcm_channel_alloc()Tasos Sahanidis2022-09-071-1/+1
| | |_|/ | |/| |
| * | | ALSA: hda: Once again fix regression of page allocations with IOMMUTakashi Iwai2022-09-061-1/+1
| * | | ALSA: hda/tegra: Align BDL entry to 4KB boundaryMohan Kumar2022-09-061-1/+2
| * | | ALSA: hda/sigmatel: Fix unused variable warning for beep power changeTakashi Iwai2022-09-051-0/+2
| * | | ALSA: hda/sigmatel: Keep power up while beep is enabledTakashi Iwai2022-09-041-0/+22
| | |/ | |/|
| * | ALSA: hda/realtek: Add speaker AMP init for Samsung laptops with ALC298Kacper Michajłow2022-08-281-7/+56
| |/
| * ALSA: hda/realtek: Add quirk for Clevo NS50PU, NS70PUChristoffer Sandberg2022-08-171-0/+1
| * ALSA: hda/cs8409: Support new Dolphin VariantsStefan Binding2022-08-171-0/+4
| * ALSA: hda/realtek: Add quirk for Lenovo Yoga7 14IAL7Takashi Iwai2022-08-161-0/+1
| * ALSA: hda: cs35l41: Clarify support for CSC3551 without _DSD PropertiesStefan Binding2022-08-161-0/+5
| * ALSA: hda/realtek: Add quirks for ASUS Zenbooks using CS35L41Stefan Binding2022-08-151-0/+2
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* ALSA: hda: Fix crash due to jack poll in suspendMohan Kumar2022-08-111-5/+9
* ALSA: hda/cirrus - support for iMac 12,1 modelAllen Ballway2022-08-111-0/+1
* ALSA: hda/realtek: Add a quirk for HP OMEN 15 (8786) mute LEDBedant Patnaik2022-08-091-0/+1
* ALSA: hda/conexant: Add quirk for LENOVO 20149 Notebook modelMeng Tang2022-08-081-1/+10
* ALSA: ice1712: remove redundant assignment to newColin Ian King2022-08-051-1/+1
* ALSA: hda/realtek: Add quirk for another Asus K42JZ modelMeng Tang2022-08-051-0/+11
* ALSA: hda/realtek: Add quirk for HP Spectre x360 15-eb0xxxIvan Hasenkampf2022-08-031-0/+2
* ALSA: hda: Replace sprintf() with sysfs_emit()Takashi Iwai2022-08-021-12/+11
* ALSA: hda/realtek: Add quirk for Clevo NV45PZTim Crawford2022-07-311-0/+1
* ALSA: hda/realtek: Add quirk for Lenovo Yoga9 14IAP7Philipp Jungkamp2022-07-301-0/+109
* ALSA: hda: cs35l41: Support CLSA0101Lucas Tanure2022-07-283-26/+55
* ALSA: hda: cs35l41: Use the CS35L41 HDA internal defineLucas Tanure2022-07-281-1/+2
* ALSA: hda/realtek: Enable speaker and mute LEDs for HP laptopsKai-Heng Feng2022-07-251-0/+2
* Merge branch 'for-linus' into for-nextTakashi Iwai2022-07-253-9/+34
|\
| * ALSA: hda/realtek - Enable the headset-mic on a Xiaomi's laptopMeng Tang2022-07-131-0/+1
| * ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc221Meng Tang2022-07-131-0/+12
| * ALSA: hda/realtek: fix mute/micmute LEDs for HP machinesJeremy Szu2022-07-131-0/+4