Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133191
b: refs/heads/master
c: 4d9e93b
h: refs/heads/master
i:
  133189: ec39a3c
  133187: f5f5068
  133183: 8cd0a13
v: v3
  • Loading branch information
Risto Suominen authored and Takashi Iwai committed Mar 9, 2009
1 parent 5c97cf2 commit dd613cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 573934bc038b0f47d17a5608e74b79dcd7c191ea
refs/heads/master: 4d9e93b1adf2923c0a0cbc545d6e78dec3334faf
4 changes: 3 additions & 1 deletion trunk/sound/ppc/awacs.c
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,9 @@ static void snd_pmac_awacs_resume(struct snd_pmac *chip)
}
#endif /* CONFIG_PM */

#define IS_PM7500 (machine_is_compatible("AAPL,7500"))
#define IS_PM7500 (machine_is_compatible("AAPL,7500") \
|| machine_is_compatible("AAPL,8500") \
|| machine_is_compatible("AAPL,9500"))
#define IS_PM5500 (machine_is_compatible("AAPL,e411"))
#define IS_BEIGE (machine_is_compatible("AAPL,Gossamer"))
#define IS_IMAC1 (machine_is_compatible("PowerMac2,1"))
Expand Down

0 comments on commit dd613cd

Please sign in to comment.