diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-10-17 14:09:15 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-10-17 14:09:15 +0200 |
commit | c95d947f1fc91712756bc1b6a58c0eddadc78885 (patch) | |
tree | 39eb37698adc5b634a88367d45a3e2889c737b62 /sound/soc/pxa | |
parent | 71aa5ebe36a4e936eff281b375a4707b6a8320f2 (diff) | |
parent | 9233ef6b559faa3db14144f41dea2e70d1ad0092 (diff) | |
download | op-kernel-dev-c95d947f1fc91712756bc1b6a58c0eddadc78885.zip op-kernel-dev-c95d947f1fc91712756bc1b6a58c0eddadc78885.tar.gz |
Merge tag 'asoc-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v3.7
Nothing too exciting except for the ams-delta change which is relatively
lerge due to the fact that the driver loading had been totally broken as
the driver needed a newer API to function.
Diffstat (limited to 'sound/soc/pxa')
-rw-r--r-- | sound/soc/pxa/mmp-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/mmp-pcm.c b/sound/soc/pxa/mmp-pcm.c index 73ac546..e834faf 100644 --- a/sound/soc/pxa/mmp-pcm.c +++ b/sound/soc/pxa/mmp-pcm.c @@ -15,13 +15,13 @@ #include <linux/slab.h> #include <linux/dma-mapping.h> #include <linux/dmaengine.h> +#include <linux/platform_data/dma-mmp_tdma.h> #include <linux/platform_data/mmp_audio.h> #include <sound/pxa2xx-lib.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h> #include <sound/soc.h> -#include <mach/sram.h> #include <sound/dmaengine_pcm.h> struct mmp_dma_data { |