]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitda99f90cb78baa74d46d27244f5bc8916b06e2fe
tree8dc90994f1cdccb6b516ae4f71a299c8fea0fed7
parentd880d85047ecd0bc3d51e8e13167cb3cbcbf105b
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