浏览代码

ALSA: ASoC: Add missing includes

Ensure that DAIs are prototyped in the codec drivers that define them.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Mark Brown 17 年之前
父节点
当前提交
dbac7cb8a7
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      sound/soc/codecs/ac97.c
  2. 1 0
      sound/soc/codecs/wm9712.c

+ 1 - 0
sound/soc/codecs/ac97.c

@@ -21,6 +21,7 @@
 #include <sound/ac97_codec.h>
 #include <sound/initval.h>
 #include <sound/soc.h>
+#include "ac97.h"
 
 #define AC97_VERSION "0.6"
 

+ 1 - 0
sound/soc/codecs/wm9712.c

@@ -22,6 +22,7 @@
 #include <sound/initval.h>
 #include <sound/soc.h>
 #include <sound/soc-dapm.h>
+#include "wm9712.h"
 
 #define WM9712_VERSION "0.4"