]> 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)
commit4ad133fe2d1669ba03d7e36e49e8745682f5852e
tree61f217aeda938db476b2bd6afc49c54deb043a55
parentc497d052b350c7b9a7a23fa51f4b76887f1792e4
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: 86ef4e45e371 ('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