Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133192
b: refs/heads/master
c: ed336d3
h: refs/heads/master
v: v3
  • Loading branch information
Risto Suominen authored and Takashi Iwai committed Mar 9, 2009
1 parent dd613cd commit 335261b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4d9e93b1adf2923c0a0cbc545d6e78dec3334faf
refs/heads/master: ed336d3404a8fdeda1e3f1c189b5f83186675448
3 changes: 2 additions & 1 deletion trunk/sound/ppc/pmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,8 @@ static int __init snd_pmac_detect(struct snd_pmac *chip)
}
if (of_device_is_compatible(sound, "tumbler")) {
chip->model = PMAC_TUMBLER;
chip->can_capture = machine_is_compatible("PowerMac4,2");
chip->can_capture = machine_is_compatible("PowerMac4,2")
|| machine_is_compatible("PowerBook4,1");
chip->can_duplex = 0;
// chip->can_byte_swap = 0; /* FIXME: check this */
chip->num_freqs = ARRAY_SIZE(tumbler_freqs);
Expand Down

0 comments on commit 335261b

Please sign in to comment.