summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cs42l43.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-17ASoC: codecs: cs42l43: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-8/+8
2025-10-21ASoC: use snd_kcontrol_chip() instead ofMark Brown1-9/+9
2025-10-20ASoC: codecs: cs42l43: use snd_kcontrol_chip() instead of snd_soc_kcontrol_co...Kuninori Morimoto1-9/+9
2025-10-15ASoC: replace use of system_wq with system_dfl_wqMarco Crivellari1-2/+2
2025-09-04ASoC: cs42l43: Shutdown jack detection on suspendCharles Keepax1-0/+2
2025-09-04ASoC: cs42l43: Disable IRQs in system suspendCharles Keepax1-15/+63
2025-09-04ASoC: cs42l43: Store IRQ domain in codec private dataCharles Keepax1-16/+13
2025-09-04ASoC: cs42l43: Rename system suspend callback and fix debug printCharles Keepax1-3/+3
2025-08-01Merge tag 'soundwire-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-19/+5
2025-07-04ASoC: codecs: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-2/+0
2025-06-09ASoC: cs42l43: Remove unnecessary work functionsCharles Keepax1-19/+5
2025-03-12ASoC: cs42l43: convert to SYSTEM_SLEEP_PM_OPSArnd Bergmann1-1/+1
2025-03-06ASoC: cs42l43: Fix maximum ADC VolumeCharles Keepax1-1/+1
2025-03-04ASoC: cs42l43: Add jack delay debounce after suspendMaciej Strozek1-1/+14
2025-01-20Merge tag 'asoc-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-1/+1
2025-01-09ASoC: cs42l43: Add codec force suspend/resume opsMaciej Strozek1-0/+1
2024-12-17ASoC: cs42l43: don't include '<linux/find.h>' directlyWolfram Sang1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-10-31mfd: cs42l43: Disable IRQs during suspendCharles Keepax1-42/+0
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-08-02ASoC: cs42l43: Cache shutter IRQ control pointersCharles Keepax1-17/+56
2024-08-02ASoC: cs42l43: Remove redundant semi-colon at end of functionCharles Keepax1-1/+1
2024-05-27ASoC: cs42l43: Only restrict 44.1kHz for the ASPCharles Keepax1-2/+3
2024-03-26ASoC: cs42l43: Correct extraction of data pointer in suspend/resumeCharles Keepax1-4/+8
2024-02-21ASoC: Intel: avs: Fixes and new platforms supportMark Brown1-3/+45
2024-02-07ASoC: cs42l43: Add system suspend ops to disable IRQCharles Keepax1-2/+41
2024-02-07ASoC: cs42l43: Handle error from devm_pm_runtime_enableCharles Keepax1-1/+4
2024-02-05ASoC: cs42l43: Shut down jack detection on component removeCharles Keepax1-0/+7
2024-02-05ASoC: cs42l43: Sync the hp ilimit works when removing the componentCharles Keepax1-0/+3
2024-02-05ASoC: cs42l43: Add clear of stashed pointer on component removeCharles Keepax1-0/+8
2024-01-26ASoC: cs42l43: Use fls to calculate the pre-divider for the PLLCharles Keepax1-4/+3
2024-01-26ASoC: cs42l43: Refactor to use for_each_set_bit()Charles Keepax1-15/+20
2024-01-26ASoC: cs42l43: Add pm_ptr around the power opsCharles Keepax1-1/+1
2024-01-26ASoC: cs42l43: Minor code tidy upsCharles Keepax1-8/+4
2024-01-26ASoC: cs42l43: Tidy up header includesCharles Keepax1-0/+8
2023-12-12ASoC: cs42l43: Add missing statics for hp_ilimit functionsCharles Keepax1-2/+2
2023-12-11ASoC: cs42l43: Allow HP amp to cool off after current limitCharles Keepax1-3/+85
2023-11-13ASoC: cs42l43: Add missing static from runtime PM opsCharles Keepax1-2/+2
2023-10-23ASoC: cs42l43: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-26ASoC: Merge up fixesMark Brown1-6/+8
2023-09-16ASoC: cs42l43: make const array controls staticColin Ian King1-1/+1
2023-09-15ASoC: cs42l43: Add shared IRQ flag for shuttersCharles Keepax1-6/+8
2023-08-29ASoC: cs42l43: Fix missing error code in cs42l43_codec_probe()Harshit Mogalapalli1-1/+2
2023-08-24ASoC: cs42l43: Use new-style PM runtime macrosCharles Keepax1-4/+3
2023-08-23ASoC: cs42l43: Initialize ret in default case in cs42l43_pll_ev()Nathan Chancellor1-0/+1
2023-08-19ASoC: cs42l43: Add support for the cs42l43Charles Keepax1-0/+2278