Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47060
b: refs/heads/master
c: 6add0f4
h: refs/heads/master
v: v3
  • Loading branch information
Remy Bruno authored and Jaroslav Kysela committed Feb 9, 2007
1 parent c5ca19c commit 6602fd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9bf5f8aa222e0f943bd5037207628ad70b729576
refs/heads/master: 6add0f4242fc52a97a92fca99a39f35298c2b50b
2 changes: 2 additions & 0 deletions trunk/sound/pci/rme9652/hdsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ static int hdsp_playback_to_output_key (struct hdsp *hdsp, int in, int out)
return (64 * out) + (32 + (in));
case 0x96:
case 0x97:
case 0x98:
return (32 * out) + (16 + (in));
default:
return (52 * out) + (26 + (in));
Expand All @@ -611,6 +612,7 @@ static int hdsp_input_to_output_key (struct hdsp *hdsp, int in, int out)
return (64 * out) + in;
case 0x96:
case 0x97:
case 0x98:
return (32 * out) + in;
default:
return (52 * out) + in;
Expand Down

0 comments on commit 6602fd5

Please sign in to comment.