fix(base): remove orphan P0-ihdad-* patches (no longer needed)

This commit is contained in:
2026-06-18 10:24:41 +03:00
parent df8027fb2f
commit bb6cca06ad
2 changed files with 0 additions and 13 deletions
@@ -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() {