ALSA: usb-audio: Avoid superfluous endpoint setup
authorTakashi Iwai <tiwai@suse.de>
Sun, 9 Oct 2022 10:42:12 +0000 (12:42 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sun, 9 Oct 2022 10:43:26 +0000 (12:43 +0200)
commit1045f5f1ff0751423aeb65648e5e1abd7a7a8672
tree595dd8f43057933559def9ba5459c024afff35b3
parent9355b60e401d825590d37f04ea873c58efe9b7bf
ALSA: usb-audio: Avoid superfluous endpoint setup

After splitting to snd_usb_endpoint_set_params() and *_prepare(), the
skip of each function should be checked with different flags, while we
still use ep->need_setup as the single one.  Introduce
ep->need_prepare for indicating the need of prepare, and also add the
missing check of ep->need_setup at the set_params.

Fixes: 2be79d586454 ("ALSA: usb-audio: Split endpoint setups for hw_params and prepare (take#2)")
Link: https://lore.kernel.org/r/20221009104212.18877-5-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/card.h
sound/usb/endpoint.c