Skip to content

Commit

Permalink
update voice mixer names
Browse files Browse the repository at this point in the history
  • Loading branch information
akemnade committed Feb 12, 2017
1 parent 5a5b00f commit fdfb2c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gsmgui-hungup.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
amixer set 'Voice Route out' off
amixer set 'Voice PCM Out' off
2 changes: 1 addition & 1 deletion gsmgui-start-audio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ done
if [ "$VOICEFILE" = "" ] ; then
alsactl -f "$VOICEFILE_BASE" restore
fi
amixer set 'Voice Route out' on
amixer set 'Voice PCM Out' on
4 changes: 2 additions & 2 deletions voice-4
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ state.gta04 {
}
control.21 {
iface MIXER
name 'Voice route'
name 'Voice PCM Interface'
value active
comment {
access 'read write'
Expand Down Expand Up @@ -357,7 +357,7 @@ state.gta04 {
}
control.26 {
iface MIXER
name 'Voice Route out Switch'
name 'Voice PCM Out Switch'
value true
comment {
access 'read write'
Expand Down

0 comments on commit fdfb2c1

Please sign in to comment.