Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132765
b: refs/heads/master
c: 8380740
h: refs/heads/master
i:
  132763: d5cfc3a
v: v3
  • Loading branch information
Takashi Iwai committed Feb 17, 2009
1 parent 7118e9a commit 79b9d66
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: e930e99500e5bd055270c668cca8bd2f33056895
refs/heads/master: 83807400794a1d680a4fb70a610c5f486e734f45
2 changes: 1 addition & 1 deletion trunk/sound/pci/au88x0/au88x0_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2800,7 +2800,7 @@ vortex_translateformat(vortex_t * vortex, char bits, char nch, int encod)
{
int a, this_194;

if ((bits != 8) || (bits != 16))
if ((bits != 8) && (bits != 16))
return -1;

switch (encod) {
Expand Down

0 comments on commit 79b9d66

Please sign in to comment.