qemu-e2k/hw/audio
Laurent Vivier b988a650b1 audio: Use DIV_ROUND_UP
Replace (((n) + (d) - 1) /(d)) by DIV_ROUND_UP(n,d).

This patch is the result of coccinelle script
scripts/coccinelle/round.cocci

CC: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2016-06-07 18:19:25 +03:00
..
Makefile.objs
ac97.c
adlib.c Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND 2016-03-22 22:20:17 +01:00
cs4231.c hw/audio: QOM'ify cs4231.c 2016-06-03 11:13:38 +02:00
cs4231a.c
es1370.c ES1370: QOMify 2016-02-11 15:15:46 +03:00
fmopl.c
fmopl.h
gus.c replace muldiv64(a, b, c) by (uint64_t)a * b / c 2016-06-07 18:02:49 +03:00
gusemu.h all: Clean up includes 2016-02-23 12:43:05 +00:00
gusemu_hal.c
gusemu_mixer.c
gustate.h
hda-codec-common.h
hda-codec.c
intel-hda-defs.h
intel-hda.c hw/audio: QOM'ify intel-hda 2016-06-03 11:13:38 +02:00
intel-hda.h
lm4549.c
lm4549.h
marvell_88w8618.c
milkymist-ac97.c hw/audio: QOM'ify milkymist-ac97.c 2016-06-03 11:13:38 +02:00
pcspk.c audio: Use DIV_ROUND_UP 2016-06-07 18:19:25 +03:00
pl041.c hw: explicitly include qemu/log.h 2016-05-19 16:42:29 +02:00
pl041.h
pl041.hx
sb16.c Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND 2016-03-22 22:20:17 +01:00
wm8750.c