From bb6cca06adfe3aa943e77ca6a17d21503bd2a1e8 Mon Sep 17 00:00:00 2001 From: vasilito Date: Thu, 18 Jun 2026 10:24:41 +0300 Subject: [PATCH] fix(base): remove orphan P0-ihdad-* patches (no longer needed) --- local/patches/base/P0-ihdad-device-revert.patch | 13 ------------- .../patches/base/P0-ihdad-fix-broken-imports.patch | 0 2 files changed, 13 deletions(-) delete mode 100644 local/patches/base/P0-ihdad-device-revert.patch delete mode 100644 local/patches/base/P0-ihdad-fix-broken-imports.patch diff --git a/local/patches/base/P0-ihdad-device-revert.patch b/local/patches/base/P0-ihdad-device-revert.patch deleted file mode 100644 index 5ea2c7bbf9..0000000000 --- a/local/patches/base/P0-ihdad-device-revert.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/drivers/audio/ihdad/src/hda/device.rs b/drivers/audio/ihdad/src/hda/device.rs -index 78e8f0a2..a15e2138 100755 ---- a/drivers/audio/ihdad/src/hda/device.rs -+++ b/drivers/audio/ihdad/src/hda/device.rs -@@ -632,7 +632,7 @@ impl IntelHDA { - - */ - -- pub fn dump_codec(&self, codec: u8) -> String { -+ pub fn dump_codec(&self, _codec: u8) -> String { - let mut string = String::new(); - - for (_, widget) in self.widget_map.iter() { diff --git a/local/patches/base/P0-ihdad-fix-broken-imports.patch b/local/patches/base/P0-ihdad-fix-broken-imports.patch deleted file mode 100644 index e69de29bb2..0000000000