summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/tas2783-sdw.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-19ASoC: tas2783: prepare the port again on the resume pathMark Brown1-0/+20
2026-08-19ASoC: tas2783-sdw: power the Function up before preparing the portAndrey Golovko1-0/+20
2026-08-14ASoC: tas2783-sdw: do not treat read-only Controls as writableAndrey Golovko1-0/+51
2026-08-07ASoC: tas2783-sdw: sort the register default tablePeter Ujfalusi1-85/+85
2026-08-07ASoC: tas2783-sdw: drop duplicate reg_default entryPeter Ujfalusi1-1/+0
2026-08-06ASoC: SDCA: Pass swft table through sdca_dev_register()Charles Keepax1-1/+1
2026-07-31ASoC: codecs: Use guard() for mutex & spin locks - part 3Mark Brown1-31/+29
2026-07-31ASoC: codecs: tas2783: Use guard() for mutex locksbui duc phuc1-31/+29
2026-07-31ASoC: tas2783-sdw: drop stale regcache on uninitialized re-attachAndrey Golovko1-8/+16
2026-07-09ASoC: codecs: tas2783-sdw: Propagate regcache_sync() errorsPengpeng Hou1-2/+14
2026-06-23ASoC: tas2783: Update loaded firmware names to linux-firmware 20260519Bartosz Juraszewski1-23/+50
2026-06-23ASoC: ti: Add back local call to sdw_show_ping_status()Charles Keepax1-1/+3
2026-06-10ASoC: tas2783A: remove unused tas25xx_(de)register_misc() functionsEthan Nelson-Moore1-2/+0
2026-05-12ASoC: Add a new SoundWire enumeration helperMark Brown1-14/+4
2026-05-12ASoC: tas2783: Use new SoundWire enumeration helperCharles Keepax1-14/+4
2026-05-04ASoC: SDCA: Remove sdca_function_data duplicationCharles Keepax1-3/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-20Merge tag 'sound-fix-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+43
2026-02-17Merge tag 'soundwire-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+1
2026-02-17ASoC: tas2783A: add explicit port prepare handlingNiranjan H Y1-0/+43
2026-01-20ASoC: tas2783A: fw loading for devices without pci busNiranjan H Y1-19/+24
2025-12-23soundwire: Make remove function return no valueUwe Kleine-König1-3/+1
2025-12-18ASoC: tas2783A: read slave properties from acpi tableNiranjan H Y1-61/+5
2025-12-18ASoC: tas2783A: use acpi initialisation tableNiranjan H Y1-3/+51
2025-12-18ASoc: tas2783A: fw name based on system detailsNiranjan H Y1-1/+24
2025-12-18ASoC: tas2783A: fix error log for calibration dataNiranjan H Y1-1/+2
2025-12-18ASoC: tas2783A: update default init writesNiranjan H Y1-53/+1
2025-12-18ASoC: tas2783A: use custom firmwareNiranjan H Y1-62/+83
2025-11-06ASoC: Merge up fixesMark Brown1-2/+18
2025-11-06ASoC: tas2783A: Fix issues in firmware parsingNiranjan H Y1-2/+18
2025-10-29ASoC: tas2783: Fix build for SoundWire API updateMark Brown1-1/+2
2025-10-13ASoc: tas2783A: Remove unneeded variable assignmentTang Bin1-1/+0
2025-09-26ASoc: tas2783A: Fix an error code in probe()Dan Carpenter1-1/+1
2025-09-24ASoc: tas2783A: Fix spelling mistake "Perifpheral" -> "Peripheral"Colin Ian King1-1/+1
2025-09-24ASoc: tas2783A: Remove unneeded semicolonChen Ni1-1/+1
2025-09-22ASoc: tas2783A: Add soundwire based codec driverNiranjan H Y1-0/+1331