Skip to content

Commit

Permalink
fix Sparc loud noise problem #201
Browse files Browse the repository at this point in the history
  • Loading branch information
bg111 committed Sep 25, 2016
1 parent 78e80b0 commit ab93953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,7 @@ static int channel_write (struct ast_channel* channel, struct ast_frame* f)
}
}

ast_frame_byteswap_le(f);

if (pvt->a_timer)
{
Expand Down

0 comments on commit ab93953

Please sign in to comment.