index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
cs42l43.c
Age
Commit message (
Expand
)
Author
2 days
Merge tag 'soundwire-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-07-04
ASoC: codecs: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
2025-06-09
ASoC: cs42l43: Remove unnecessary work functions
Charles Keepax
2025-03-12
ASoC: cs42l43: convert to SYSTEM_SLEEP_PM_OPS
Arnd Bergmann
2025-03-06
ASoC: cs42l43: Fix maximum ADC Volume
Charles Keepax
2025-03-04
ASoC: cs42l43: Add jack delay debounce after suspend
Maciej Strozek
2025-01-20
Merge tag 'asoc-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
2025-01-09
ASoC: cs42l43: Add codec force suspend/resume ops
Maciej Strozek
2024-12-17
ASoC: cs42l43: don't include '<linux/find.h>' directly
Wolfram Sang
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-10-31
mfd: cs42l43: Disable IRQs during suspend
Charles Keepax
2024-09-09
ASoC: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-08-02
ASoC: cs42l43: Cache shutter IRQ control pointers
Charles Keepax
2024-08-02
ASoC: cs42l43: Remove redundant semi-colon at end of function
Charles Keepax
2024-05-27
ASoC: cs42l43: Only restrict 44.1kHz for the ASP
Charles Keepax
2024-03-26
ASoC: cs42l43: Correct extraction of data pointer in suspend/resume
Charles Keepax
2024-02-21
ASoC: Intel: avs: Fixes and new platforms support
Mark Brown
2024-02-07
ASoC: cs42l43: Add system suspend ops to disable IRQ
Charles Keepax
2024-02-07
ASoC: cs42l43: Handle error from devm_pm_runtime_enable
Charles Keepax
2024-02-05
ASoC: cs42l43: Shut down jack detection on component remove
Charles Keepax
2024-02-05
ASoC: cs42l43: Sync the hp ilimit works when removing the component
Charles Keepax
2024-02-05
ASoC: cs42l43: Add clear of stashed pointer on component remove
Charles Keepax
2024-01-26
ASoC: cs42l43: Use fls to calculate the pre-divider for the PLL
Charles Keepax
2024-01-26
ASoC: cs42l43: Refactor to use for_each_set_bit()
Charles Keepax
2024-01-26
ASoC: cs42l43: Add pm_ptr around the power ops
Charles Keepax
2024-01-26
ASoC: cs42l43: Minor code tidy ups
Charles Keepax
2024-01-26
ASoC: cs42l43: Tidy up header includes
Charles Keepax
2023-12-12
ASoC: cs42l43: Add missing statics for hp_ilimit functions
Charles Keepax
2023-12-11
ASoC: cs42l43: Allow HP amp to cool off after current limit
Charles Keepax
2023-11-13
ASoC: cs42l43: Add missing static from runtime PM ops
Charles Keepax
2023-10-23
ASoC: cs42l43: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-26
ASoC: Merge up fixes
Mark Brown
2023-09-16
ASoC: cs42l43: make const array controls static
Colin Ian King
2023-09-15
ASoC: cs42l43: Add shared IRQ flag for shutters
Charles Keepax
2023-08-29
ASoC: cs42l43: Fix missing error code in cs42l43_codec_probe()
Harshit Mogalapalli
2023-08-24
ASoC: cs42l43: Use new-style PM runtime macros
Charles Keepax
2023-08-23
ASoC: cs42l43: Initialize ret in default case in cs42l43_pll_ev()
Nathan Chancellor
2023-08-18
ASoC: cs42l43: Add support for the cs42l43
Charles Keepax