ALSA: pcm - define snd_pcm_default_page_ops()
authorTakashi Iwai <tiwai@suse.de>
Thu, 26 Nov 2009 11:43:39 +0000 (12:43 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 Nov 2009 14:07:21 +0000 (15:07 +0100)
commit9eb4a06788a598573c751af1a7e46639afc89513
treed82ea448a63dc6972995a85d4037f8318c76f869
parent657b1989dacf58e83e7a76bca6d4a91a9f294cf6
ALSA: pcm - define snd_pcm_default_page_ops()

Add a helper (inline) function as the default page ops.  Any hacks wrt
the page address conversion will be applied in this function.

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