1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-26 02:25:00 -05:00
linux/sound/isa/sb
Shang XiaoJing eefe77fdc0 ALSA: sb: Use DIV_ROUND_UP() instead of open-coding it
Use DIV_ROUND_UP() instead of open-coding it, which intents and makes
it more clear what is going on for the casual reviewer.

The Coccinelle references Commit e4d8aef214 ("ALSA: usb: Use
DIV_ROUND_UP() instead of open-coding it").

Signed-off-by: Shang XiaoJing <shangxiaojing@huawei.com>
Link: https://lore.kernel.org/r/20220927141110.18033-1-shangxiaojing@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2022-09-29 08:11:55 +02:00
..
emu8000.c ALSA: sb: Allocate resources with device-managed APIs 2021-07-19 16:17:14 +02:00
emu8000_callback.c
emu8000_local.h
emu8000_patch.c
emu8000_pcm.c ALSA: sb: Use DIV_ROUND_UP() instead of open-coding it 2022-09-29 08:11:55 +02:00
emu8000_synth.c
jazz16.c ALSA: sb: Allocate resources with device-managed APIs 2021-07-19 16:17:14 +02:00
Makefile
sb8.c ALSA: sb: Allocate resources with device-managed APIs 2021-07-19 16:17:14 +02:00
sb8_main.c
sb8_midi.c
sb16.c ALSA: sb: Allocate resources with device-managed APIs 2021-07-19 16:17:14 +02:00
sb16_csp.c
sb16_main.c
sb_common.c ALSA: sb: Allocate resources with device-managed APIs 2021-07-19 16:17:14 +02:00
sb_mixer.c
sbawe.c