index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
cs42l43.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-09
ASoC: cs42l43: Add support for the B variant
Maciej Strozek
1
-133
/
+623
2025-11-17
ASoC: codecs: cs42l43: convert to snd_soc_dapm_xxx()
Kuninori Morimoto
1
-8
/
+8
2025-10-21
ASoC: use snd_kcontrol_chip() instead of
Mark Brown
1
-9
/
+9
2025-10-20
ASoC: codecs: cs42l43: use snd_kcontrol_chip() instead of snd_soc_kcontrol_co...
Kuninori Morimoto
1
-9
/
+9
2025-10-15
ASoC: replace use of system_wq with system_dfl_wq
Marco Crivellari
1
-2
/
+2
2025-09-04
ASoC: cs42l43: Shutdown jack detection on suspend
Charles Keepax
1
-0
/
+2
2025-09-04
ASoC: cs42l43: Disable IRQs in system suspend
Charles Keepax
1
-15
/
+63
2025-09-04
ASoC: cs42l43: Store IRQ domain in codec private data
Charles Keepax
1
-16
/
+13
2025-09-04
ASoC: cs42l43: Rename system suspend callback and fix debug print
Charles Keepax
1
-3
/
+3
2025-08-01
Merge tag 'soundwire-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-19
/
+5
2025-07-04
ASoC: codecs: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-2
/
+0
2025-06-09
ASoC: cs42l43: Remove unnecessary work functions
Charles Keepax
1
-19
/
+5
2025-03-12
ASoC: cs42l43: convert to SYSTEM_SLEEP_PM_OPS
Arnd Bergmann
1
-1
/
+1
2025-03-06
ASoC: cs42l43: Fix maximum ADC Volume
Charles Keepax
1
-1
/
+1
2025-03-04
ASoC: cs42l43: Add jack delay debounce after suspend
Maciej Strozek
1
-1
/
+14
2025-01-20
Merge tag 'asoc-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
1
-1
/
+1
2025-01-09
ASoC: cs42l43: Add codec force suspend/resume ops
Maciej Strozek
1
-0
/
+1
2024-12-17
ASoC: cs42l43: don't include '<linux/find.h>' directly
Wolfram Sang
1
-1
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-10-31
mfd: cs42l43: Disable IRQs during suspend
Charles Keepax
1
-42
/
+0
2024-09-09
ASoC: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-08-02
ASoC: cs42l43: Cache shutter IRQ control pointers
Charles Keepax
1
-17
/
+56
2024-08-02
ASoC: cs42l43: Remove redundant semi-colon at end of function
Charles Keepax
1
-1
/
+1
2024-05-27
ASoC: cs42l43: Only restrict 44.1kHz for the ASP
Charles Keepax
1
-2
/
+3
2024-03-26
ASoC: cs42l43: Correct extraction of data pointer in suspend/resume
Charles Keepax
1
-4
/
+8
2024-02-21
ASoC: Intel: avs: Fixes and new platforms support
Mark Brown
1
-3
/
+45
2024-02-07
ASoC: cs42l43: Add system suspend ops to disable IRQ
Charles Keepax
1
-2
/
+41
2024-02-07
ASoC: cs42l43: Handle error from devm_pm_runtime_enable
Charles Keepax
1
-1
/
+4
2024-02-05
ASoC: cs42l43: Shut down jack detection on component remove
Charles Keepax
1
-0
/
+7
2024-02-05
ASoC: cs42l43: Sync the hp ilimit works when removing the component
Charles Keepax
1
-0
/
+3
2024-02-05
ASoC: cs42l43: Add clear of stashed pointer on component remove
Charles Keepax
1
-0
/
+8
2024-01-26
ASoC: cs42l43: Use fls to calculate the pre-divider for the PLL
Charles Keepax
1
-4
/
+3
2024-01-26
ASoC: cs42l43: Refactor to use for_each_set_bit()
Charles Keepax
1
-15
/
+20
2024-01-26
ASoC: cs42l43: Add pm_ptr around the power ops
Charles Keepax
1
-1
/
+1
2024-01-26
ASoC: cs42l43: Minor code tidy ups
Charles Keepax
1
-8
/
+4
2024-01-26
ASoC: cs42l43: Tidy up header includes
Charles Keepax
1
-0
/
+8
2023-12-12
ASoC: cs42l43: Add missing statics for hp_ilimit functions
Charles Keepax
1
-2
/
+2
2023-12-11
ASoC: cs42l43: Allow HP amp to cool off after current limit
Charles Keepax
1
-3
/
+85
2023-11-13
ASoC: cs42l43: Add missing static from runtime PM ops
Charles Keepax
1
-2
/
+2
2023-10-23
ASoC: cs42l43: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-26
ASoC: Merge up fixes
Mark Brown
1
-6
/
+8
2023-09-16
ASoC: cs42l43: make const array controls static
Colin Ian King
1
-1
/
+1
2023-09-15
ASoC: cs42l43: Add shared IRQ flag for shutters
Charles Keepax
1
-6
/
+8
2023-08-29
ASoC: cs42l43: Fix missing error code in cs42l43_codec_probe()
Harshit Mogalapalli
1
-1
/
+2
2023-08-24
ASoC: cs42l43: Use new-style PM runtime macros
Charles Keepax
1
-4
/
+3
2023-08-23
ASoC: cs42l43: Initialize ret in default case in cs42l43_pll_ev()
Nathan Chancellor
1
-0
/
+1
2023-08-18
ASoC: cs42l43: Add support for the cs42l43
Charles Keepax
1
-0
/
+2278