Merge branch 'fix/misc' into topic/misc
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user