diff options
Diffstat (limited to 'sound/aoa')
-rw-r--r-- | sound/aoa/Kconfig | 2 | ||||
-rw-r--r-- | sound/aoa/core/snd-aoa-gpio-feature.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/aoa/Kconfig b/sound/aoa/Kconfig index 2f4334d19ccd..5d5813cec4c8 100644 --- a/sound/aoa/Kconfig +++ b/sound/aoa/Kconfig | |||
@@ -1,5 +1,5 @@ | |||
1 | menu "Apple Onboard Audio driver" | 1 | menu "Apple Onboard Audio driver" |
2 | depends on SND!=n && PPC | 2 | depends on SND!=n && PPC_PMAC |
3 | 3 | ||
4 | config SND_AOA | 4 | config SND_AOA |
5 | tristate "Apple Onboard Audio driver" | 5 | tristate "Apple Onboard Audio driver" |
diff --git a/sound/aoa/core/snd-aoa-gpio-feature.c b/sound/aoa/core/snd-aoa-gpio-feature.c index f69d33357a28..7c26089527f6 100644 --- a/sound/aoa/core/snd-aoa-gpio-feature.c +++ b/sound/aoa/core/snd-aoa-gpio-feature.c | |||
@@ -56,7 +56,7 @@ static struct device_node *get_gpio(char *name, | |||
56 | { | 56 | { |
57 | struct device_node *np, *gpio; | 57 | struct device_node *np, *gpio; |
58 | u32 *reg; | 58 | u32 *reg; |
59 | char *audio_gpio; | 59 | const char *audio_gpio; |
60 | 60 | ||
61 | *gpioptr = -1; | 61 | *gpioptr = -1; |
62 | 62 | ||