mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
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>
This commit is contained in:
parent
ae2ff19180
commit
dbac7cb8a7
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue