Skip to content

Commit c0787fc

Browse files
puleglottiwai
authored andcommitted
Revert "ALSA: usb-audio: Skip setting clock selector for single connections"
This reverts commit 67794f8. We need to explicitly set up the clock selector to workaround a problem with the Behringer mixers. This was originally done in d2e8f64 ("ALSA: usb-audio: Explicitly set up the clock selector") The problem with MOTU M Series mentioned in commit message was fixed in a different way by checking control capabilities of clock selectors. Signed-off-by: Alexander Tsoy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent f0d7897 commit c0787fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/usb/clock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ static int __uac_clock_find_source(struct snd_usb_audio *chip,
344344
if (ret > 0) {
345345
/* Skip setting clock selector again for some devices */
346346
if (chip->quirk_flags & QUIRK_FLAG_SKIP_CLOCK_SELECTOR ||
347-
pins == 1 || !writeable)
347+
!writeable)
348348
return ret;
349349
err = uac_clock_selector_set_val(chip, entity_id, cur);
350350
if (err < 0)

0 commit comments

Comments
 (0)