aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/sdca
AgeCommit message (Expand)AuthorFilesLines
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
2025-09-04ASoC: SDCA: Fix return value in detected_mode_handler()Charles Keepax1-1/+1
2025-09-04ASoC: SDCA: Fix return value in sdca_regmap_mbq_size()Charles Keepax1-1/+1
2025-09-02ASoC: SDCA: Add quirk for incorrect function types for 3 systemsMaciej Strozek2-5/+28
2025-07-28Merge tag 'asoc-v6.17-2' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai2-43/+85
2025-07-24Merge tag 'asoc-v6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai6-86/+1145
2025-07-24ASoC: SDCA: Add support for -cn- value propertiesCharles Keepax2-41/+71
2025-07-24ASoC: SDCA: Fix some holes in the regmap readable/writeable helpersCharles Keepax1-2/+14
2025-07-22ASoC: SDCA: Fix implicit cast from le16Charles Keepax1-1/+1
2025-07-22ASoC: SDCA: Shrink detected_mode_handler() stack frameCharles Keepax1-3/+7