summaryrefslogtreecommitdiffstats
path: root/sound/soc/sdca
AgeCommit message (Expand)AuthorLines
2026-03-03ASoC: SDCA: Add allocation failure check for Entity nameCharles Keepax-1/+4
2026-02-26ASoC: SDCA: Fix comments for sdca_irq_request()Takashi Iwai-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-02-04ASoC: SDCA: Limit values user can write to Selected ModeCharles Keepax-2/+37
2026-02-04ASoC: SDCA: Add regmap defaults for specification defined valuesCharles Keepax-3/+47
2026-02-04ASoC: SDCA: Rearrange FDL file messagesCharles Keepax-2/+5
2026-02-04ASoC: SDCA: Still process most of the jack detect if control is missingCharles Keepax-24/+28
2026-02-04ASoC: SDCA: Handle volatile controls correctlyCharles Keepax-2/+50
2026-02-04ASoC: SDCA: Remove outdated todo commentCharles Keepax-4/+0
2026-01-29ASoC: sdca: Fix missing regmap dependencies in KconfigBoris Faure-0/+2
2026-01-21ASoC: SDCA: Add NO_DIRECT_COMPLETE flag to class driverCharles Keepax-0/+2
2026-01-15ASoC: SDCA: Handle CONFIG_PM_SLEEP not being setCharles Keepax-2/+14
2026-01-15ASoC: SDCA: Tidy up some memory allocationsCharles Keepax-4/+4
2026-01-14ASoC: SDCA: Add lock to serialise the Function initialisationCharles Keepax-0/+8
2026-01-14ASoC: SDCA: Device boot into the system suspend processCharles Keepax-27/+62
2026-01-14ASoC: SDCA: Add basic system suspend supportCharles Keepax-0/+84
2026-01-14ASoC: SDCA: Add SDCA IRQ enable/disable helpersCharles Keepax-0/+76
2026-01-06ASoC: SDCA: Replace use of system_wq with system_dfl_wqMarco Crivellari-1/+1
2025-12-22SDCA Jack FixupsMark Brown-77/+265
2025-12-22ASoC: SDCA: Add ASoC jack hookup in class driverCharles Keepax-0/+13
2025-12-22ASoC: SDCA: Add ability to connect SDCA jacks to ASoC jacksCharles Keepax-1/+105
2025-12-22ASoC: SDCA: Factor out jack handling into new c fileCharles Keepax-77/+148
2025-12-17ASoC: SDCA: Allow sample width wild cards in set_usage()Simon Trimmer-1/+1
2025-12-14ASoC: SDCA: functions: Fix confusing cleanup.h syntaxKrzysztof Kozlowski-14/+14
2025-11-28ASoC: SDCA: Fixup some more Kconfig issuesCharles Keepax-0/+2
2025-11-27ASoC: SDCA: Add terminal type into input/output widget nameCharles Keepax-47/+57
2025-11-27ASoC: SDCA: Align mute controls to ALSA expectationsCharles Keepax-0/+3
2025-11-25ASoC: SDCA: Fix NULL vs IS_ERR() bug in sdca_dev_register_functions()Dan Carpenter-2/+2
2025-11-20ASoC: SDCA: Add basic SDCA function driverCharles Keepax-0/+469
2025-11-20ASoC: SDCA: Add basic SDCA class driverCharles Keepax-0/+355
2025-11-20ASoC: SDCA: add function devicesPierre-Louis Bossart-2/+135
2025-11-20ASoC: SDCA: Add helper to write initialization writesCharles Keepax-0/+16
2025-11-20ASoC: SDCA: Populate regmap cache for readable ControlsCharles Keepax-10/+22
2025-11-20ASoC: SDCA: Factor out helper to process Control defaultsCharles Keepax-22/+39
2025-11-20ASoC: SDCA: Use helper macros for control identificationCharles Keepax-22/+14
2025-11-20ASoC: SDCA: Move most of the messages from info to debugCharles Keepax-26/+24
2025-11-20ASoC: SDCA: Add comment for function reset pollingCharles Keepax-0/+4
2025-11-20ASoC: SDCA: Correct FDL locking in sdca_fdl_process()Charles Keepax-44/+45
2025-11-20ASoC: SDCA: Fix missing dash in HIDE DisCo propertyCharles Keepax-1/+1
2025-11-20ASoC: SDCA: Remove duplicated module macrosCharles Keepax-6/+0
2025-11-18ASoC: SDCA: Add companion amp FunctionCharles Keepax-0/+2
2025-11-18ASoC: convert to snd_soc_dapm_xxx()Mark Brown-2/+2
2025-11-18ASoC: Intel: avs: Allow for NHLT configurationMark Brown-1/+2
2025-11-17ASoC: sdca: sdca_asoc: convert to snd_soc_dapm_xxx()Kuninori Morimoto-2/+2
2025-11-10ASoC: SDCA: bug fix while parsing mipi-sdca-control-cn-listNiranjan H Y-1/+2
2025-11-06ASoC: SDCA: support Q7.8 volume formatShuming Fan-25/+9
2025-10-27ASoC: SDCA: Add HID button IRQCharles Keepax-0/+74
2025-10-27ASoC: SDCA: Add early IRQ handlingCharles Keepax-0/+71
2025-10-27ASoC: SDCA: Add UMP timeout handling for FDLCharles Keepax-1/+64