]> git.karo-electronics.de Git - mv-sheeva.git/commit
ASoC: sst_platform: fix the pulseaudio error
authorVinod Koul <vinod.koul@intel.com>
Tue, 15 Feb 2011 12:58:54 +0000 (18:28 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 16 Feb 2011 01:59:17 +0000 (17:59 -0800)
commit5b499f8bf376ecd1575c0cc2095555cf382063ae
treef6d33e8464f3d414bb2e93f73591523102d3531a
parentd58198b943c7af6975dec869d75b15dd66d1495c
ASoC: sst_platform: fix the pulseaudio error

Pulseaudio doesnt work with current driver and it was root caused to absense of
hw_params function and malloc_pages in it.
This patch adds this and allows pa to work fine with these drivers

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Harsha Priya <priya.harsha@intel.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/mid-x86/sst_platform.c