diff options
Diffstat (limited to 'drivers/telephony/ixj.c')
-rw-r--r-- | drivers/telephony/ixj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/telephony/ixj.c b/drivers/telephony/ixj.c index 8385af46a..0d590da23 100644 --- a/drivers/telephony/ixj.c +++ b/drivers/telephony/ixj.c @@ -1973,7 +1973,7 @@ static void aec_stop(int board) ixj_WriteDSPCommand(0x0700, board); } - if (ixj[board].play_mode != -1 && ixj[board].rec_mode != -1); + if (ixj[board].play_mode != -1 && ixj[board].rec_mode != -1) { ixj_WriteDSPCommand(0xB002, board); // AEC Stop |