Skip to content

Commit 43f6c3c

Browse files
committed
fixup! ASoC: apple: Add aop_audio driver.
Adjust to v6.14-rc1 platform::Driver abstractions. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 652c0ed commit 43f6c3c

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
@@ -646,7 +646,7 @@ kernel::of_device_table!(OF_TABLE, MODULE_OF_TABLE, (), [] as [(of::DeviceId, ()
646646
impl platform::Driver for SndSocAopDriver {
647647
type IdInfo = ();
648648

649-
const ID_TABLE: platform::IdTable<()> = &OF_TABLE;
649+
const OF_ID_TABLE: Option<of::IdTable<()>> = Some(&OF_TABLE);
650650

651651
fn probe(
652652
pdev: &mut platform::Device,

0 commit comments

Comments
 (0)