Ignore:
Timestamp:
Jun 24, 2010, 1:11:23 AM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
94a58ce
Parents:
32b323f
git-author:
Alex Dehnert <adehnert@…> (10/10/09 22:35:29)
git-committer:
Jessica B. Hamrick <jhamrick@…> (06/24/10 01:11:23)
Message:

Actually implement channel configurability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/lib/volume-get

    r737d88b r5dd3058  
    11#!/bin/sh
    22PATH="$(dirname $0):$PATH"
    3 amixer get Headphone \
     3
     4channel=$(sipbmp3-get-config channel)
     5
     6amixer get $channel \
    47 | perl -lne 'print $1 if (/Front Left: Playback ([0-9]+)/)'
Note: See TracChangeset for help on using the changeset viewer.