[oe-commits] org.oe.dev alsa-state: add config for a780

koen commit openembedded-commits at lists.openembedded.org
Fri Sep 21 10:21:44 UTC 2007


alsa-state: add config for a780

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 0d52dc70268548ff0d5fbd452762d5dd26a36edd
ViewMTN: http://monotone.openembedded.org/revision/info/0d52dc70268548ff0d5fbd452762d5dd26a36edd
Files:
1
packages/alsa/alsa-state/a780
packages/alsa/alsa-state/a780/asound.state
packages/alsa/alsa-state.bb
Diffs:

#
# mt diff -r804ed0e85889011d61cdadae799411bbd814db93 -r0d52dc70268548ff0d5fbd452762d5dd26a36edd
#
# 
# 
# add_dir "packages/alsa/alsa-state/a780"
# 
# add_file "packages/alsa/alsa-state/a780/asound.state"
#  content [4dcd614c25848709bf9253b66bdef488e0b5d69e]
# 
# patch "packages/alsa/alsa-state.bb"
#  from [87b0604266eaf34469b6a192b574a846d8b290d5]
#    to [5a71abc6d18c594bd887abadbe6d7af926ff1301]
# 
============================================================
--- packages/alsa/alsa-state/a780/asound.state	4dcd614c25848709bf9253b66bdef488e0b5d69e
+++ packages/alsa/alsa-state/a780/asound.state	4dcd614c25848709bf9253b66bdef488e0b5d69e
@@ -0,0 +1,80 @@
+state.EZX {
+	control.1 {
+		comment.access 'read write'
+		comment.type INTEGER
+		comment.count 1
+		comment.range '0 - 15'
+		iface MIXER
+		name 'Output gain'
+		value 9
+	}
+	control.2 {
+		comment.access 'read write'
+		comment.type INTEGER
+		comment.count 1
+		comment.range '0 - 31'
+		iface MIXER
+		name 'Input gain'
+		value 14
+	}
+	control.3 {
+		comment.access 'read write'
+		comment.type BOOLEAN
+		comment.count 1
+		iface MIXER
+		name 'Input Mixer A3 Switch'
+		value true
+	}
+	control.4 {
+		comment.access 'read write'
+		comment.type BOOLEAN
+		comment.count 1
+		iface MIXER
+		name 'Input Mixer A5 Switch'
+		value true
+	}
+	control.5 {
+		comment.access 'read write'
+		comment.type BOOLEAN
+		comment.count 1
+		iface MIXER
+		name 'Output Mixer A1 Switch'
+		value true
+	}
+	control.6 {
+		comment.access 'read write'
+		comment.type BOOLEAN
+		comment.count 1
+		iface MIXER
+		name 'Output Mixer A2 Switch'
+		value true
+	}
+	control.7 {
+		comment.access 'read write'
+		comment.type BOOLEAN
+		comment.count 1
+		iface MIXER
+		name 'Output Mixer AR Switch'
+		value true
+	}
+	control.8 {
+		comment.access 'read write'
+		comment.type BOOLEAN
+		comment.count 1
+		iface MIXER
+		name 'Output Mixer AL Switch'
+		value true
+	}
+	control.9 {
+		comment.access 'read write'
+		comment.type ENUMERATED
+		comment.count 1
+		comment.item.0 '2ch'
+		comment.item.1 '2->1ch'
+		comment.item.2 '2->1ch -3db'
+		comment.item.3 '2->1ch -6db'
+		iface MIXER
+		name Downmixer
+		value '2ch'
+	}
+}
============================================================
--- packages/alsa/alsa-state.bb	87b0604266eaf34469b6a192b574a846d8b290d5
+++ packages/alsa/alsa-state.bb	5a71abc6d18c594bd887abadbe6d7af926ff1301
@@ -8,7 +8,7 @@ PV = "0.1.0"
 LICENSE = "GPL"
 RRECOMMENDS_alsa-state = "alsa-states"
 PV = "0.1.0"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = " \
   file://asoundrc \






More information about the Openembedded-commits mailing list