index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
intel
/
catpt
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2025-12-14
ASoC: Intel: catpt: Drop superfluous space in PCM code
Cezary Rojewski
-5
/
+5
2025-12-14
ASoC: Intel: catpt: Specify image names in the device descriptor
Cezary Rojewski
-5
/
+4
2025-12-14
ASoC: Intel: catpt: Simplify catpt_stream_read_position()
Cezary Rojewski
-8
/
+4
2025-12-14
ASoC: Intel: catpt: Update CATPT_IPC_ERROR macro
Cezary Rojewski
-19
/
+15
2025-12-14
ASoC: Intel: catpt: Move IPC error messages one level down
Cezary Rojewski
-84
/
+21
2025-11-27
ASoC: Intel: catpt: Do not block the system from suspending
Cezary Rojewski
-2
/
+9
2025-11-27
ASoC: Intel: catpt: Do not ignore errors on runtime resume
Cezary Rojewski
-7
/
+7
2025-11-27
ASoC: Intel: catpt: Fix probing order of driver components
Cezary Rojewski
-6
/
+9
2025-11-27
ASoC: Intel: catpt: Fix error path in hw_params()
Cezary Rojewski
-1
/
+3
2025-11-27
ASoC: Intel: catpt: Switch to resource_xxx() API
Cezary Rojewski
-9
/
+9
2025-11-27
ASoC: Intel: catpt: Fix offset checks
Cezary Rojewski
-4
/
+4
2025-10-20
ASoC: intel: catpt: use snd_kcontrol_chip() instead of snd_soc_kcontrol_compo...
Kuninori Morimoto
-10
/
+5
2025-09-09
ASoC: Intel: catpt: Expose correct bit depth to userspace
Amadeusz Sławiński
-6
/
+17
2025-07-04
ASoC: Intel: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
-7
/
+0
2025-04-30
ASoC: Intel: catpt: avoid type mismatch in dev_dbg() format
Arnd Bergmann
-1
/
+1
2025-03-17
ASoC: intel: catpt: Convert to RUNTIME_PM_OPS() & co
Takashi Iwai
-7
/
+7
2024-09-09
ASoC: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-1
/
+1
2024-05-08
ASoC: intel: Use *-y instead of *-objs in Makefile
Takashi Iwai
-1
/
+1
2024-05-06
ASoC: Intel: catpt: clarify Copyright information
Pierre-Louis Bossart
-11
/
+11
2024-03-07
ASoC: Intel: catpt: Carefully use PCI bitwise constants
Andy Shevchenko
-2
/
+2
2023-09-26
ASoC: intel: convert not to use asoc_xxx()
Kuninori Morimoto
-6
/
+6
2023-08-14
ASoC: intel: merge DAI call back functions into ops
Kuninori Morimoto
-2
/
+6
2023-03-20
ASoC: Intel: catpt: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2022-08-16
ASoC: Intel: catpt: Drop SND_SOC_ACPI_INTEL_MATCH dependency
Cezary Rojewski
-3
/
+30
2022-08-15
ASoC: Intel: catpt: Replace sprintf() with sysfs_emit()
Takashi Iwai
-3
/
+3
2022-07-05
ASoC: Intel: catpt: remove duplicating driver data retrieval
Andy Shevchenko
-4
/
+1
2022-06-27
ASoC: Intel: catpt: use pm_runtime_resume_and_get()
Pierre-Louis Bossart
-7
/
+23
2022-04-05
ASoC: Intel: catpt: Drop redundant enum constant
Cezary Rojewski
-3
/
+1
2022-03-08
ASoC: Intel: catpt: use asoc_substream_to_rtd()
Lianjie Zhang
-3
/
+3
2021-12-17
ASoC: Intel: catpt: Streamline locals declaration for PCM-functions
Cezary Rojewski
-16
/
+16
2021-12-17
ASoC: Intel: catpt: Reduce size of catpt_component_open()
Cezary Rojewski
-3
/
+2
2021-12-17
ASoC: Intel: catpt: Test dmaengine_submit() result before moving on
Cezary Rojewski
-2
/
+12
2021-02-03
ASoC: Intel: catpt: remove unneeded semicolon
Yang Li
-1
/
+1
2020-12-28
catpt: Switch to use list_entry_is_head() helper
Andy Shevchenko
-7
/
+5
2020-12-15
Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
-12
/
+1
2020-12-15
Merge branches 'acpi-resources' and 'acpi-docs'
Rafael J. Wysocki
-12
/
+1
2020-11-25
ASoC: Intel: catpt: Replace open coded variant of resource_intersection()
Andy Shevchenko
-12
/
+1
2020-11-19
ASoC: Intel: catpt: add dynamic selection of DSP driver
Pierre-Louis Bossart
-0
/
+12
2020-11-16
Merge Intel catpt DSP fixes into asoc-5.10
Mark Brown
-5
/
+4
2020-11-16
Merge series "ASoC: Intel: catpt: Offload fixes and code optimization" from C...
Mark Brown
-123
/
+74
2020-11-16
ASoC: Intel: catpt: Cleanup after power routines streamlining
Cezary Rojewski
-50
/
+0
2020-11-16
ASoC: Intel: catpt: Streamline power routines across LPT and WPT
Cezary Rojewski
-16
/
+18
2020-11-16
ASoC: Intel: catpt: Optimize applying user settings
Cezary Rojewski
-52
/
+52
2020-11-16
ASoC: Intel: catpt: Correct clock selection for dai trigger
Cezary Rojewski
-5
/
+2
2020-11-16
ASoC: Intel: catpt: Skip position update for unprepared streams
Cezary Rojewski
-0
/
+2
2020-11-02
ASoC: Intel: remove unneeded semicolon
Tom Rix
-3
/
+3
2020-10-14
ASoC: Intel: catpt: Relax clock selection conditions
Cezary Rojewski
-3
/
+6
2020-10-14
ASoC: Intel: catpt: Wake up device before configuring SSP port
Cezary Rojewski
-0
/
+10
[next]