summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* ALSA: vx222: fix null-ptr-derefTong Zhang2021-09-071-0/+1
* ALSA: hda/cs8409: Initialize Codec only in init fixup.Stefan Binding2021-08-271-2/+0
* ALSA: hda/cs8409: Ensure Type Detection is only run on startup when necessaryStefan Binding2021-08-272-6/+30
* ALSA: hda: Disable runtime resume at shutdownTakashi Iwai2021-08-261-4/+2
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-08-241-0/+1
|\
| * ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setupJohnathon Clark2021-08-241-0/+1
* | Merge branch 'for-linus' into for-nextTakashi Iwai2021-08-231-2/+19
|\|
| * ALSA: hda/realtek: Workaround for conflicting SSID on ASUS ROG Strix G17Takashi Iwai2021-08-231-0/+10
| * ALSA: hda/realtek: Limit mic boost on HP ProBook 445 G8Kai-Heng Feng2021-08-191-2/+9
* | ALSA: hda: Allow model option to specify PCI SSID aliasTakashi Iwai2021-08-231-0/+13
* | ALSA: hda: Code refactoring snd_hda_pick_fixup()Takashi Iwai2021-08-231-37/+38
* | ALSA: hda/analog - Sink ad198x_shutup() and shuffle CONFIG_PM guardsNathan Chancellor2021-08-181-8/+2
* | ALSA: hda/sigmatel - Sink stac_shutup() into stac_suspend()Nathan Chancellor2021-08-181-13/+9
* | ALSA: hda: Drop workaround for a hang at shutdown againTakashi Iwai2021-08-171-9/+3
* | Merge branch 'for-linus' into for-nextTakashi Iwai2021-08-174-6/+19
|\|
| * ALSA: hda/via: Apply runtime PM workaround for ASUS B23ETakashi Iwai2021-08-171-0/+1
| * ALSA: hda: Fix hang during shutdown due to link resetImre Deak2021-08-171-3/+9
| * ALSA: hda/realtek: Enable 4-speaker output for Dell XPS 15 9510 laptopKristin Paget2021-08-151-0/+1
| * ALSA: hda - fix the 'Capture Switch' value change notificationsJaroslav Kysela2021-08-121-3/+7
| * ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650 G8 Notebook PCJeremy Szu2021-08-101-0/+1
* | ALSA: hda: Nuke unused reboot_notify callbackTakashi Iwai2021-08-147-49/+1
* | ALSA: hda: Suspend codec at shutdownTakashi Iwai2021-08-143-7/+17
* | ALSA: hda: conexant: Turn off EAPD at suspend, tooTakashi Iwai2021-08-141-1/+15
* | ALSA: hda/cs8409: Prevent pops and clicks during suspendStefan Binding2021-08-131-0/+6
* | ALSA: hda/cs8409: Unmute/Mute codec when stream starts/stopsStefan Binding2021-08-123-30/+120
* | ALSA: hda/cs8409: Follow correct CS42L42 power down sequence for suspendStefan Binding2021-08-122-1/+24
* | ALSA: hda/cs8409: Remove unnecessary delaysStefan Binding2021-08-121-8/+4
* | ALSA: hda/cs8409: Use timeout rather than retries for I2C transaction waitsStefan Binding2021-08-122-13/+5
* | ALSA: hda/cs8409: Set fixed sample rate of 48kHz for CS42L42Stefan Binding2021-08-123-0/+16
* | ALSA: hda/cs8409: Enable Full Scale Volume for Line Out Codec on DolphinStefan Binding2021-08-121-2/+2
* | ALSA: hda/cs8409: Add support for dolphinLucas Tanure2021-08-123-0/+440
* | ALSA: hda/cs8409: Add Support to disable jack type detection for CS42L42Stefan Binding2021-08-123-31/+43
* | ALSA: hda/cs8409: Support multiple sub_codecs for Suspend/Resume/Unsol eventsStefan Binding2021-08-121-13/+28
* | ALSA: hda/cs8409: Move codec properties to its own structLucas Tanure2021-08-123-250/+284
* | ALSA: hda/cs8409: Separate CS8409, CS42L42 and project functionsLucas Tanure2021-08-123-180/+195
* | ALSA: hda/cs8409: Support i2c bulk read/write functionsLucas Tanure2021-08-123-83/+136
* | ALSA: hda/cs8409: Avoid re-setting the same page as the last accessLucas Tanure2021-08-122-55/+71
* | ALSA: hda/cs8409: Avoid setting the same I2C address for every accessLucas Tanure2021-08-122-2/+18
* | ALSA: hda/cs8409: Dont disable I2C clock between consecutive accessesLucas Tanure2021-08-122-18/+74
* | ALSA: hda/cs8409: Generalize volume controlsLucas Tanure2021-08-123-124/+105
* | ALSA: hda/cs8409: Prevent I2C access during suspend timeLucas Tanure2021-08-122-0/+15
* | ALSA: hda/cs8409: Simplify CS42L42 jack detect.Stefan Binding2021-08-121-7/+14
* | ALSA: hda/cs8409: Mask CS42L42 wake eventsStefan Binding2021-08-121-2/+2
* | ALSA: hda/cs8409: Disable unsolicited response for the first bootLucas Tanure2021-08-121-3/+2
* | ALSA: hda/cs8409: Disable unsolicited responses during suspendStefan Binding2021-08-121-12/+14
* | ALSA: hda/cs8409: Disable unnecessary Ring Sense for Cyborg/Warlock/BullseyeStefan Binding2021-08-121-3/+1
* | ALSA: hda/cs8409: Reduce HS pops/clicks for CyborgStefan Binding2021-08-121-2/+8
* | ALSA: hda/cs8409: Mask all CS42L42 interrupts on initializationStefan Binding2021-08-121-0/+12
* | ALSA: hda/cs8409: Use enums for register names and coefficientsStefan Binding2021-08-123-109/+343
* | ALSA: hda/cs8409: Move arrays of configuration to a new fileLucas Tanure2021-08-124-218/+241