From 6602fd5bb8cf1ef34d478d9a383b7065a37d9ccb Mon Sep 17 00:00:00 2001 From: Remy Bruno Date: Mon, 9 Oct 2006 15:52:01 +0200 Subject: [PATCH] --- yaml --- r: 47060 b: refs/heads/master c: 6add0f4242fc52a97a92fca99a39f35298c2b50b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/rme9652/hdsp.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 132f1d2df9dc..3b7aeed48ce8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9bf5f8aa222e0f943bd5037207628ad70b729576 +refs/heads/master: 6add0f4242fc52a97a92fca99a39f35298c2b50b diff --git a/trunk/sound/pci/rme9652/hdsp.c b/trunk/sound/pci/rme9652/hdsp.c index 6383987b460e..849ffe4aa5ca 100644 --- a/trunk/sound/pci/rme9652/hdsp.c +++ b/trunk/sound/pci/rme9652/hdsp.c @@ -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)); @@ -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;