aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sdca
AgeCommit message (Expand)AuthorFilesLines
2026-08-10ASoC: Use auto-cleanup for firmware loadingMark Brown1-6/+2
2026-08-10ASoC: SDCA: Use auto-cleanup for firmware loadingTakashi Iwai1-6/+2
2026-08-06ASoC: SDCA: Pass swft table through sdca_dev_register()Charles Keepax3-10/+9
2026-08-06ASoC: SDCA: Add missing HID kernel docCharles Keepax1-0/+6
2026-08-06ASoC: SDCA: Add missing destroy for HID deviceCharles Keepax2-0/+14
2026-08-06ASoC: SDCA: Update HID DisCo parsingCharles Keepax1-45/+74
2026-08-06ASoC: SDCA: Move HID descriptors to functionCharles Keepax2-28/+48
2026-08-06ASoC: SDCA: Move HID registration to IRQ timeCharles Keepax3-29/+20
2026-08-06ASoC: SDCA: Remove unused dev pointer argumentCharles Keepax1-6/+5
2026-08-06ASoC: SDCA: Tidy up error messageCharles Keepax1-1/+1
2026-08-04ASoC: SOF: ipc4-topology: Pipeline params improvementsMark Brown8-123/+175
2026-07-30ASoC: SDCA: export sdca_asoc_populate_rate_format() helperShuming Fan1-2/+3
2026-07-30ASoC: SDCA: export sdca_find_entity_by_label() helperShuming Fan1-3/+4
2026-07-27ASoC: Fix races on creation of SDCA jack detectionMark Brown5-119/+166
2026-07-27ASoC: SDCA: Move kcontrol search out of IRQCharles Keepax2-17/+38
2026-07-27ASoC: SDCA: Switch to fixup_controls callback for IRQ registrationCharles Keepax2-27/+21
2026-07-27ASoC: SDCA: Populate IRQ data earlierCharles Keepax1-70/+45
2026-07-27ASoC: SDCA: Remove devm from primary IRQ cleanupCharles Keepax3-4/+30
2026-07-27ASoC: SDCA: Add sdca_irq_cleanup_late()Charles Keepax2-12/+43
2026-07-27ASoC: SDCA: Rename sdca_irq_allocate() to include devmCharles Keepax2-6/+6
2026-07-23ASoC: SDCA: Ensure that Control Range is large enough for headerCharles Keepax1-0/+2
2026-07-23ASoC: SDCA: Make UMP message size check more robustCharles Keepax1-2/+2
2026-07-23ASoC: SDCA: Always free firmware in FDL pathCharles Keepax1-1/+4
2026-07-23ASoC: SDCA: Correct pointer passed to devm_acpi_table_putCharles Keepax1-1/+1
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-26Merge tag 'asoc-fix-v7.2-merge-window' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+3
2026-06-23ASoC: SDCA: Validate written enum value in ge_put_enum_double()HyeongJun An1-0/+3
2026-06-15Merge tag 'asoc-v7.2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai8-158/+167
2026-06-11ASoC: SDCA: Use new SoundWire enumeration helperCharles Keepax2-51/+5
2026-06-11ASoC: SDCA: fix NULL pointer dereference in sdca_dev_unregister_functionsKean Ren1-3/+21
2026-05-27ASoC: SDCA: Make CONFIG_SND_SOC_SDCA a user selectable symbolNathan Chancellor1-1/+1
2026-05-07ASoC: SDCA: Add PDE verification reusable helperNiranjan H Y1-30/+76
2026-05-05ASoC: SDCA: Fix bad move of jack_state initialisationCharles Keepax1-1/+2
2026-05-04ASoC: SDCA: Support devices with multiple functions of identical typeCharles Keepax2-4/+25
2026-05-04ASoC: SDCA: Remove sdca_function_data duplicationCharles Keepax4-41/+15
2026-05-04ASoC: SDCA: Add correct masks whilst reporting SDCA jack statusCharles Keepax1-31/+44
2026-04-20ASoC: Correct bug parsing DisCo booleansMark Brown1-2/+5
2026-04-20ASoC: SDCA: Fix reading of mipi-sdca-control-deferrableCharles Keepax1-2/+5
2026-04-10ASoC: SDCA: Update text of FIXMECharles Keepax1-1/+11
2026-04-09ASoC: Yet another round of SDCA fixesMark Brown3-27/+116
2026-04-09ASoC: SDCA: Tidy up irq_enable_flags()/sdca_irq_disable()Charles Keepax1-6/+4
2026-04-09ASoC: SDCA: Fix cleanup inversion in class driverRichard Fitzgerald1-13/+21
2026-04-09ASoC: SDCA: Correct kernel doc for sdca_irq_cleanup()Charles Keepax1-1/+1
2026-04-08ASoC: SDCA: Unregister IRQ handlers on module removeRichard Fitzgerald2-5/+12
2026-04-08ASoC: SDCA: mask Function_Status valueMaciej Strozek1-1/+1
2026-04-08ASoC: SDCA: Fix overwritten var within for loopMaciej Strozek1-3/+1
2026-04-06ASoC: SDCA: Fix errors in IRQ cleanupCharles Keepax2-4/+82
2026-04-03ASoC: SDCA: Export Q7.8 volume control helpersNiranjan H Y1-6/+8
2026-04-03ASoC: SDCA: Add RJ support to class driverCharles Keepax1-1/+11
2026-03-30ASoC: Merge up fixesMark Brown1-4/+10