pcspk: initialize PC speaker if compiled in

PC speaker has been moved to target-independant code in 7109371158,
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: Herv? Poussineau <hpoussin@reactos.org>
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
Hervé Poussineau 2012-04-14 22:51:33 +02:00 committed by malc
parent 2ad596079e
commit da12872a09
1 changed files with 1 additions and 1 deletions

View File

@ -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",