We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0645f4 commit ccd2cd2Copy full SHA for ccd2cd2
1 file changed
sound/soc/apple/aop_audio.rs
@@ -5,9 +5,9 @@
5
//!
6
//! Copyright (C) The Asahi Linux Contributors
7
8
+use core::fmt;
9
use core::sync::atomic::{AtomicU32, Ordering};
10
use core::{mem, ptr, slice};
-use core::fmt;
11
12
use kernel::{
13
bindings, c_str, device,
0 commit comments