summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/catpt
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-12-14ASoC: Intel: catpt: Drop superfluous space in PCM codeCezary Rojewski-5/+5
2025-12-14ASoC: Intel: catpt: Specify image names in the device descriptorCezary Rojewski-5/+4
2025-12-14ASoC: Intel: catpt: Simplify catpt_stream_read_position()Cezary Rojewski-8/+4
2025-12-14ASoC: Intel: catpt: Update CATPT_IPC_ERROR macroCezary Rojewski-19/+15
2025-12-14ASoC: Intel: catpt: Move IPC error messages one level downCezary Rojewski-84/+21
2025-11-27ASoC: Intel: catpt: Do not block the system from suspendingCezary Rojewski-2/+9
2025-11-27ASoC: Intel: catpt: Do not ignore errors on runtime resumeCezary Rojewski-7/+7
2025-11-27ASoC: Intel: catpt: Fix probing order of driver componentsCezary Rojewski-6/+9
2025-11-27ASoC: Intel: catpt: Fix error path in hw_params()Cezary Rojewski-1/+3
2025-11-27ASoC: Intel: catpt: Switch to resource_xxx() APICezary Rojewski-9/+9
2025-11-27ASoC: Intel: catpt: Fix offset checksCezary Rojewski-4/+4
2025-10-20ASoC: intel: catpt: use snd_kcontrol_chip() instead of snd_soc_kcontrol_compo...Kuninori Morimoto-10/+5
2025-09-09ASoC: Intel: catpt: Expose correct bit depth to userspaceAmadeusz Sławiński-6/+17
2025-07-04ASoC: Intel: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-7/+0
2025-04-30ASoC: Intel: catpt: avoid type mismatch in dev_dbg() formatArnd Bergmann-1/+1
2025-03-17ASoC: intel: catpt: Convert to RUNTIME_PM_OPS() & coTakashi Iwai-7/+7
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-05-08ASoC: intel: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2024-05-06ASoC: Intel: catpt: clarify Copyright informationPierre-Louis Bossart-11/+11
2024-03-07ASoC: Intel: catpt: Carefully use PCI bitwise constantsAndy Shevchenko-2/+2
2023-09-26ASoC: intel: convert not to use asoc_xxx()Kuninori Morimoto-6/+6
2023-08-14ASoC: intel: merge DAI call back functions into opsKuninori Morimoto-2/+6
2023-03-20ASoC: Intel: catpt: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2022-08-16ASoC: Intel: catpt: Drop SND_SOC_ACPI_INTEL_MATCH dependencyCezary Rojewski-3/+30
2022-08-15ASoC: Intel: catpt: Replace sprintf() with sysfs_emit()Takashi Iwai-3/+3
2022-07-05ASoC: Intel: catpt: remove duplicating driver data retrievalAndy Shevchenko-4/+1
2022-06-27ASoC: Intel: catpt: use pm_runtime_resume_and_get()Pierre-Louis Bossart-7/+23
2022-04-05ASoC: Intel: catpt: Drop redundant enum constantCezary Rojewski-3/+1
2022-03-08ASoC: Intel: catpt: use asoc_substream_to_rtd()Lianjie Zhang-3/+3
2021-12-17ASoC: Intel: catpt: Streamline locals declaration for PCM-functionsCezary Rojewski-16/+16
2021-12-17ASoC: Intel: catpt: Reduce size of catpt_component_open()Cezary Rojewski-3/+2
2021-12-17ASoC: Intel: catpt: Test dmaengine_submit() result before moving onCezary Rojewski-2/+12
2021-02-03ASoC: Intel: catpt: remove unneeded semicolonYang Li-1/+1
2020-12-28catpt: Switch to use list_entry_is_head() helperAndy Shevchenko-7/+5
2020-12-15Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-12/+1
2020-12-15Merge branches 'acpi-resources' and 'acpi-docs'Rafael J. Wysocki-12/+1
2020-11-25ASoC: Intel: catpt: Replace open coded variant of resource_intersection()Andy Shevchenko-12/+1
2020-11-19ASoC: Intel: catpt: add dynamic selection of DSP driverPierre-Louis Bossart-0/+12
2020-11-16Merge Intel catpt DSP fixes into asoc-5.10Mark Brown-5/+4
2020-11-16Merge series "ASoC: Intel: catpt: Offload fixes and code optimization" from C...Mark Brown-123/+74
2020-11-16ASoC: Intel: catpt: Cleanup after power routines streamliningCezary Rojewski-50/+0
2020-11-16ASoC: Intel: catpt: Streamline power routines across LPT and WPTCezary Rojewski-16/+18
2020-11-16ASoC: Intel: catpt: Optimize applying user settingsCezary Rojewski-52/+52
2020-11-16ASoC: Intel: catpt: Correct clock selection for dai triggerCezary Rojewski-5/+2
2020-11-16ASoC: Intel: catpt: Skip position update for unprepared streamsCezary Rojewski-0/+2
2020-11-02ASoC: Intel: remove unneeded semicolonTom Rix-3/+3
2020-10-14ASoC: Intel: catpt: Relax clock selection conditionsCezary Rojewski-3/+6
2020-10-14ASoC: Intel: catpt: Wake up device before configuring SSP portCezary Rojewski-0/+10