浏览代码

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>
Takashi Iwai 15 年之前
父节点
当前提交
68c7ccb8f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/ppc/tumbler.c

+ 1 - 1
sound/ppc/tumbler.c

@@ -47,7 +47,7 @@
 #define DBG(fmt...)
 #define DBG(fmt...)
 #endif
 #endif
 
 
-#define IS_G4DA (machine_is_compatible("PowerMac3,4"))
+#define IS_G4DA (of_machine_is_compatible("PowerMac3,4"))
 
 
 /* i2c address for tumbler */
 /* i2c address for tumbler */
 #define TAS_I2C_ADDR	0x34
 #define TAS_I2C_ADDR	0x34