From 9ee3f07291a2819ef1c8c684e4845a13786fb7b6 Mon Sep 17 00:00:00 2001
From: Daniel T. Chen <crimsun@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 9 Oct 2006 16:52:35 -0400
Subject: [PATCH] [UBUNTU:sound/pci/rme9652/] Add support for RME9632 rev 152
UpstreamStatus: Added in upstream alsa-kernel hg changeset:
e2cf2e994ad2
[http://hg-mirror.alsa-project.org/alsa-kernel?cmd=changeset;node=e2cf2e994ad2a1be437b3912f508be801b885a7c;style=raw]
This commit adds support for the mixer matrix of the RME9632
rev 152.
This commit is applicable to both Dapper and Edgy linux-source.
Signed-off-by: Remy Bruno <remy.bruno@xxxxxxxxxxx>
Signed-off-by: Daniel T Chen <crimsun@xxxxxxxxxx>
---
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 269f730..848b2c8 100644
--- a/sound/pci/rme9652/hdsp.c
+++ b/sound/pci/rme9652/hdsp.c
@@ -602,6 +602,7 @@ static int hdsp_playback_to_output_key (
return (64 * out) + (32 + (in));
case 0x96:
case 0x97:
+ case 0x98:
return (32 * out) + (16 + (in));
default:
return (52 * out) + (26 + (in));
@@ -615,6 +616,7 @@ static int hdsp_input_to_output_key (hds
return (64 * out) + in;
case 0x96:
case 0x97:
+ case 0x98:
return (32 * out) + in;
default:
return (52 * out) + in;
--
1.4.1
--
Daniel T. Chen crimsun@xxxxxxxxxx
GPG key: 0xC88ABDA3
pgpl6HhjRbc2k.pgp
Description: PGP signature
|