Re: QtMoko audio quality

2013-02-20 Thread Radek Polak
On Tuesday, February 19, 2013 11:15:57 PM Peter Viskup wrote:

 Hi all,
 just would like to share my 'patching' of gsmhandset.state file. The
 sound from speaker was too weak for making calls on the street or
 shopping center. Therefore I had to change the values of control.4 to 127.
 After this it much better to hear the remote side.
 
 BR,

Hi,
i wonder if such change is applicable to QtMoko git tree. I mean that there 
are different HW versions A5, A6, A7 buzz/bass fixed and while it's 
improvement on some HW it can be regression on another HW.

I have no problem with commiting such change, but it would be nice to get 
confirmed that it works also for others.

Regards

Radek
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


QtMoko audio quality

2013-02-19 Thread Peter Viskup

Hi all,
just would like to share my 'patching' of gsmhandset.state file. The 
sound from speaker was too weak for making calls on the street or 
shopping center. Therefore I had to change the values of control.4 to 127.

After this it much better to hear the remote side.

BR,
--
Peter Viskup

root@neo:~# diff -u /opt/qtmoko/etc/alsa-scenarios/gsmhandset.state.orig 
/opt/qtmoko/etc/alsa-scenarios/gsmhandset.state
--- /opt/qtmoko/etc/alsa-scenarios/gsmhandset.state.orig
2013-02-19 22:46:46.0 +0100
+++ /opt/qtmoko/etc/alsa-scenarios/gsmhandset.state 2013-02-19 
23:09:27.0 +0100

@@ -36,8 +36,8 @@
comment.range '0 - 127'
iface MIXER
name 'Speaker Playback Volume'
-   value.0 115
-   value.1 115
+   value.0 127
+   value.1 127
}
control.5 {
comment.access 'read write'


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community