fix(base): remove orphan P0-ihdad-* patches (no longer needed)
This commit is contained in:
@@ -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() {
|
||||
Reference in New Issue
Block a user