pcspk: initialize PC speaker if compiled in
PC speaker has been moved to target-independant code in 71093711589dafcb920dc3bc9bb811eaf8b14101, 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:
parent
2ad596079e
commit
da12872a09
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user