diff options
-rw-r--r-- | sound/pci/rme9652/hdsp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c index 6383987b460e..849ffe4aa5ca 100644 --- a/sound/pci/rme9652/hdsp.c +++ b/sound/pci/rme9652/hdsp.c | |||
@@ -598,6 +598,7 @@ static int hdsp_playback_to_output_key (struct hdsp *hdsp, int in, int out) | |||
598 | return (64 * out) + (32 + (in)); | 598 | return (64 * out) + (32 + (in)); |
599 | case 0x96: | 599 | case 0x96: |
600 | case 0x97: | 600 | case 0x97: |
601 | case 0x98: | ||
601 | return (32 * out) + (16 + (in)); | 602 | return (32 * out) + (16 + (in)); |
602 | default: | 603 | default: |
603 | return (52 * out) + (26 + (in)); | 604 | return (52 * out) + (26 + (in)); |
@@ -611,6 +612,7 @@ static int hdsp_input_to_output_key (struct hdsp *hdsp, int in, int out) | |||
611 | return (64 * out) + in; | 612 | return (64 * out) + in; |
612 | case 0x96: | 613 | case 0x96: |
613 | case 0x97: | 614 | case 0x97: |
615 | case 0x98: | ||
614 | return (32 * out) + in; | 616 | return (32 * out) + in; |
615 | default: | 617 | default: |
616 | return (52 * out) + in; | 618 | return (52 * out) + in; |