yukawa: audio: Fix compilation warning

device/amlogic/yukawa/hal/audio/audio_hw.c:119:47: warning: format
specifies type 'int *' but the argument has type 'int16_t *' (aka 'short
*') [-Wformat]
        int n = sscanf(line, "%" PRIi16 "\n", &filter[num_taps++]);
                              ~~~~~~~~~       ^~~~~~~~~~~~~~~~~~~

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Change-Id: I02af8b4ce555a772bef7a4a0b5117d70fef7c31b
1 file changed