From 7af9b97e6716ac916e29581f20da29cd17372eda Mon Sep 17 00:00:00 2001 From: Marvin Date: Sun, 15 Mar 2026 16:49:14 -0300 Subject: [PATCH] Fix compilation: use asm/unaligned.h instead of linux/unaligned.h The unaligned access functions (get_unaligned_le64, put_unaligned_le32) are now in asm-generic/unaligned.h and must be included via in newer kernel versions. --- us144mkii_capture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/us144mkii_capture.c b/us144mkii_capture.c index 71ee974..04efea6 100644 --- a/us144mkii_capture.c +++ b/us144mkii_capture.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0-only // Copyright (c) 2025 Ĺ erif Rami -#include +#include #include "us144mkii_pcm.h" const struct snd_pcm_hardware tascam_capture_hw = {