Skip to content
Commit b68b58fd authored by Philby John's avatar Philby John Committed by Takashi Iwai
Browse files

ALSA: aaci - Fix alignment faults on ARM Cortex introduced by commit 29a4f2d3



The commit 29a4f2d3 used writel() at offset 0x26 which is
half-word aligned causing unaligned exceptions on a
Cortex-A8. The original patch solved the "aaci-pl041 fpga:04:
ac97 read back fail" issue on a soft reset. Reading from any
arbitrary aaci register seems to solve this issue.

Signed-off-by: default avatarPhilby John <pjohn@mvista.com>
Acked-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 29aac005
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment