index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
pci
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: vx222: fix null-ptr-deref
Tong Zhang
2021-09-07
1
-0
/
+1
*
ALSA: hda/cs8409: Initialize Codec only in init fixup.
Stefan Binding
2021-08-27
1
-2
/
+0
*
ALSA: hda/cs8409: Ensure Type Detection is only run on startup when necessary
Stefan Binding
2021-08-27
2
-6
/
+30
*
ALSA: hda: Disable runtime resume at shutdown
Takashi Iwai
2021-08-26
1
-4
/
+2
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2021-08-24
1
-0
/
+1
|
\
|
*
ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup
Johnathon Clark
2021-08-24
1
-0
/
+1
*
|
Merge branch 'for-linus' into for-next
Takashi Iwai
2021-08-23
1
-2
/
+19
|
\
|
|
*
ALSA: hda/realtek: Workaround for conflicting SSID on ASUS ROG Strix G17
Takashi Iwai
2021-08-23
1
-0
/
+10
|
*
ALSA: hda/realtek: Limit mic boost on HP ProBook 445 G8
Kai-Heng Feng
2021-08-19
1
-2
/
+9
*
|
ALSA: hda: Allow model option to specify PCI SSID alias
Takashi Iwai
2021-08-23
1
-0
/
+13
*
|
ALSA: hda: Code refactoring snd_hda_pick_fixup()
Takashi Iwai
2021-08-23
1
-37
/
+38
*
|
ALSA: hda/analog - Sink ad198x_shutup() and shuffle CONFIG_PM guards
Nathan Chancellor
2021-08-18
1
-8
/
+2
*
|
ALSA: hda/sigmatel - Sink stac_shutup() into stac_suspend()
Nathan Chancellor
2021-08-18
1
-13
/
+9
*
|
ALSA: hda: Drop workaround for a hang at shutdown again
Takashi Iwai
2021-08-17
1
-9
/
+3
*
|
Merge branch 'for-linus' into for-next
Takashi Iwai
2021-08-17
4
-6
/
+19
|
\
|
|
*
ALSA: hda/via: Apply runtime PM workaround for ASUS B23E
Takashi Iwai
2021-08-17
1
-0
/
+1
|
*
ALSA: hda: Fix hang during shutdown due to link reset
Imre Deak
2021-08-17
1
-3
/
+9
|
*
ALSA: hda/realtek: Enable 4-speaker output for Dell XPS 15 9510 laptop
Kristin Paget
2021-08-15
1
-0
/
+1
|
*
ALSA: hda - fix the 'Capture Switch' value change notifications
Jaroslav Kysela
2021-08-12
1
-3
/
+7
|
*
ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650 G8 Notebook PC
Jeremy Szu
2021-08-10
1
-0
/
+1
*
|
ALSA: hda: Nuke unused reboot_notify callback
Takashi Iwai
2021-08-14
7
-49
/
+1
*
|
ALSA: hda: Suspend codec at shutdown
Takashi Iwai
2021-08-14
3
-7
/
+17
*
|
ALSA: hda: conexant: Turn off EAPD at suspend, too
Takashi Iwai
2021-08-14
1
-1
/
+15
*
|
ALSA: hda/cs8409: Prevent pops and clicks during suspend
Stefan Binding
2021-08-13
1
-0
/
+6
*
|
ALSA: hda/cs8409: Unmute/Mute codec when stream starts/stops
Stefan Binding
2021-08-12
3
-30
/
+120
*
|
ALSA: hda/cs8409: Follow correct CS42L42 power down sequence for suspend
Stefan Binding
2021-08-12
2
-1
/
+24
*
|
ALSA: hda/cs8409: Remove unnecessary delays
Stefan Binding
2021-08-12
1
-8
/
+4
*
|
ALSA: hda/cs8409: Use timeout rather than retries for I2C transaction waits
Stefan Binding
2021-08-12
2
-13
/
+5
*
|
ALSA: hda/cs8409: Set fixed sample rate of 48kHz for CS42L42
Stefan Binding
2021-08-12
3
-0
/
+16
*
|
ALSA: hda/cs8409: Enable Full Scale Volume for Line Out Codec on Dolphin
Stefan Binding
2021-08-12
1
-2
/
+2
*
|
ALSA: hda/cs8409: Add support for dolphin
Lucas Tanure
2021-08-12
3
-0
/
+440
*
|
ALSA: hda/cs8409: Add Support to disable jack type detection for CS42L42
Stefan Binding
2021-08-12
3
-31
/
+43
*
|
ALSA: hda/cs8409: Support multiple sub_codecs for Suspend/Resume/Unsol events
Stefan Binding
2021-08-12
1
-13
/
+28
*
|
ALSA: hda/cs8409: Move codec properties to its own struct
Lucas Tanure
2021-08-12
3
-250
/
+284
*
|
ALSA: hda/cs8409: Separate CS8409, CS42L42 and project functions
Lucas Tanure
2021-08-12
3
-180
/
+195
*
|
ALSA: hda/cs8409: Support i2c bulk read/write functions
Lucas Tanure
2021-08-12
3
-83
/
+136
*
|
ALSA: hda/cs8409: Avoid re-setting the same page as the last access
Lucas Tanure
2021-08-12
2
-55
/
+71
*
|
ALSA: hda/cs8409: Avoid setting the same I2C address for every access
Lucas Tanure
2021-08-12
2
-2
/
+18
*
|
ALSA: hda/cs8409: Dont disable I2C clock between consecutive accesses
Lucas Tanure
2021-08-12
2
-18
/
+74
*
|
ALSA: hda/cs8409: Generalize volume controls
Lucas Tanure
2021-08-12
3
-124
/
+105
*
|
ALSA: hda/cs8409: Prevent I2C access during suspend time
Lucas Tanure
2021-08-12
2
-0
/
+15
*
|
ALSA: hda/cs8409: Simplify CS42L42 jack detect.
Stefan Binding
2021-08-12
1
-7
/
+14
*
|
ALSA: hda/cs8409: Mask CS42L42 wake events
Stefan Binding
2021-08-12
1
-2
/
+2
*
|
ALSA: hda/cs8409: Disable unsolicited response for the first boot
Lucas Tanure
2021-08-12
1
-3
/
+2
*
|
ALSA: hda/cs8409: Disable unsolicited responses during suspend
Stefan Binding
2021-08-12
1
-12
/
+14
*
|
ALSA: hda/cs8409: Disable unnecessary Ring Sense for Cyborg/Warlock/Bullseye
Stefan Binding
2021-08-12
1
-3
/
+1
*
|
ALSA: hda/cs8409: Reduce HS pops/clicks for Cyborg
Stefan Binding
2021-08-12
1
-2
/
+8
*
|
ALSA: hda/cs8409: Mask all CS42L42 interrupts on initialization
Stefan Binding
2021-08-12
1
-0
/
+12
*
|
ALSA: hda/cs8409: Use enums for register names and coefficients
Stefan Binding
2021-08-12
3
-109
/
+343
*
|
ALSA: hda/cs8409: Move arrays of configuration to a new file
Lucas Tanure
2021-08-12
4
-218
/
+241
[next]