Skip to content

Commit 38b1bef

Browse files
crojewsk-intelbroonie
authored andcommitted
ASoC: Intel: avs: Include missing string.h
File loader.c utilizes strscpy(). Reviewed-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://patch.msgid.link/20250530141025.2942936-10-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 93e246b commit 38b1bef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/intel/avs/loader.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <linux/firmware.h>
1010
#include <linux/module.h>
1111
#include <linux/slab.h>
12+
#include <linux/string.h>
1213
#include <sound/hdaudio.h>
1314
#include <sound/hdaudio_ext.h>
1415
#include "avs.h"

0 commit comments

Comments
 (0)