source: gutenbach/debian/lib/volume-set @ 9f0c46e

debianmacno-cupsnodebathenaweb
Last change on this file since 9f0c46e was 9f0c46e, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Refactor zephyrs and improve messages

Signed-off-by: Alex Dehnert <adehnert@…>

  • Property mode set to 100755
File size: 222 bytes
RevLine 
[83733c9]1#!/bin/sh
[737d88b]2PATH="$(dirname $0):$PATH"
[b1d66d4]3
[28836c2]4mixer=$(sipbmp3-get-config mixer)
5channel="$(sipbmp3-get-config channel)"
[5dd3058]6
[28836c2]7amixer set $mixer "$2" | grep "$channel" \
8 | perl -lne 'print $1 if (/: Playback ([0-9]+)/)'
[5dd3058]9
[9f0c46e]10volume-zephyr
Note: See TracBrowser for help on using the repository browser.