ALSA: aloop - Use vmalloc buffer
authorTakashi Iwai <tiwai@suse.de>
Sat, 24 Sep 2011 10:16:29 +0000 (12:16 +0200)
committerbuildbot <buildbot@intel.com>
Wed, 11 Apr 2012 03:50:50 +0000 (20:50 -0700)
commit780b8e0ca68a7a05aa78aabff2fecc0aa5f44954
treec582085cde679953a11818889ffe38a76a8098b4
parent3ceae79e0ffb9df230b4f66251bdfcd498f39286
ALSA: aloop - Use vmalloc buffer

BZ: 30009

This patch is back ported ICS kernel from k3.2 rc1

snd-aloop driver is virtual and has no need for allocating contiguous
pages.  It'll be more system-friendly to use vmalloc buffers.

Change-Id: I8cc6901f38706daa5cb1dfbddb34cc6b648236da
Tested-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Ramesh Babu K V <ramesh.babu@linux.intel.com>
Reviewed-on: http://android.intel.com:8080/42441
Reviewed-by: Babu, Ramesh <ramesh.babu@intel.com>
Reviewed-by: Koul, Vinod <vinod.koul@intel.com>
Reviewed-by: Abdullah, Omair M <omair.m.abdullah@intel.com>
Reviewed-by: Agarwal, Vaibhav <vaibhav.agarwal@intel.com>
Reviewed-by: Balguri, Mamatha <mamatha.balguri@intel.com>
Reviewed-by: Gupta, ArvindX K <arvindx.k.gupta@intel.com>
Reviewed-by: Hibare, PramodX <pramodx.hibare@intel.com>
Tested-by: Hibare, PramodX <pramodx.hibare@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
sound/drivers/aloop.c