Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99110
b: refs/heads/master
c: 6e132fa
h: refs/heads/master
v: v3
  • Loading branch information
Jarkko Nikula authored and Jaroslav Kysela committed Jun 13, 2008
1 parent 6d4a043 commit 264a5db
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a2e31a595ea74120a5e9de91fce56dd835edff94
refs/heads/master: 6e132fa668d48a5a6fae6c24f6104e44b1ec1049
2 changes: 1 addition & 1 deletion trunk/sound/soc/omap/n810.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static int __init n810_soc_init(void)
int err;
struct device *dev;

if (!machine_is_nokia_n810())
if (!(machine_is_nokia_n810() || machine_is_nokia_n810_wimax()))
return -ENODEV;

n810_snd_device = platform_device_alloc("soc-audio", -1);
Expand Down

0 comments on commit 264a5db

Please sign in to comment.