提交 6add0f42 编写于 作者: R Remy Bruno 提交者: Jaroslav Kysela

[ALSA] hdsp: support for mixer matrix of RME9632 rev 152

Added the support for mixer matrix of RME9632 rev 152.
Signed-off-by: NRemy Bruno <remy.bruno@trinnov.com>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
Signed-off-by: NJaroslav Kysela <perex@suse.cz>
上级 9bf5f8aa
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册