From: Takashi Iwai Date: Wed, 7 Apr 2010 05:45:46 +0000 (+0200) Subject: ALSA: powermac - Fix obsoleted machine_is_compatible() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=68c7ccb8f85801655aa681391dc0ee037a2b66d4;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git ALSA: powermac - Fix obsoleted machine_is_compatible() machine_is_compatible() was renamed to of_machine_is_compatible(). Signed-off-by: Takashi Iwai --- diff --git a/sound/ppc/tumbler.c b/sound/ppc/tumbler.c index 0b69e96f0d1..20afdf9772e 100644 --- a/sound/ppc/tumbler.c +++ b/sound/ppc/tumbler.c @@ -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