浏览代码

ASoC: fix pxa2xx-pcm.h path

Since pxa2xx-pcm.h is removed from sound/soc/pxa, we need to update the
path in related files.

Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Tested-by: Ian Lartey <ian@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Haojian Zhuang 15 年之前
父节点
当前提交
dd99a4524b
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 1 1
      sound/soc/pxa/pxa-ssp.c
  2. 0 1
      sound/soc/pxa/pxa2xx-pcm.c

+ 1 - 1
sound/soc/pxa/pxa-ssp.c

@@ -35,7 +35,7 @@
 #include <mach/audio.h>
 #include <plat/ssp.h>
 
-#include "pxa2xx-pcm.h"
+#include "../../arm/pxa2xx-pcm.h"
 #include "pxa-ssp.h"
 
 /*

+ 0 - 1
sound/soc/pxa/pxa2xx-pcm.c

@@ -16,7 +16,6 @@
 #include <sound/soc.h>
 #include <sound/pxa2xx-lib.h>
 
-#include "pxa2xx-pcm.h"
 #include "../../arm/pxa2xx-pcm.h"
 
 static int pxa2xx_pcm_hw_params(struct snd_pcm_substream *substream,