linux_dsm_epyc7002/sound/usb
Dan Carpenter 8121d91c02 ALSA: USB: 6fire: signedness bug in usb6fire_pcm_prepare()
rt->rate is an unsigned char so it's never equal to -1.  It's not a huge
problem because the invalid rate is caught inside the call to
usb6fire_pcm_set_rate() which returns -EINVAL.  But if we fix the test
then it prints out the correct error message so that's good.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2011-02-07 18:30:10 +01:00
..
6fire ALSA: USB: 6fire: signedness bug in usb6fire_pcm_prepare() 2011-02-07 18:30:10 +01:00
caiaq
misc
usx2y ALSA: snd-usb-us122l: Fix missing NULL checks 2011-01-11 19:50:28 +01:00
card.c
card.h
clock.c
clock.h
debug.h
endpoint.c
endpoint.h
format.c ALSA: usb-audio: add Edirol SD-90 PCM support 2011-01-10 16:47:10 +01:00
format.h
helper.c
helper.h
Kconfig ALSA: usb/6fire - Driver for TerraTec DMX 6Fire USB 2011-01-24 18:45:30 +01:00
Makefile ALSA: usb/6fire - Driver for TerraTec DMX 6Fire USB 2011-01-24 18:45:30 +01:00
midi.c ALSA: snd-usb-us122l: Fix MIDI output 2011-01-11 19:48:58 +01:00
midi.h
mixer_maps.c
mixer_quirks.c
mixer_quirks.h
mixer.c ALSA: usb-audio: use enum control info helper 2011-01-10 16:47:07 +01:00
mixer.h
pcm.c
pcm.h
proc.c
proc.h
quirks-table.h ALSA: usb-audio: add Edirol SD-90 PCM support 2011-01-10 16:47:10 +01:00
quirks.c
quirks.h
urb.c
urb.h
usbaudio.h