From def2bc22fd72606264edb6dde255f637717cce4c Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Thu, 1 Oct 2009 20:06:39 +0200 Subject: [PATCH] --- yaml --- r: 166775 b: refs/heads/master c: 3b04691c2b1661c7e64cd4222d7175b5bf87163f h: refs/heads/master i: 166773: 701169930ba7d935e5ce9dc5159e402931a95ac1 166771: 2d0868ee87425621a442b740267e58fe56223087 166767: 0c1ce010a2c45d3d01cbe15bbd25f38da791e752 v: v3 --- [refs] | 2 +- trunk/sound/pci/ctxfi/ctatc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2e7ad71b4d86..8e7293c397f6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a656cbf07f1106db941af337ac0051347fb778a5 +refs/heads/master: 3b04691c2b1661c7e64cd4222d7175b5bf87163f diff --git a/trunk/sound/pci/ctxfi/ctatc.c b/trunk/sound/pci/ctxfi/ctatc.c index b1b3a644f738..75454648d50c 100644 --- a/trunk/sound/pci/ctxfi/ctatc.c +++ b/trunk/sound/pci/ctxfi/ctatc.c @@ -1037,7 +1037,7 @@ static int atc_line_front_unmute(struct ct_atc *atc, unsigned char state) static int atc_line_surround_unmute(struct ct_atc *atc, unsigned char state) { - return atc_daio_unmute(atc, state, LINEO4); + return atc_daio_unmute(atc, state, LINEO2); } static int atc_line_clfe_unmute(struct ct_atc *atc, unsigned char state) @@ -1047,7 +1047,7 @@ static int atc_line_clfe_unmute(struct ct_atc *atc, unsigned char state) static int atc_line_rear_unmute(struct ct_atc *atc, unsigned char state) { - return atc_daio_unmute(atc, state, LINEO2); + return atc_daio_unmute(atc, state, LINEO4); } static int atc_line_in_unmute(struct ct_atc *atc, unsigned char state)