# HG changeset patch # User Mychaela Falconia # Date 1730100331 0 # Node ID f908a782cff9720407080e6f9e3bc0c43a212ca8 # Parent 315428573a251c9d028d0ab1e3885e163cf5e7e9 fc-mcsi-rxtx: pcm_fill_word can be static diff -r 315428573a25 -r f908a782cff9 sw/mcsi-rxtx/tx_func.c --- a/sw/mcsi-rxtx/tx_func.c Mon Oct 28 07:24:53 2024 +0000 +++ b/sw/mcsi-rxtx/tx_func.c Mon Oct 28 07:25:31 2024 +0000 @@ -11,7 +11,7 @@ extern int target_fd; -u_short pcm_fill_word; +static u_short pcm_fill_word; static void do_idle_fill(buf)