mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-07 14:32:23 +00:00
Revert "ALSA: usb-audio: Skip setting clock selector for single connections"
This reverts commit67794f882a
. We need to explicitly set up the clock selector to workaround a problem with the Behringer mixers. This was originally done ind2e8f64125
("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 <alexander@tsoy.me> Link: https://lore.kernel.org/r/20240128132338.819273-1-alexander@tsoy.me Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
f0d78972f2
commit
c0787fcff8
@ -344,7 +344,7 @@ static int __uac_clock_find_source(struct snd_usb_audio *chip,
|
||||
if (ret > 0) {
|
||||
/* Skip setting clock selector again for some devices */
|
||||
if (chip->quirk_flags & QUIRK_FLAG_SKIP_CLOCK_SELECTOR ||
|
||||
pins == 1 || !writeable)
|
||||
!writeable)
|
||||
return ret;
|
||||
err = uac_clock_selector_set_val(chip, entity_id, cur);
|
||||
if (err < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user