projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1b1f75
)
ALSA: powermac - Fix obsoleted machine_is_compatible()
author
Takashi Iwai
<tiwai@suse.de>
Wed, 7 Apr 2010 05:45:46 +0000
(07:45 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 7 Apr 2010 05:45:46 +0000
(07:45 +0200)
machine_is_compatible() was renamed to of_machine_is_compatible().
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/ppc/tumbler.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/ppc/tumbler.c
b/sound/ppc/tumbler.c
index 0b69e96f0d1983e50c94cb417897495a2517072a..20afdf9772eefd1e23768e724ab06e0a919da260 100644
(file)
--- 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