diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-10-17 11:24:56 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-10-17 11:24:56 +0000 |
commit | 14f7002de18f43729399ac8cae7a8ec1feace2b0 (patch) | |
tree | 118d6c9a944e88f26a640361831de26e30a55aa1 | |
parent | 132f9ac95905b0e66157a7f1f28ebb8908d10fab (diff) |
alsa-state: (fic-gta01) limit PCM a bit and crank up Amplifier, so that we are less likely to distort in the PCM section
-rw-r--r-- | packages/alsa/alsa-state.bb | 2 | ||||
-rw-r--r-- | packages/alsa/alsa-state/fic-gta01/stereoout.state | 17 |
2 files changed, 11 insertions, 8 deletions
diff --git a/packages/alsa/alsa-state.bb b/packages/alsa/alsa-state.bb index c717ed24a7..d51df961a1 100644 --- a/packages/alsa/alsa-state.bb +++ b/packages/alsa/alsa-state.bb @@ -8,7 +8,7 @@ DESCRIPTION = "Default ALSA configuration" LICENSE = "GPL" RRECOMMENDS_alsa-state = "alsa-states" PV = "0.1.0" -PR = "r4" +PR = "r5" SRC_URI = " \ file://asoundrc \ diff --git a/packages/alsa/alsa-state/fic-gta01/stereoout.state b/packages/alsa/alsa-state/fic-gta01/stereoout.state index c27b78bb27..84117065a4 100644 --- a/packages/alsa/alsa-state/fic-gta01/stereoout.state +++ b/packages/alsa/alsa-state/fic-gta01/stereoout.state @@ -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' |