ALSA: usb-audio: Correct the return code from snd_usb_endpoint_set_params()
authorTakashi Iwai <tiwai@suse.de>
Sun, 9 Oct 2022 10:42:11 +0000 (12:42 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sun, 9 Oct 2022 10:43:26 +0000 (12:43 +0200)
commit9355b60e401d825590d37f04ea873c58efe9b7bf
treed23e50ff06515717ad972170f0fb2741570f3e1e
parenta74f8d0aa902ca494676b79226e0b5a1747b81d4
ALSA: usb-audio: Correct the return code from snd_usb_endpoint_set_params()

snd_usb_endpoint_set_params() should return zero for a success, but
currently it returns the sample rate.  Correct it.

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