Star
0
Fork
1
代码
介绍
代码
Issues
25
Pull Requests
1
流水线
Actions
讨论
Wiki
项目成员
62
分析
项目设置
Star
0
Fork
1
intel/OLK-5.10
intel-kernel
/
sound
/
oss
下载当前目录
S
sanglipeng
sound/oss/dmasound: fix 'dmasound_setup' defined but not used
e5f7f43a
创建于
2023年11月9日
历史提交
文件
最后提交记录
最后更新时间
dmasound
sound/oss/dmasound: fix 'dmasound_setup' defined but not used stable inclusion from stable-v5.10.180 commit c820c05c5ff6613ad424dce1cddc459ffd2fb96b category: bugfix bugzilla:
https://gitee.com/openeuler/kernel/issues/I8DDFN
Reference:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=c820c05c5ff6613ad424dce1cddc459ffd2fb96b
-------------------------------- commit 357ad4d898286b94aaae0cb7e3f573459e5b98b9 upstream. We observed: 'dmasound_setup' defined but not used error with COMPILER=gcc ARCH=m68k DEFCONFIG=allmodconfig build. Fix it by adding __maybe_unused to dmasound_setup. Error(s): sound/oss/dmasound/dmasound_core.c:1431:12: error: 'dmasound_setup' defined but not used [-Werror=unused-function] Fixes: 9dd7c46346ca ("sound/oss/dmasound: fix build when drivers are mixed =y/=m") Signed-off-by: Miles Chen <miles.chen@mediatek.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Link:
https://lore.kernel.org/r/20220414091940.2216-1-miles.chen@mediatek.com
Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: sanglipeng <sanglipeng1@jd.com>
2 年前
.gitignore
.gitignore: add SPDX License Identifier Add SPDX License Identifier to all .gitignore files. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6 年前