summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>2022-10-10 14:19:49 +0200
committerMark Brown <broonie@kernel.org>2022-10-17 13:50:12 +0200
commite331b534d3b1a5a36a7bc1e7a85e21d2561aa2e6 (patch)
treecdd864e371c9e35cf07368ab842188eb6a32aefd /sound/soc/intel
parentASoC: Intel: avs: Simplify d0ix disabling routine (diff)
downloadlinux-e331b534d3b1a5a36a7bc1e7a85e21d2561aa2e6.tar.xz
linux-e331b534d3b1a5a36a7bc1e7a85e21d2561aa2e6.zip
ASoC: Intel: avs: Add missing include to HDA board
In some configurations board fails to compile due to missing header. Add it to fix build. Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://lore.kernel.org/r/20221010121955.718168-10-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r--sound/soc/intel/avs/boards/hdaudio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/avs/boards/hdaudio.c b/sound/soc/intel/avs/boards/hdaudio.c
index 073663ba140d..e68c4c7aa2ba 100644
--- a/sound/soc/intel/avs/boards/hdaudio.c
+++ b/sound/soc/intel/avs/boards/hdaudio.c
@@ -6,6 +6,7 @@
// Amadeusz Slawinski <amadeuszx.slawinski@linux.intel.com>
//
+#include <linux/module.h>
#include <linux/platform_device.h>
#include <sound/hda_codec.h>
#include <sound/hda_i915.h>