aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorOswald Buddenhagen <[email protected]>2023-04-21 16:10:01 +0200
committerTakashi Iwai <[email protected]>2023-04-22 10:42:08 +0200
commita1c87c0b27059b4155c7aba6b34810c889e8b6a9 (patch)
treec058ff028e8e1e82d4d8dfc59b75f9fdf17556d9 /tools/perf/scripts/python/task-analyzer.py
parent10f212bd7a693e379154891cc16959bc4884668a (diff)
ALSA: emu10k1: fix access to Audigy GPIO port
As the register definition clearly states, this is a 16-bit register, yet we did all accesses as 32-bit. The writes in particular would have the potential to clear the TIMER register (depending on how the bus/card actually handles the too long writes). This commit also introduces a separate define A_GPIO which aliases A_IOCFG, which better reflects the distinct usage on E-MU cards. This is done in the same commit to keep the churn down, as we're touching all involved lines anyway. Signed-off-by: Oswald Buddenhagen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions