index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
pci
/
hda
/
patch_cs8409.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-04
ALSA: hda/cirrus: Fix broken audio on hardware with two CS42L42 codecs.
Vitaly Rodionov
1
-1
/
+1
2022-12-05
ALSA: hda/cirrus: Add extra 10 ms delay to allow PLL settle and lock.
Vitaly Rodionov
1
-1
/
+1
2022-05-12
ALSA: hda/cs8409: Add Speaker Playback Switch for Warlock
Stefan Binding
1
-0
/
+2
2022-05-12
ALSA: hda/cs8409: Add Speaker Playback Switch for Cyborg
Stefan Binding
1
-11
/
+61
2022-05-12
ALSA: hda/cs8409: Support new Odin Variants
Stefan Binding
1
-3
/
+9
2022-05-09
ALSA: hda/cs8409: Support manual mode detection for CS42L42
Stefan Binding
1
-27
/
+132
2022-05-09
ALSA: hda/cs8409: Use general cs42l42 include in cs8409 hda driver
Stefan Binding
1
-62
/
+66
2022-03-28
ALSA: hda/cs8409: Disable HSBIAS_SENSE_EN for Cyborg
Stefan Binding
1
-8
/
+1
2022-03-28
ALSA: hda/cs8409: Support new Warlock MLK Variants
Stefan Binding
1
-2
/
+13
2022-03-28
ALSA: hda/cs8409: Fix Full Scale Volume setting for all variants
Stefan Binding
1
-13
/
+16
2022-03-28
ALSA: hda/cs8409: Fix Warlock to use mono mic configuration
Stefan Binding
1
-2
/
+2
2022-01-05
Merge branch 'for-next' into for-linus
Takashi Iwai
1
-3
/
+6
2022-01-04
ALSA: hda/cs8409: Fix Jack detection after resume
Christian A. Ehrhardt
1
-1
/
+4
2022-01-04
ALSA: hda/cs8409: Increase delay during jack detection
Christian A. Ehrhardt
1
-2
/
+2
2021-11-29
ALSA: hda/cs8409: Set PMSG_ON earlier inside cs8409 driver
Stefan Binding
1
-0
/
+5
2021-09-16
ALSA: hda/cs8409: Setup Dolphin Headset Mic as Phantom Jack
Stefan Binding
1
-0
/
+3
2021-08-27
ALSA: hda/cs8409: Initialize Codec only in init fixup.
Stefan Binding
1
-2
/
+0
2021-08-27
ALSA: hda/cs8409: Ensure Type Detection is only run on startup when necessary
Stefan Binding
1
-6
/
+28
2021-08-13
ALSA: hda/cs8409: Prevent pops and clicks during suspend
Stefan Binding
1
-0
/
+6
2021-08-12
ALSA: hda/cs8409: Unmute/Mute codec when stream starts/stops
Stefan Binding
1
-20
/
+103
2021-08-12
ALSA: hda/cs8409: Follow correct CS42L42 power down sequence for suspend
Stefan Binding
1
-1
/
+22
2021-08-12
ALSA: hda/cs8409: Remove unnecessary delays
Stefan Binding
1
-8
/
+4
2021-08-12
ALSA: hda/cs8409: Use timeout rather than retries for I2C transaction waits
Stefan Binding
1
-13
/
+3
2021-08-12
ALSA: hda/cs8409: Set fixed sample rate of 48kHz for CS42L42
Stefan Binding
1
-0
/
+6
2021-08-12
ALSA: hda/cs8409: Add support for dolphin
Lucas Tanure
1
-0
/
+196
2021-08-12
ALSA: hda/cs8409: Add Support to disable jack type detection for CS42L42
Stefan Binding
1
-31
/
+41
2021-08-12
ALSA: hda/cs8409: Support multiple sub_codecs for Suspend/Resume/Unsol events
Stefan Binding
1
-13
/
+28
2021-08-12
ALSA: hda/cs8409: Move codec properties to its own struct
Lucas Tanure
1
-157
/
+155
2021-08-12
ALSA: hda/cs8409: Separate CS8409, CS42L42 and project functions
Lucas Tanure
1
-158
/
+175
2021-08-12
ALSA: hda/cs8409: Support i2c bulk read/write functions
Lucas Tanure
1
-78
/
+130
2021-08-12
ALSA: hda/cs8409: Avoid re-setting the same page as the last access
Lucas Tanure
1
-55
/
+69
2021-08-12
ALSA: hda/cs8409: Avoid setting the same I2C address for every access
Lucas Tanure
1
-2
/
+17
2021-08-12
ALSA: hda/cs8409: Dont disable I2C clock between consecutive accesses
Lucas Tanure
1
-18
/
+70
2021-08-12
ALSA: hda/cs8409: Generalize volume controls
Lucas Tanure
1
-116
/
+49
2021-08-12
ALSA: hda/cs8409: Prevent I2C access during suspend time
Lucas Tanure
1
-0
/
+14
2021-08-12
ALSA: hda/cs8409: Simplify CS42L42 jack detect.
Stefan Binding
1
-7
/
+14
2021-08-12
ALSA: hda/cs8409: Mask CS42L42 wake events
Stefan Binding
1
-2
/
+2
2021-08-12
ALSA: hda/cs8409: Disable unsolicited response for the first boot
Lucas Tanure
1
-3
/
+2
2021-08-12
ALSA: hda/cs8409: Disable unsolicited responses during suspend
Stefan Binding
1
-12
/
+14
2021-08-12
ALSA: hda/cs8409: Reduce HS pops/clicks for Cyborg
Stefan Binding
1
-2
/
+8
2021-08-12
ALSA: hda/cs8409: Use enums for register names and coefficients
Stefan Binding
1
-23
/
+26
2021-08-12
ALSA: hda/cs8409: Move arrays of configuration to a new file
Lucas Tanure
1
-217
/
+1
2021-08-12
ALSA: hda/cirrus: Move CS8409 HDA bridge to separate module
Lucas Tanure
1
-0
/
+1060