summaryrefslogtreecommitdiff
path: root/sound/soc/sdca
AgeCommit message (Expand)AuthorFilesLines
2026-03-12ASoC: SDCA: Add allocation failure check for Entity nameCharles Keepax1-1/+4
2026-03-12ASoC: sdca: Fix missing regmap dependencies in KconfigBoris Faure1-0/+2
2026-03-12ASoC: SDCA: Fix comments for sdca_irq_request()Takashi Iwai1-2/+2
2026-02-27ASoC: SDCA: Still process most of the jack detect if control is missingCharles Keepax1-24/+28
2026-02-27ASoC: SDCA: Add ability to connect SDCA jacks to ASoC jacksCharles Keepax1-1/+105
2026-02-27ASoC: SDCA: Factor out jack handling into new c fileCharles Keepax3-77/+148
2026-02-27ASoC: SDCA: Handle volatile controls correctlyCharles Keepax1-2/+50
2026-02-27ASoC: SDCA: Remove outdated todo commentCharles Keepax1-4/+0
2026-02-27ASoC: SDCA: Allow sample width wild cards in set_usage()Simon Trimmer1-1/+1
2025-11-28ASoC: SDCA: Fixup some more Kconfig issuesCharles Keepax1-0/+2
2025-11-27ASoC: SDCA: Add terminal type into input/output widget nameCharles Keepax2-47/+57
2025-11-27ASoC: SDCA: Align mute controls to ALSA expectationsCharles Keepax1-0/+3
2025-11-25ASoC: SDCA: Fix NULL vs IS_ERR() bug in sdca_dev_register_functions()Dan Carpenter1-2/+2
2025-11-20ASoC: SDCA: Add basic SDCA function driverCharles Keepax3-0/+469
2025-11-20ASoC: SDCA: Add basic SDCA class driverCharles Keepax4-0/+355
2025-11-20ASoC: SDCA: add function devicesPierre-Louis Bossart4-2/+135
2025-11-20ASoC: SDCA: Add helper to write initialization writesCharles Keepax1-0/+16
2025-11-20ASoC: SDCA: Populate regmap cache for readable ControlsCharles Keepax1-10/+22
2025-11-20ASoC: SDCA: Factor out helper to process Control defaultsCharles Keepax1-22/+39
2025-11-20ASoC: SDCA: Use helper macros for control identificationCharles Keepax1-22/+14
2025-11-20ASoC: SDCA: Move most of the messages from info to debugCharles Keepax1-26/+24
2025-11-20ASoC: SDCA: Add comment for function reset pollingCharles Keepax1-0/+4
2025-11-20ASoC: SDCA: Correct FDL locking in sdca_fdl_process()Charles Keepax1-44/+45
2025-11-20ASoC: SDCA: Fix missing dash in HIDE DisCo propertyCharles Keepax1-1/+1
2025-11-20ASoC: SDCA: Remove duplicated module macrosCharles Keepax2-6/+0
2025-11-18ASoC: SDCA: Add companion amp FunctionCharles Keepax1-0/+2
2025-11-18ASoC: convert to snd_soc_dapm_xxx()Mark Brown1-2/+2
2025-11-18ASoC: Intel: avs: Allow for NHLT configurationMark Brown1-1/+2
2025-11-17ASoC: sdca: sdca_asoc: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-2/+2
2025-11-10ASoC: SDCA: bug fix while parsing mipi-sdca-control-cn-listNiranjan H Y1-1/+2
2025-11-06ASoC: SDCA: support Q7.8 volume formatShuming Fan1-25/+9
2025-10-27ASoC: SDCA: Add HID button IRQCharles Keepax2-0/+74
2025-10-27ASoC: SDCA: Add early IRQ handlingCharles Keepax1-0/+71
2025-10-27ASoC: SDCA: Add UMP timeout handling for FDLCharles Keepax2-1/+64
2025-10-27ASoC: SDCA: Add completion for FDL start and stopCharles Keepax1-0/+75
2025-10-27ASoC: SDCA: Add FDL-specific IRQ processingMaciej Strozek1-0/+34
2025-10-27ASoC: SDCA: Add FDL library for XU entitiesMaciej Strozek3-0/+385
2025-10-27ASoC: SDCA: Add SDCA FDL data parsingMaciej Strozek2-0/+113
2025-10-27ASoC: SDCA: Add UMP buffer helper functionsCharles Keepax2-1/+249
2025-10-27ASoC: SDCA: Parse Function Reset max delayCharles Keepax1-2/+8
2025-10-27ASoC: SDCA: Parse XU Entity propertiesCharles Keepax1-0/+25
2025-10-27ASoC: SDCA: Force some SDCA Controls to be volatileCharles Keepax2-8/+59
2025-10-27ASoC: SDCA: Rely less on the ASoC component in IRQ handlingCharles Keepax1-12/+25
2025-10-27ASoC: SDCA: Factor out a helper to find SDCA IRQ dataCharles Keepax1-14/+22
2025-10-27ASoC: SDCA: Update externally_requested flag to cover all requestsCharles Keepax1-4/+4
2025-10-27ASoC: SDCA: Pass device register map from IRQ alloc to handlersCharles Keepax1-1/+4
2025-10-27ASoC: SDCA: Pass SoundWire slave to HIDCharles Keepax2-15/+17
2025-10-27ASoC: SDCA: Add manual PM runtime gets to IRQ handlersCharles Keepax1-10/+32
2025-10-27ASoC: SDCA: Rename SoundWire struct device variablesCharles Keepax2-10/+10
2025-09-04More minor SDCA bug fixesMark Brown2-2/+2