Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68c7ccb8 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: powermac - Fix obsoleted machine_is_compatible()



machine_is_compatible() was renamed to of_machine_is_compatible().

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent f1b1f75e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
#define DBG(fmt...)
#endif

#define IS_G4DA (machine_is_compatible("PowerMac3,4"))
#define IS_G4DA (of_machine_is_compatible("PowerMac3,4"))

/* i2c address for tumbler */
#define TAS_I2C_ADDR	0x34