Eileen Yoon
|
d649c8803f
|
aop: Add lpai + voicetrigger test (doesn't work)
I'm getting garbage from the low-power audio input (lpai) mic which
exists solely for voicetrigger. The garbage specifically is `61 7b`
repeated. Obviously no voicetrigger report because there's nothing
useful in lpai output. I'm suspecting its an mca/clock issue (maybe even
SEP/permissions) because there's nothing suspicious from the aop RX/TX
IPC side.
```
[audio.audio] Report REPORT/0xee #0
[audio.audio] unknown report: 0xee
00000000 c5 96 20 01 00 00 00 00 9c f5 10 00 00 00 00 00 |.. .............|
00000010 b8 07 00 00 20 30 6e 69 01 00 00 00 43 02 00 00 |.... 0ni....C...|
00000020 00 00 00 00 c5 96 20 01 00 00 00 00 00 00 00 00 |...... .........|
00000030 a4 07 00 00 9a 07 00 00 61 7b 61 7b 61 7b 61 7b |........a{a{a{a{|
00000040 61 7b 61 7b 61 7b 61 7b 61 7b 61 7b 61 7b 61 7b |a{a{a{a{a{a{a{a{|
00000050 *
000007b0 61 7b 61 7b 61 7b 61 7b |a{a{a{a{ |
```
Signed-off-by: Eileen Yoon <eyn@gmx.com>
|
2024-10-31 01:24:36 +09:00 |
|