summaryrefslogtreecommitdiff
path: root/fw/fe310
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-08-09 23:11:35 +0200
committerUros Majstorovic <majstor@majstor.org>2022-08-09 23:11:35 +0200
commit6e95a5652dd18880d4225742b9cd0a2dd7a80386 (patch)
treeea7a5a1a36fe61f067e90ec21b1672196a3aa08d /fw/fe310
parentb45c75151af9e31c2016fa30dc071f9695d6369c (diff)
fixed phone test
Diffstat (limited to 'fw/fe310')
-rw-r--r--fw/fe310/test/phone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/test/phone.c b/fw/fe310/test/phone.c
index cc70549..06b24fd 100644
--- a/fw/fe310/test/phone.c
+++ b/fw/fe310/test/phone.c
@@ -64,7 +64,7 @@ static void cell_voice_handler(unsigned char type, unsigned char *buffer, uint16
eos_i2s_mic_set_wm(MIC_WM);
eos_i2s_mic_set_handler(handle_mic);
eos_i2s_spk_init(spk_arr, ABUF_SIZE);
- eos_i2s_start(8000);
+ eos_i2s_start(8000, EOS_I2S_FMT_PCM16);
break;
case EOS_CELL_MTYPE_VOICE_END: