Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Sound Setting problem @Olympus M:robe Mr100
« previous next »
  • Print
Pages: [1]

Author Topic: Sound Setting problem @Olympus M:robe Mr100  (Read 4531 times)

Offline forever3

  • Member
  • *
  • Posts: 11
Sound Setting problem @Olympus M:robe Mr100
« on: May 04, 2008, 03:24:31 PM »
I hope that's the right place for message :)

I've noticed that, "Bass" and "Treble" settings under "Sound Settings" menu, don't work for last 5-6 releases... Equalizer works fine but whatever you adjust "Bass" and "Treble" doesn't differ.. I've replaced an older builds "rockbox.mi4" file with the newes one and those settings worked.. I think there is something forgotten in newer releases.;D

(sorry for my poor English :-\)
Thanks

 
Logged

Offline LinusN

  • Member
  • *
  • Posts: 1914
Re: Sound Setting problem @Olympus M:robe Mr100
« Reply #1 on: May 05, 2008, 05:53:45 AM »
Could you try some older builds to determine exactly in which build it stops working? That would help us determine what caused it.
Logged
Archos Jukebox 6000, Recorder, FM Recorder/iAudio X5/iriver H1x0, H3x0/Toshiba Gigabeat F20/iPod G5, G5.5

Offline forever3

  • Member
  • *
  • Posts: 11
Re: Sound Setting problem @Olympus M:robe Mr100
« Reply #2 on: May 05, 2008, 08:05:13 AM »
I've found the build which problem starts..

http://www.rockbox.org/dl.cgi?bin=mrobe100
on that page,

2008-04-28 dated build (Rev.17273) Everything is ok.

2008-04-29 dated build (Rev.17288) doesn't work...

I checked changelogs now and at (Rev.17288)s changelog;

Quote
r17274:
 * introduce AUDIOHW_CAPS to define which audio codec can do what kind of operations in hw, e.g. setting bass
* added documentation why and when we need the software based prescaler
* implement audiohw_set_bass and audiohw_set_treble for mas35xx
* clean up sound_set_bass and sound_set_treble
* simplify some #ifdef logic
* fix special handling of WM8751 - looking for tester :)

writes.. Is this an improvement?
Logged

Offline Bagder

  • Member
  • *
  • Posts: 1452
    • Daniel's site
Re: Sound Setting problem @Olympus M:robe Mr100
« Reply #3 on: May 05, 2008, 09:13:24 AM »
But he also mentions a reversion of that patch in r17286. I assume you still experience the problem in r17286 and later?
Logged

Offline forever3

  • Member
  • *
  • Posts: 11
Re: Sound Setting problem @Olympus M:robe Mr100
« Reply #4 on: May 05, 2008, 09:53:31 AM »
Yes, from r17286 to latest one that released today (r17381), it doesn't work..

Quote
r17286: undo some changes of my last patch... should fix wm8751 based targets
Logged

Offline RowaN

  • Member
  • *
  • Posts: 90
Re: Sound Setting problem @Olympus M:robe Mr100
« Reply #5 on: May 08, 2008, 03:57:14 PM »
I have a similar problem:
http://forums.rockbox.org/index.php?topic=16719.0

Bass & Treble work, but they seem to get reset to 0 after a power cycle.
Logged

Offline ChristianGmeiner

  • Member
  • *
  • Posts: 6
Re: Sound Setting problem @Olympus M:robe Mr100
« Reply #6 on: May 08, 2008, 06:44:39 PM »
Could you add the following patch to the current release and the last working one? And tell me the resulting values?

Index: firmware/drivers/audio/wm8751.c
===================================================================
--- firmware/drivers/audio/wm8751.c     (Revision 17425)
+++ firmware/drivers/audio/wm8751.c     (Arbeitskopie)
@@ -30,6 +30,9 @@
 #include "audiohw.h"
 #include "system.h"

+#define LOGF_ENABLE
+#include "logf.h"
+
 const struct sound_settings_info audiohw_settings[] = {
     [SOUND_VOLUME]        = {"dB", 0,  1, -74,   6, -25},
 #ifdef USE_ADAPTIVE_BASS
@@ -186,6 +189,7 @@

 void audiohw_set_bass(int value)
 {
+    logf("b: %d", value);
     wmcodec_write(BASSCTRL, BASSCTRL_BITS |

 #ifdef USE_ADAPTIVE_BASS
@@ -197,6 +201,7 @@

 void audiohw_set_treble(int value)
 {
+    logf("t: %d", value);
     wmcodec_write(TREBCTRL, TREBCTRL_BITS |
         TREBCTRL_TREB(tone_tenthdb2hw(value)));
 }
Logged

Offline forever3

  • Member
  • *
  • Posts: 11
Re: Sound Setting problem @Olympus M:robe Mr100
« Reply #7 on: May 13, 2008, 04:15:00 PM »
It's fixed now, thanks ChristianGmeiner...
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Sound Setting problem @Olympus M:robe Mr100
 

  • SMF 2.0.18 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.041 seconds with 18 queries.