diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-17 11:34:31 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-17 11:34:31 +0000 |
commit | 1bd2a31ce5b056524a7d249fb44616a485f2f0f2 (patch) | |
tree | fcdd31bad2c514ea5579d8180f50b220a17529dc /packages/alsa/alsa-state/c7x0 | |
parent | f52d3c5c62745eaed39ee702a7136b0002bf54b6 (diff) |
alsa-state: update c7x0 state file (from #2667), add akita one (from #2667)
Diffstat (limited to 'packages/alsa/alsa-state/c7x0')
-rw-r--r-- | packages/alsa/alsa-state/c7x0/asound.state | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/packages/alsa/alsa-state/c7x0/asound.state b/packages/alsa/alsa-state/c7x0/asound.state index 7fd648fcf6..caef65c120 100644 --- a/packages/alsa/alsa-state/c7x0/asound.state +++ b/packages/alsa/alsa-state/c7x0/asound.state @@ -5,16 +5,16 @@ state.Corgi { comment.count 2 comment.range '0 - 127' iface MIXER - name 'Playback Volume' - value.0 103 - value.1 103 + name 'Master Playback Volume' + value.0 98 + value.1 98 } control.2 { comment.access 'read write' comment.type BOOLEAN comment.count 2 iface MIXER - name 'Playback Switch' + name 'Master Playback ZC Switch' value.0 false value.1 false } @@ -25,15 +25,15 @@ state.Corgi { comment.range '0 - 31' iface MIXER name 'Capture Volume' - value.0 23 - value.1 23 + value.0 31 + value.1 31 } control.4 { comment.access 'read write' comment.type BOOLEAN comment.count 2 iface MIXER - name 'Capture Switch' + name 'Line Capture Switch' value.0 false value.1 false } @@ -51,7 +51,7 @@ state.Corgi { comment.count 1 iface MIXER name 'Capture Mic Switch' - value true + value false } control.7 { comment.access 'read write' @@ -106,7 +106,7 @@ state.Corgi { comment.count 1 iface MIXER name 'Output Mixer Line Bypass Switch' - value true + value false } control.13 { comment.access 'read write' @@ -122,7 +122,7 @@ state.Corgi { comment.count 1 iface MIXER name 'Output Mixer HiFi Playback Swit' - value false + value true } control.15 { comment.access 'read write' @@ -141,11 +141,10 @@ state.Corgi { comment.access 'read write' comment.type ENUMERATED comment.count 1 - comment.item.0 Auto - comment.item.1 On - comment.item.2 Off + comment.item.0 On + comment.item.1 Off iface MIXER name 'Speaker Function' - value On + value Off } } |