mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-13 01:06:43 +00:00
In an initial commit, 'SYNC_STATUS' register is referred to get
clock configuration, however this is wrong, according to my local
note at hand for reverse-engineering about packet dump. It should
be 'CLOCK_CONFIG' register. Actually, ff400_dump_clock_config()
is correctly programmed.
This commit fixes the bug.
Cc: <stable@vger.kernel.org> # v4.12+
Fixes:
|
||
|---|---|---|
| .. | ||
| amdtp-ff.c | ||
| ff-hwdep.c | ||
| ff-midi.c | ||
| ff-pcm.c | ||
| ff-proc.c | ||
| ff-protocol-ff400.c | ||
| ff-stream.c | ||
| ff-transaction.c | ||
| ff.c | ||
| ff.h | ||
| Makefile | ||