diff options
| author | Amadeusz Sławiński <[email protected]> | 2022-10-10 14:19:49 +0200 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2022-10-17 12:50:12 +0100 |
| commit | e331b534d3b1a5a36a7bc1e7a85e21d2561aa2e6 (patch) | |
| tree | cdd864e371c9e35cf07368ab842188eb6a32aefd | |
| parent | e720e68b3fa25268e1df8a6d91d3bdb80f4fc38a (diff) | |
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 <[email protected]>
Signed-off-by: Cezary Rojewski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
| -rw-r--r-- | sound/soc/intel/avs/boards/hdaudio.c | 1 |
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 <[email protected]> // +#include <linux/module.h> #include <linux/platform_device.h> #include <sound/hda_codec.h> #include <sound/hda_i915.h> |