summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdot/local/bin/amixer-enable-mic1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot/local/bin/amixer-enable-mic b/dot/local/bin/amixer-enable-mic
index f9a09be..38d97c7 100755
--- a/dot/local/bin/amixer-enable-mic
+++ b/dot/local/bin/amixer-enable-mic
@@ -21,6 +21,7 @@ enable_recording()
21 case "${c#name=}" in 21 case "${c#name=}" in
22 *Boost*) 22 *Boost*)
23 amixer -D "$DEV" cset "$a,$b,$c" "$SETME_BOOST";; 23 amixer -D "$DEV" cset "$a,$b,$c" "$SETME_BOOST";;
24 \'Capture\ Channel\ Map\') ;;
24 *Capture*) 25 *Capture*)
25 amixer -D "$DEV" cset "$a,$b,$c" "$SETME";; 26 amixer -D "$DEV" cset "$a,$b,$c" "$SETME";;
26 esac 27 esac