提交 da12872a 编写于 作者: H Hervé Poussineau 提交者: malc

pcspk: initialize PC speaker if compiled in

PC speaker has been moved to target-independant code in 71093711,
so do not depend of target to include it or not.

Cc: malc <av1474@comtv.ru>
Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: NHerv? Poussineau <hpoussin@reactos.org>
Signed-off-by: Nmalc <av1474@comtv.ru>
上级 2ad59607
......@@ -475,7 +475,7 @@ struct soundhw {
static struct soundhw soundhw[] = {
#ifdef HAS_AUDIO_CHOICE
#if defined(TARGET_I386) || defined(TARGET_MIPS)
#ifdef CONFIG_PCSPK
{
"pcspk",
"PC speaker",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册