]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: fireface: fix reference to wrong register for clock configuration
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 9 Dec 2018 08:04:19 +0000 (17:04 +0900)
committerTakashi Iwai <tiwai@suse.de>
Sun, 9 Dec 2018 08:37:44 +0000 (09:37 +0100)
commitb43f519a6aa3f424663ec70984a28663ae1eb0a7
tree61f217aeda938db476b2bd6afc49c54deb043a55
parentba47a9875f51fda34f81eed481d7c187908cce9e
ALSA: fireface: fix reference to wrong register for clock configuration

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: 7a2bd619ccb7 ('ALSA: fireface: add support for Fireface 400')
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/fireface/ff-protocol-ff400.c