Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218690
b: refs/heads/master
c: 3342b96
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Takashi Iwai committed Oct 26, 2010
1 parent 5616068 commit 5174d1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 335e3b8687fa6832bd6a033f2c705786e4bfb92c
refs/heads/master: 3342b9680fbd6535f65148f5e95e581bc75be9cc
1 change: 0 additions & 1 deletion trunk/sound/oss/sb_ess.c
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,6 @@ printk (KERN_INFO "FKS: es_rec_set_recmask mask = %x\n", mask);
left = value & 0x000000ff;
right = (value & 0x0000ff00) >> 8;
} else { /* Turn it off (3) */
left = 0;
left = 0;
right = 0;
}
Expand Down

0 comments on commit 5174d1b

Please sign in to comment.