aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-02-22 14:02:59 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 10:41:58 +0100
commit786172902b01c258932fa5f167b7e395d99e47d9 (patch)
treec93363ff8bc461342ad354434b6d7ce5d681f247 /sound
parent0661a1180944d5c20f47ffad0c3e9a6c2e0b99f2 (diff)
downloadtip-786172902b01c258932fa5f167b7e395d99e47d9.tar.gz
headers/deps: Add header dependencies to .c files: <linux/sched/cond_resched.h>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/core/seq/seq_virmidi.c1
-rw-r--r--sound/hda/hdac_controller.c1
-rw-r--r--sound/isa/sb/emu8000_patch.c1
-rw-r--r--sound/isa/sb/emu8000_pcm.c1
-rw-r--r--sound/isa/wss/wss_lib.c1
-rw-r--r--sound/pci/echoaudio/echoaudio_dsp.c2
-rw-r--r--sound/pci/ens1370.c1
-rw-r--r--sound/pci/es1968.c1
-rw-r--r--sound/pci/lola/lola.c1
-rw-r--r--sound/pci/mixart/mixart_hwdep.c1
-rw-r--r--sound/pci/pcxhr/pcxhr_core.c1
-rw-r--r--sound/pci/vx222/vx222_ops.c1
-rw-r--r--sound/x86/intel_hdmi_audio.c1
13 files changed, 14 insertions, 0 deletions
diff --git a/sound/core/seq/seq_virmidi.c b/sound/core/seq/seq_virmidi.c
index f5cae49500c814..a4031e7127c3e0 100644
--- a/sound/core/seq/seq_virmidi.c
+++ b/sound/core/seq/seq_virmidi.c
@@ -21,6 +21,7 @@
*
*/
+#include <linux/sched/cond_resched.h>
#include <linux/init.h>
#include <linux/wait.h>
#include <linux/module.h>
diff --git a/sound/hda/hdac_controller.c b/sound/hda/hdac_controller.c
index f7bd6e2db085bb..93e35593d584c3 100644
--- a/sound/hda/hdac_controller.c
+++ b/sound/hda/hdac_controller.c
@@ -3,6 +3,7 @@
* HD-audio controller helpers
*/
+#include <linux/sched/cond_resched.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/export.h>
diff --git a/sound/isa/sb/emu8000_patch.c b/sound/isa/sb/emu8000_patch.c
index 8c1e7f2bfc34a1..170194b5540aae 100644
--- a/sound/isa/sb/emu8000_patch.c
+++ b/sound/isa/sb/emu8000_patch.c
@@ -8,6 +8,7 @@
#include "emu8000_local.h"
+#include <linux/sched/cond_resched.h>
#include <linux/sched/signal.h>
#include <linux/uaccess.h>
#include <linux/moduleparam.h>
diff --git a/sound/isa/sb/emu8000_pcm.c b/sound/isa/sb/emu8000_pcm.c
index f8d90a1e989b09..208e07a4b40519 100644
--- a/sound/isa/sb/emu8000_pcm.c
+++ b/sound/isa/sb/emu8000_pcm.c
@@ -7,6 +7,7 @@
#include "emu8000_local.h"
+#include <linux/sched/cond_resched.h>
#include <linux/sched/signal.h>
#include <linux/init.h>
#include <linux/slab.h>
diff --git a/sound/isa/wss/wss_lib.c b/sound/isa/wss/wss_lib.c
index 026061b55ee945..a5778e174a0565 100644
--- a/sound/isa/wss/wss_lib.c
+++ b/sound/isa/wss/wss_lib.c
@@ -10,6 +10,7 @@
* - broken initialization?
*/
+#include <linux/sched/cond_resched.h>
#include <linux/delay.h>
#include <linux/pm.h>
#include <linux/init.h>
diff --git a/sound/pci/echoaudio/echoaudio_dsp.c b/sound/pci/echoaudio/echoaudio_dsp.c
index 2a40091d472c04..e5fb14913e9c39 100644
--- a/sound/pci/echoaudio/echoaudio_dsp.c
+++ b/sound/pci/echoaudio/echoaudio_dsp.c
@@ -28,6 +28,8 @@
****************************************************************************/
+#include <linux/sched/cond_resched.h>
+
#if PAGE_SIZE < 4096
#error PAGE_SIZE is < 4k
#endif
diff --git a/sound/pci/ens1370.c b/sound/pci/ens1370.c
index 2651f0c64c062b..4744426c99caee 100644
--- a/sound/pci/ens1370.c
+++ b/sound/pci/ens1370.c
@@ -12,6 +12,7 @@
* by Kurt J. Bosch
*/
+#include <linux/sched/cond_resched.h>
#include <linux/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
diff --git a/sound/pci/es1968.c b/sound/pci/es1968.c
index 6a8a02a9ecf41d..170229c4512639 100644
--- a/sound/pci/es1968.c
+++ b/sound/pci/es1968.c
@@ -80,6 +80,7 @@
* places.
*/
+#include <linux/sched/cond_resched.h>
#include <linux/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
diff --git a/sound/pci/lola/lola.c b/sound/pci/lola/lola.c
index 5269a1d396a5bf..64dbd8909f3f48 100644
--- a/sound/pci/lola/lola.c
+++ b/sound/pci/lola/lola.c
@@ -5,6 +5,7 @@
* Copyright (c) 2011 Takashi Iwai <tiwai@suse.de>
*/
+#include <linux/sched/cond_resched.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
diff --git a/sound/pci/mixart/mixart_hwdep.c b/sound/pci/mixart/mixart_hwdep.c
index 689c0f995a9cec..fb42d3e33afb85 100644
--- a/sound/pci/mixart/mixart_hwdep.c
+++ b/sound/pci/mixart/mixart_hwdep.c
@@ -7,6 +7,7 @@
* Copyright (c) 2003 by Digigram <alsa@digigram.com>
*/
+#include <linux/sched/cond_resched.h>
#include <linux/interrupt.h>
#include <linux/pci.h>
#include <linux/firmware.h>
diff --git a/sound/pci/pcxhr/pcxhr_core.c b/sound/pci/pcxhr/pcxhr_core.c
index 23f253effb4faa..d0fe66833402ee 100644
--- a/sound/pci/pcxhr/pcxhr_core.c
+++ b/sound/pci/pcxhr/pcxhr_core.c
@@ -7,6 +7,7 @@
* Copyright (c) 2004 by Digigram <alsa@digigram.com>
*/
+#include <linux/sched/cond_resched.h>
#include <linux/delay.h>
#include <linux/firmware.h>
#include <linux/interrupt.h>
diff --git a/sound/pci/vx222/vx222_ops.c b/sound/pci/vx222/vx222_ops.c
index 3e7e928b24f8b6..aea226b80e8565 100644
--- a/sound/pci/vx222/vx222_ops.c
+++ b/sound/pci/vx222/vx222_ops.c
@@ -7,6 +7,7 @@
* Copyright (c) 2002 by Takashi Iwai <tiwai@suse.de>
*/
+#include <linux/sched/cond_resched.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/firmware.h>
diff --git a/sound/x86/intel_hdmi_audio.c b/sound/x86/intel_hdmi_audio.c
index 4a3ff6468aa759..1975a5f642873e 100644
--- a/sound/x86/intel_hdmi_audio.c
+++ b/sound/x86/intel_hdmi_audio.c
@@ -13,6 +13,7 @@
* ALSA driver for Intel HDMI audio
*/
+#include <linux/sched/cond_resched.h>
#include <linux/types.h>
#include <linux/platform_device.h>
#include <linux/io.h>