Skip to content

Commit 55e337d

Browse files
kv2019imarc-hb
authored andcommitted
check-alsabat.sh: use 821Hz as default test frequency
Lower the default test frequency from 997Hz to 821Hz. Most SOF topologies use 1000Hz tick rate, and test frequency close to this scheduling frequency can mask certain type of errors (like SOF bug Link: thesofproject/sof#6709 Suggested-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com> Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 3e021ab commit 55e337d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-case/check-alsabat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ OPT_NAME['c']='pcm_c' OPT_DESC['c']='pcm for capture. Example: hw:1,0'
3434
OPT_HAS_ARG['c']=1 OPT_VAL['c']=''
3535

3636
OPT_NAME['f']='frequency' OPT_DESC['f']='target frequency'
37-
OPT_HAS_ARG['f']=1 OPT_VAL['f']=997
37+
OPT_HAS_ARG['f']=1 OPT_VAL['f']=821
3838

3939
OPT_NAME['n']='frames' OPT_DESC['n']='test frames'
4040
OPT_HAS_ARG['n']=1 OPT_VAL['n']=240000

0 commit comments

Comments
 (0)