topology: kwd: update detector configure blob to align with default

settings

We should load_mips to be 0, align values with default settings, that
is:

load_mips = 0, load_memory_size = 0, keyphrase_length = 0x780,
activation_shift = 0x3, activation_threshold = 0x3fff.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2019-05-14 18:30:29 +08:00 committed by Tomasz Lauda
parent 73cefecd15
commit caa4808186
1 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ CONTROLBYTES_PRIV(DETECTOR_priv,
` 0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x03,'
` 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,'
` 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,'
` 0x20,0x00,0x00,0x00,0x05,0x00,0x00,0x00,'
` 0x00,0x00,0x00,0x00,0x80,0x02,0x00,0x00,'
` 0x03,0x00,0x00,0x80,0x00,0x00,0x00,0x00,'
` 0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,'
` 0x00,0x00,0x00,0x00,0x80,0x07,0x00,0x00,'
` 0x03,0x00,0xff,0x3f,0x00,0x00,0x00,0x00,'
` 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00"'
)