On Sat, 02 Nov 2019 16:09:20 +0100, Takashi Sakamoto wrote: > > For Focusrite Saffire Pro i/o, the lowest 8 bits of register represents > configured source of sampling clock. The next lowest 8 bits represents > whether the configured source is actually detected or not just after > the register is changed for the source. > > Current implementation evaluates whole the register to detect configured > source. This results in failure due to the next lowest 8 bits when the > source is connected in advance. > > This commit fixes the bug. > > Fixes: 25784ec2d034 ("ALSA: bebob: Add support for Focusrite Saffire/SaffirePro series") > Cc: <stable@xxxxxxxxxxxxxxx> # v3.16+ > Signed-off-by: Takashi Sakamoto <o-takashi@xxxxxxxxxxxxx> Applied now. Thanks. Takashi