projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93e246b
)
ASoC: Intel: avs: Include missing string.h
author
Cezary Rojewski
<cezary.rojewski@intel.com>
Fri, 30 May 2025 14:10:25 +0000
(16:10 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 2 Jun 2025 11:26:51 +0000
(12:26 +0100)
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>
sound/soc/intel/avs/loader.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/avs/loader.c
b/sound/soc/intel/avs/loader.c
index 138e4e9de5e3095de153ef7d3760367537fb592e..353e343b1d2884064f056a990a66b14565c98cb9 100644
(file)
--- a/
sound/soc/intel/avs/loader.c
+++ b/
sound/soc/intel/avs/loader.c
@@
-9,6
+9,7
@@
#include <linux/firmware.h>
#include <linux/module.h>
#include <linux/slab.h>
+#include <linux/string.h>
#include <sound/hdaudio.h>
#include <sound/hdaudio_ext.h>
#include "avs.h"