]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: usb-audio: sound: usb: usb true/false for bool return type
authorSaurav Girepunje <saurav.girepunje@gmail.com>
Tue, 29 Oct 2019 17:52:00 +0000 (23:22 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Feb 2020 18:52:57 +0000 (19:52 +0100)
commit67d49871f8e414557d2b823dc105f9b1dcc85194
tree12737762ad92d3ea9bc78ad452cb1ea057744fdc
parentc3b35c87e5b6fc78daf5df3c634cce2f5a1b092b
ALSA: usb-audio: sound: usb: usb true/false for bool return type

commit 1d4961d9eb1aaa498dfb44779b7e4b95d79112d0 upstream.

Use true/false for bool type return in uac_clock_source_is_valid().

Signed-off-by: Saurav Girepunje <saurav.girepunje@gmail.com>
Link: https://lore.kernel.org/r/20191029175200.GA7320@saurav
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/usb/clock.c