[oe-commits] org.oe.dev alsa-state: (fic-gta01) limit PCM a bit and crank up Amplifier, so that we are less likely to distort in the PCM section

mickeyl commit openembedded-commits at lists.openembedded.org
Wed Oct 17 11:39:03 UTC 2007


alsa-state: (fic-gta01) limit PCM a bit and crank up Amplifier, so that we are less likely to distort in the PCM section

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 920beec0b59e56ef7bdeb9dbfb0f43e8e2e31cda
ViewMTN: http://monotone.openembedded.org/revision/info/920beec0b59e56ef7bdeb9dbfb0f43e8e2e31cda
Files:
1
packages/alsa/alsa-state/fic-gta01/stereoout.state
packages/alsa/alsa-state.bb
Diffs:

#
# mt diff -r6e6a64144330a8a99b8378d409110b088fdc092d -r920beec0b59e56ef7bdeb9dbfb0f43e8e2e31cda
#
# 
# 
# patch "packages/alsa/alsa-state/fic-gta01/stereoout.state"
#  from [60ed98cc23aa2632e929be42de88a235566c1567]
#    to [63e54f8297425dddaa40a22a6e118b9b10452bdc]
# 
# patch "packages/alsa/alsa-state.bb"
#  from [e101e63a590ba537cd32bd6c7119cf2f31a13dff]
#    to [1e1db07daa4ed18374bac118212fb191e3bcd625]
# 
============================================================
--- packages/alsa/alsa-state/fic-gta01/stereoout.state	60ed98cc23aa2632e929be42de88a235566c1567
+++ packages/alsa/alsa-state/fic-gta01/stereoout.state	63e54f8297425dddaa40a22a6e118b9b10452bdc
@@ -6,8 +6,8 @@ state.neo1973 {
 		comment.range '0 - 255'
 		iface MIXER
 		name 'PCM Volume'
-		value.0 255
-		value.1 255
+		value.0 230
+		value.1 230
 	}
 	control.2 {
 		comment.access 'read write'
@@ -159,7 +159,7 @@ state.neo1973 {
 		comment.access 'read write'
 		comment.type INTEGER
 		comment.count 1
-		comment.range '0 - 7'
+		comment.range '0 - 15'
 		iface MIXER
 		name 'Bass Volume'
 		value 0
@@ -168,7 +168,7 @@ state.neo1973 {
 		comment.access 'read write'
 		comment.type INTEGER
 		comment.count 1
-		comment.range '0 - 7'
+		comment.range '0 - 15'
 		iface MIXER
 		name 'Treble Volume'
 		value 7
@@ -815,7 +815,7 @@ state.neo1973 {
 		comment.range '0 - 31'
 		iface MIXER
 		name 'Amp Left Playback Volume'
-		value 21
+		value 22
 	}
 	control.87 {
 		comment.access 'read write'
@@ -824,7 +824,7 @@ state.neo1973 {
 		comment.range '0 - 31'
 		iface MIXER
 		name 'Amp Right Playback Volume'
-		value 21
+		value 22
 	}
 	control.88 {
 		comment.access 'read write'
@@ -858,6 +858,9 @@ state.neo1973 {
 		comment.item.3 'GSM Bluetooth'
 		comment.item.4 Speakers
 		comment.item.5 Headphones
+		comment.item.6 'Capture Handset'
+		comment.item.7 'Capture Headset'
+		comment.item.8 'Capture Bluetooth'
 		iface MIXER
 		name 'Neo Mode'
 		value Headphones
@@ -868,7 +871,7 @@ state.neo1973 {
 		comment.count 1
 		iface MIXER
 		name 'Amp Spk 3D Playback Switch'
-		value false
+		value true
 	}
 	control.92 {
 		comment.access 'read write'
============================================================
--- packages/alsa/alsa-state.bb	e101e63a590ba537cd32bd6c7119cf2f31a13dff
+++ packages/alsa/alsa-state.bb	1e1db07daa4ed18374bac118212fb191e3bcd625
@@ -8,7 +8,7 @@ PV = "0.1.0"
 LICENSE = "GPL"
 RRECOMMENDS_alsa-state = "alsa-states"
 PV = "0.1.0"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = " \
   file://asoundrc \






More information about the Openembedded-commits mailing list