]> git.alsa-project.org Git - alsa-lib.git/commit
move page helpers to common code
authorMike Frysinger <vapier@chromium.org>
Tue, 27 Oct 2015 21:27:55 +0000 (17:27 -0400)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Nov 2015 13:37:10 +0000 (14:37 +0100)
commit5a24987575af563b605008b67c26fd86942cacfd
treeeb0a40a9de273b7ff13bcdee8789aefd23b82a3a
parent8985742d91dbdd74b2f605374207473393454fff
move page helpers to common code

If you build with --disable-pcm, the rawmidi code fails to link because
it uses the page_size helper declared in local.h, but the page_* funcs
are in the pcm mmap module.  Move these funcs into conf.c so that they
are always available to the rest of the system.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/conf.c
src/pcm/pcm_mmap.c