https://github.com/torvalds/linux
Revision a95e163a4bfa7780f64e589bbedc6bdeb7cf3839 authored by Jiapeng Chong on 13 December 2022, 06:13:55 UTC, committed by Takashi Iwai on 22 December 2022, 08:12:26 UTC
The function snd_azf3328_codec_outl is defined in the azt3328.c file, but
not called elsewhere, so remove this unused function.

sound/pci/azt3328.c:367:1: warning: unused function 'snd_azf3328_codec_outl'.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3432
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20221213061355.62856-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 2d78eb0
Raw File
Tip revision: a95e163a4bfa7780f64e589bbedc6bdeb7cf3839 authored by Jiapeng Chong on 13 December 2022, 06:13:55 UTC
ALSA: azt3328: Remove the unused function snd_azf3328_codec_outl()
Tip revision: a95e163
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top