ALSA: scarlett2: Implement handling of the ACK notification
authorGeoffrey D. Bennett <g@b4.vu>
Tue, 12 Mar 2024 18:34:14 +0000 (05:04 +1030)
committerTakashi Iwai <tiwai@suse.de>
Thu, 18 Apr 2024 06:31:13 +0000 (08:31 +0200)
commit1b65088958cadab04d5d34a8615e2466b1b48ecb
tree63ac3339ac95834a11a1159f12a43f8026e77826
parent4074f8d23278e9e32aabe9dba60f6dddaf68e6ef
ALSA: scarlett2: Implement handling of the ACK notification

After scarlett2_usb() sends a command, it seems that we should wait
for an ACK before attempting to read the response. Not doing that
didn't seem necessary previously but seems to be causing occasional
issues with 4th Gen devices.

Signed-off-by: Geoffrey D. Bennett <g@b4.vu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Message-ID: <452d1263c40fa8eba1cfb24e2055e40a84cbc437.1710264833.git.g@b4.vu>
sound/usb/mixer_scarlett2.c