anolis-cloud-kernel/sound
Si Ye fea3ad5832 anolis: sw64: sound: fix compile error when CONFIG_SND_DUMMY=y
ANBZ: #4688

In a previous commit, #include <linux/io.h> was added
inside a function, which caused compilation errors.
To resolve this issue, the header file has been moved
to the beginning of the file to ensure successful compilation.

This change does not affect functionality and is purely a fix
for the compilation error.

Fixes: ce16ff1a7368 ("anolis: sw64: sound: avoid pagefault in pcm driver's memset")

Signed-off-by: Si Ye <siye@wxiat.com>
Reviewed-by: He Sheng <hesheng@wxiat.com>
Signed-off-by: Gu Zitao <guzitao@wxiat.com>
Reviewed-by: Min Li <gumi@linux.alibaba.com>
Link: https://gitee.com/anolis/cloud-kernel/pulls/5372
2025-06-05 06:59:14 +00:00
..
ac97 ALSA: ac97: fix PM reference leak in ac97_bus_remove() 2021-07-20 16:05:40 +02:00
aoa ALSA: aoa: i2sbus: use DECLARE_COMPLETION_ONSTACK() macro 2020-09-03 09:26:52 +02:00
arm amba: Make the remove callback return void 2022-04-08 14:40:02 +02:00
atmel ALSA: atmel: ac97: clarify operator precedence 2020-09-03 09:27:34 +02:00
core anolis: sw64: sound: fix compile error when CONFIG_SND_DUMMY=y 2025-06-05 06:59:14 +00:00
drivers ALSA: drivers: opl3: Fix incorrect use of vp->state 2021-12-29 12:26:00 +01:00
firewire ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes 2022-05-12 12:25:29 +02:00
hda anolis: ALSA: hda: Fix single byte write failure issue for Hygon 2024-01-04 03:28:30 +00:00
i2c
isa ALSA: wavefront: Proper check of get_user() error 2022-05-25 09:17:55 +02:00
mips hal2: convert to dma_alloc_noncoherent 2020-09-25 06:20:44 +02:00
oss
parisc
pci anolis: ALSA: hda: Add support for Hygon family 18h model 10h HD-Audio 2024-06-25 23:58:01 -04:00
pcmcia
ppc ALSA: ppc: fix error return code in snd_pmac_probe() 2021-07-20 16:05:43 +02:00
sh
soc ASoC: pxa: fix a memory leak in probe() 2023-12-18 09:48:17 +00:00
sparc ALSA: sparc: dbri: fix repeated word 'the' 2020-10-17 09:58:35 +02:00
spi ALSA: spi: Add check for clk_enable() 2022-04-08 14:40:08 +02:00
synth ALSA: synth: missing check for possible NULL after the call to kstrdup 2021-11-18 14:03:40 +01:00
usb ALSA: usb-audio: Cancel pending work at closing a MIDI substream 2022-06-09 10:20:48 +02:00
x86 ALSA: intel_hdmi: Fix reference to PCM buffer address 2022-03-08 19:09:31 +01:00
xen
Kconfig
Makefile
ac97_bus.c
last.c
sound_core.c