ASoC: Intel: avs: Add missing include to HDA board
commit e331b534d3
upstream.
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>
This commit is contained in:
parent
fbb3e61a75
commit
d2ccc7bf11
|
@ -6,6 +6,7 @@
|
||||||
// Amadeusz Slawinski <amadeuszx.slawinski@linux.intel.com>
|
// Amadeusz Slawinski <amadeuszx.slawinski@linux.intel.com>
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#include <linux/module.h>
|
||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
#include <sound/hda_codec.h>
|
#include <sound/hda_codec.h>
|
||||||
#include <sound/hda_i915.h>
|
#include <sound/hda_i915.h>
|
||||||
|
|
Loading…
Reference in New Issue