diff options
| author | gryf <gryf73@gmail.com> | 2017-05-27 07:37:57 +0200 |
|---|---|---|
| committer | gryf <gryf73@gmail.com> | 2017-05-27 07:37:57 +0200 |
| commit | 93e9c32cfc025b1c3ae09098099d0abfdae844f0 (patch) | |
| tree | 47d9775ee2662a8f7ff5f545e8f4b165c17ff9d7 | |
| parent | febbf8a42d219b1197ab444237292a9c9e33ae6f (diff) | |
| download | wmamixer-93e9c32cfc025b1c3ae09098099d0abfdae844f0.tar.gz wmamixer-93e9c32cfc025b1c3ae09098099d0abfdae844f0.tar.bz2 wmamixer-93e9c32cfc025b1c3ae09098099d0abfdae844f0.zip | |
Readme amendment
| -rw-r--r-- | README.rst | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -53,9 +53,13 @@ which will output several lines of information and options: user@linux ~ $ wmamixer -l red -b '#ffff00' # red led on yellow background user@linux ~ $ wmamixer -b darkslateblue # Dark Slate Blue background -* ``-d`` selects desired ALSA device. By default, first device is taken which - usually is `default` and nowadays is taken by pulseaudio. To list ALSA - devices you might use ``aplay`` program from ``alsa-utils`` package: +* ``-d`` selects desired ALSA device. By default, first device, which is called + ``default`` is selected. That device is taken by pulseaudio nowadays, so + you'll see only two controls: one for master volume and the other for capture + volume. To be able to change all supported by soundcard controls, you need to + pass right PCM device to this option. First, you need to know which device + need to be passed as an argument to ``-d`` option. To list ALSA devices you + might use ``aplay`` program from ``alsa-utils`` package: .. code:: shell-session |
