aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJiada Wang <[email protected]>2019-02-04 22:41:05 +0900
committerMark Brown <[email protected]>2019-02-07 12:04:44 +0000
commit76379dfbfd7c8fd7dd29eea3f828cf85c884829e (patch)
tree027841cb329719ae71d85062c56e3a50429d4e8c /tools/perf/scripts/python/export-to-postgresql.py
parentd9111d36024de07784f2e1ba2ccf70b16035f378 (diff)
ASoC: rsnd: ssiu: correct shift bit for ssiu9
Currently "0xf << 36" is used to clear SSIU-9 internal buffer state, which overflows 32-bit value according to user reference manual, it is always bit4 ~ bit7 of SSI_SYS_STATUS[1,3,5,7] registers indicate SSIU-9's buffer state, so "0xf << 4" should be used. This patch fix incorrect shifting issue in SSIU-9 case Fixes: commit b7169ddea2f2 ("ASoC: rsnd: remove RSND_REG_ from rsnd_reg") Signed-off-by: Jiada Wang <[email protected]> Acked-by: Kuninori Morimoto <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions