diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/ppc/awacs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/ppc/awacs.c b/sound/ppc/awacs.c index d89c23e135dc..9abbf645eb67 100644 --- a/sound/ppc/awacs.c +++ b/sound/ppc/awacs.c | |||
@@ -766,7 +766,9 @@ static void snd_pmac_awacs_resume(struct snd_pmac *chip) | |||
766 | } | 766 | } |
767 | #endif /* CONFIG_PM */ | 767 | #endif /* CONFIG_PM */ |
768 | 768 | ||
769 | #define IS_PM7500 (machine_is_compatible("AAPL,7500")) | 769 | #define IS_PM7500 (machine_is_compatible("AAPL,7500") \ |
770 | || machine_is_compatible("AAPL,8500") \ | ||
771 | || machine_is_compatible("AAPL,9500")) | ||
770 | #define IS_PM5500 (machine_is_compatible("AAPL,e411")) | 772 | #define IS_PM5500 (machine_is_compatible("AAPL,e411")) |
771 | #define IS_BEIGE (machine_is_compatible("AAPL,Gossamer")) | 773 | #define IS_BEIGE (machine_is_compatible("AAPL,Gossamer")) |
772 | #define IS_IMAC1 (machine_is_compatible("PowerMac2,1")) | 774 | #define IS_IMAC1 (machine_is_compatible("PowerMac2,1")) |