summaryrefslogtreecommitdiff
path: root/sound/soc/sdca/sdca_asoc.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-06ASoC: SDCA: Remove unused dev pointer argumentCharles Keepax1-6/+5
2026-08-06ASoC: SDCA: Tidy up error messageCharles Keepax1-1/+1
2026-07-30ASoC: SDCA: export sdca_asoc_populate_rate_format() helperShuming Fan1-2/+3
2026-06-23ASoC: SDCA: Validate written enum value in ge_put_enum_double()HyeongJun An1-0/+3
2026-05-07ASoC: SDCA: Add PDE verification reusable helperNiranjan H Y1-30/+76
2026-04-03ASoC: SDCA: Export Q7.8 volume control helpersNiranjan H Y1-6/+8
2026-03-27ASoC: SDCA: fix the register to ctl value conversion for Q7.8 formatShuming Fan1-1/+1
2026-03-16ASoC: Handle edge case on SDCA jack control namingMark Brown1-1/+1
2026-03-16ASoC: SDCA: Use named control mux for GE/SU controlsCharles Keepax1-1/+1
2026-02-26ASoC: SDCA: Pull the Q7.8 volume helpers out of soc-opsCharles Keepax1-1/+66
2026-02-26ASoC: SDCA: Improve mapping of Q7.8 SDCA volumesCharles Keepax1-4/+2
2026-02-26ASoC: SDCA: Update counting of SU/GE DAPM routesCharles Keepax1-7/+34
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-04ASoC: SDCA: Limit values user can write to Selected ModeCharles Keepax1-1/+36
2026-02-04ASoC: SDCA: Handle volatile controls correctlyCharles Keepax1-2/+50
2025-12-17ASoC: SDCA: Allow sample width wild cards in set_usage()Simon Trimmer1-1/+1
2025-11-27ASoC: SDCA: Add terminal type into input/output widget nameCharles Keepax1-46/+2
2025-11-27ASoC: SDCA: Align mute controls to ALSA expectationsCharles Keepax1-0/+3
2025-11-17ASoC: sdca: sdca_asoc: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-2/+2
2025-11-06ASoC: SDCA: support Q7.8 volume formatShuming Fan1-25/+9
2025-07-21ASoC: SDCA: add route by the number of input pins in MU entityShuming Fan1-10/+1
2025-07-16Add SDCA DAI ops helpersMark Brown1-60/+367
2025-07-15ASoC: SDCA: Add hw_params() helper functionCharles Keepax1-0/+180
2025-07-15ASoC: SDCA: Add a helper to get the SoundWire port numberCharles Keepax1-0/+75
2025-07-15ASoC: SDCA: Add helper to add DAI constraintsCharles Keepax1-0/+99
2025-07-15ASoC: SDCA: Move SDCA search functions and exportCharles Keepax1-60/+13
2025-07-15ASoC: SDCA: Update memory allocations to zero initialiseCharles Keepax1-6/+6
2025-06-30ASoC: SDCA: Minor selected/detected mode control fixupsCharles Keepax1-4/+4
2025-06-30ASoC: SDCA: Fixup some kernel doc errorsCharles Keepax1-2/+7
2025-06-30ASoC: SDCA: Add missing default in switch in entity_pde_event()Charles Keepax1-0/+2
2025-05-20ASoC: SDCA: Create DAI drivers from DisCoCharles Keepax1-4/+223
2025-05-20ASoC: SDCA: Create ALSA controls from DisCoCharles Keepax1-4/+252
2025-05-20ASoC: SDCA: Create DAPM widgets and routes from DisCoCharles Keepax1-0/+844