Skip to content

Commit

Permalink
pcspk: initialize PC speaker if compiled in
Browse files Browse the repository at this point in the history
PC speaker has been moved to target-independant code in 7109371,
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>
  • Loading branch information
hpoussin authored and malc committed Apr 15, 2012
1 parent 2ad5960 commit da12872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit da12872

Please sign in to comment.