diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-04-07 01:45:46 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-04-07 01:45:46 -0400 |
commit | 68c7ccb8f85801655aa681391dc0ee037a2b66d4 (patch) | |
tree | f9eafa2be5736141ff52e7aaddbf5a14733002e2 /sound/ppc/tumbler.c | |
parent | f1b1f75e251049281cfe3d3b82d403fc2dc1e235 (diff) |
ALSA: powermac - Fix obsoleted machine_is_compatible()
machine_is_compatible() was renamed to of_machine_is_compatible().
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/ppc/tumbler.c')
-rw-r--r-- | sound/ppc/tumbler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/ppc/tumbler.c b/sound/ppc/tumbler.c index 0b69e96f0d19..20afdf9772ee 100644 --- a/sound/ppc/tumbler.c +++ b/sound/ppc/tumbler.c | |||
@@ -47,7 +47,7 @@ | |||
47 | #define DBG(fmt...) | 47 | #define DBG(fmt...) |
48 | #endif | 48 | #endif |
49 | 49 | ||
50 | #define IS_G4DA (machine_is_compatible("PowerMac3,4")) | 50 | #define IS_G4DA (of_machine_is_compatible("PowerMac3,4")) |
51 | 51 | ||
52 | /* i2c address for tumbler */ | 52 | /* i2c address for tumbler */ |
53 | #define TAS_I2C_ADDR 0x34 | 53 | #define TAS_I2C_ADDR 0x34 |