ALSA: pcm: Remove arch-dependent mmap kludges
authorTakashi Iwai <tiwai@suse.de>
Wed, 22 Oct 2014 10:01:13 +0000 (12:01 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 22 Oct 2014 10:01:13 +0000 (12:01 +0200)
commitc37de55efa1ccf018c27b876560725ff5e9f5701
tree9889ff7cf9755e1184be0c01e4b20b0669de3346
parentb46882b6eb713245916100ac5b58664cd242a08d
ALSA: pcm: Remove arch-dependent mmap kludges

Since we have consistently dma_mmap_coherent() for all architectures,
the current ifdef and arch-specific codes in pcm core can be cleaned
up gracefully.

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