aboutsummaryrefslogtreecommitdiffstats
path: root/hda-decode-pincfg.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2018-10-24 16:26:28 +0200
committerTakashi Iwai <tiwai@suse.de>2018-10-24 16:26:28 +0200
commit05438c09124ec2bf62a1c0317905dcef0cbfe5c5 (patch)
treefa729fe629bf6f8456dbec4f498018e5aa104793 /hda-decode-pincfg.c
parent930cbf43864c1f1d364108a28844737d2a6d27b1 (diff)
downloadhda-emu-05438c09124ec2bf62a1c0317905dcef0cbfe5c5.tar.gz
Fix the build with 4.20
hda_codec.h is moved to the common include/sound, so we need to add the check in configure script and change the relevant codes accordingly. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'hda-decode-pincfg.c')
-rw-r--r--hda-decode-pincfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hda-decode-pincfg.c b/hda-decode-pincfg.c
index 4e9a7a6..bc54682 100644
--- a/hda-decode-pincfg.c
+++ b/hda-decode-pincfg.c
@@ -29,7 +29,7 @@
#include "hda-types.h"
#include "hda-log.h"
#include <sound/core.h>
-#include "hda/hda_codec.h"
+#include <sound/hda_codec.h>
enum { DECODE, ENCODE };