From 4f8d3482c68467670afb3b3b955b7d8b4d665363 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 2 Oct 2004 21:53:21 +0000 Subject: Fix: MAS SIBI control now is output as intended git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5152 a1c6a512-1295-4272-9138-f99709370657 --- firmware/mp3_playback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/mp3_playback.c b/firmware/mp3_playback.c index f6793a9865..78c9a67db1 100644 --- a/firmware/mp3_playback.c +++ b/firmware/mp3_playback.c @@ -939,7 +939,7 @@ void mp3_init(int volume, int bass, int treble, int balance, int loudness, #ifdef HAVE_MAS_SIBI_CONTROL and_b(~0x01, &PBDRH); /* drive SIBI low */ - and_b(~0x01, &PBIORH); /* output for PB8 */ + or_b(0x01, &PBIORH); /* output for PB8 */ #endif #if CONFIG_HWCODEC == MAS3587F -- cgit v1.2.3