source:
gutenbach/debian/lib/volume-set
@
9f0c46e
Last change on this file since 9f0c46e was 9f0c46e, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago | |
---|---|
|
|
File size: 222 bytes |
Rev | Line | |
---|---|---|
[83733c9] | 1 | #!/bin/sh |
[737d88b] | 2 | PATH="$(dirname $0):$PATH" |
[b1d66d4] | 3 | |
[28836c2] | 4 | mixer=$(sipbmp3-get-config mixer) |
5 | channel="$(sipbmp3-get-config channel)" | |
[5dd3058] | 6 | |
[28836c2] | 7 | amixer set $mixer "$2" | grep "$channel" \ |
8 | | perl -lne 'print $1 if (/: Playback ([0-9]+)/)' | |
[5dd3058] | 9 | |
[9f0c46e] | 10 | volume-zephyr |
Note: See TracBrowser
for help on using the repository browser.