Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
baad86bc
Commit
baad86bc
authored
Aug 16, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user: document ALSA mixer plugin settings
parent
8808aad5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
99 additions
and
0 deletions
+99
-0
user.xml
doc/user.xml
+99
-0
No files found.
doc/user.xml
View file @
baad86bc
...
@@ -1781,6 +1781,63 @@ systemctl start mpd.socket</programlisting>
...
@@ -1781,6 +1781,63 @@ systemctl start mpd.socket</programlisting>
</tbody>
</tbody>
</tgroup>
</tgroup>
</informaltable>
</informaltable>
<para>
The according hardware mixer plugin understands the
following settings:
</para>
<informaltable>
<tgroup
cols=
"2"
>
<thead>
<row>
<entry>
Setting
</entry>
<entry>
Description
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<varname>
mixer_device
</varname>
<parameter>
DEVICE
</parameter>
</entry>
<entry>
<para>
Sets the ALSA mixer device name, defaulting to
<parameter>
default
</parameter>
which lets ALSA
pick a value.
</para>
</entry>
</row>
<row>
<entry>
<varname>
mixer_control
</varname>
<parameter>
NAME
</parameter>
</entry>
<entry>
<para>
Choose a mixer control, defaulting to
<parameter>
PCM
</parameter>
. Type
<command>
amixer
scontrols
</command>
to get a list of available
mixer controls.
</para>
</entry>
</row>
<row>
<entry>
<varname>
mixer_index
</varname>
<parameter>
NUMBER
</parameter>
</entry>
<entry>
Choose a mixer control index. This is necessary if
there is more than one control with the same name.
Defaults to
<parameter>
0
</parameter>
(the first
one).
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
</section>
<section>
<section>
...
@@ -2127,6 +2184,48 @@ systemctl start mpd.socket</programlisting>
...
@@ -2127,6 +2184,48 @@ systemctl start mpd.socket</programlisting>
</tbody>
</tbody>
</tgroup>
</tgroup>
</informaltable>
</informaltable>
<para>
The according hardware mixer plugin understands the
following settings:
</para>
<informaltable>
<tgroup
cols=
"2"
>
<thead>
<row>
<entry>
Setting
</entry>
<entry>
Description
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<varname>
mixer_device
</varname>
<parameter>
DEVICE
</parameter>
</entry>
<entry>
<para>
Sets the OSS mixer device path, defaulting to
<filename>
/dev/mixer
</filename>
.
</para>
</entry>
</row>
<row>
<entry>
<varname>
mixer_control
</varname>
<parameter>
NAME
</parameter>
</entry>
<entry>
<para>
Choose a mixer control, defaulting to
<parameter>
PCM
</parameter>
.
</para>
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
</section>
<section>
<section>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment