Skip to content

Commit f48e140

Browse files
committed
fixup! ASoC: apple: Add aop_audio driver.
1 parent ad21446 commit f48e140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/apple/aop_audio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ impl SndSocAopData {
369369
fn request_dma_channel(&self) -> Result<*mut bindings::dma_chan> {
370370
let res = unsafe {
371371
from_err_ptr(bindings::of_dma_request_slave_channel(
372-
self.of.node() as *const _ as *mut _,
372+
self.of.as_raw(),
373373
c_str!("dma").as_ptr() as _,
374374
))
375375
};

0 commit comments

Comments
 (0)