ALSA: pcm - Export snd_pcm_lib_default_mmap() helper
authorTakashi Iwai <tiwai@suse.de>
Wed, 28 Sep 2011 15:12:59 +0000 (17:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 28 Sep 2011 15:15:14 +0000 (17:15 +0200)
commit18a2b9623370479d1646b9b94e3528683f3b74de
tree8dc90994f1cdccb6b516ae4f71a299c8fea0fed7
parenta597310331177cd3969f840a9a6290e3c212e4cf
ALSA: pcm - Export snd_pcm_lib_default_mmap() helper

Export the default mmap function, snd_pcm_lib_default_mmap().
The upcoming non-snooping support in HD-audio driver will use this
to override the mmap method.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/pcm.h
sound/core/pcm_native.c