HomeSort by relevance Sort by last modified time
    Searched refs:amixer (Results 1 - 2 of 2) sorted by null

  /external/adhd/scripts/
audio_diagnostics 12 echo '=== amixer -c' $card scontents '==='
13 amixer -c $card scontents
14 echo '=== amixer -c' $card contents '==='
15 amixer -c $card contents
  /external/autotest/client/cros/audio/
alsa_utils.py 17 AMIXER_PATH = '/usr/bin/amixer'
67 Controls for a soundcard is retrieved by 'amixer controls' command.
68 amixer output format:
82 raise RuntimeError('amixer command failed')
100 Simple mixer controls for a soundcard is retrieved by 'amixer scontrols'
101 command. amixer output format:
115 raise RuntimeError('amixer command failed')
334 '''Executes amixer command.
337 @param cmd: Amixer command to execute.
340 Amixer command like ['set', 'PCM', '2dB+'] with card_id 1 will be execute
    [all...]

Completed in 1464 milliseconds