Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166775
b: refs/heads/master
c: 3b04691
h: refs/heads/master
i:
  166773: 7011699
  166771: 2d0868e
  166767: 0c1ce01
v: v3
  • Loading branch information
Sven Eckelmann authored and Takashi Iwai committed Oct 2, 2009
1 parent f4c4030 commit def2bc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a656cbf07f1106db941af337ac0051347fb778a5
refs/heads/master: 3b04691c2b1661c7e64cd4222d7175b5bf87163f
4 changes: 2 additions & 2 deletions trunk/sound/pci/ctxfi/ctatc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit def2bc2

Please sign in to comment.