alsa
This commit is contained in:
parent
6d6176ca0a
commit
bde43a169a
2 changed files with 19 additions and 0 deletions
|
@ -4,6 +4,7 @@ RTFD
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
public/alsa/index
|
||||
public/ansible/index
|
||||
public/apt/index
|
||||
public/apt-mirror/index
|
||||
|
|
18
docs/public/alsa/index.rst
Normal file
18
docs/public/alsa/index.rst
Normal file
|
@ -0,0 +1,18 @@
|
|||
alsa
|
||||
====
|
||||
|
||||
* /var/lib/alsa/asound.state
|
||||
|
||||
Unmute microphone
|
||||
-----------------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
amixer -c 1 set Mic 100% unmute
|
||||
|
||||
Save settings
|
||||
-------------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
alsactl store
|
Loading…
Reference in a new issue