Skip to content

Commit

Permalink
ALSA: powermac - Fix obsoleted machine_is_compatible()
Browse files Browse the repository at this point in the history
machine_is_compatible() was renamed to of_machine_is_compatible().

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Apr 7, 2010
1 parent f1b1f75 commit 68c7ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/ppc/tumbler.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68c7ccb

Please sign in to comment.