mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-24 14:33:42 +00:00
ALSA: doc: ReSTize Jack-Controls.txt
A simple conversion from a plain text file. Put to designs subdirectory. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
20a1d0f44d
commit
df3a57105c
@ -8,6 +8,7 @@ Designs and Implementations
|
|||||||
channel-mapping-api
|
channel-mapping-api
|
||||||
compress-offload
|
compress-offload
|
||||||
timestamping
|
timestamping
|
||||||
|
jack-controls
|
||||||
procfile
|
procfile
|
||||||
powersave
|
powersave
|
||||||
oss-emulation
|
oss-emulation
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
==================
|
||||||
|
ALSA Jack Controls
|
||||||
|
==================
|
||||||
|
|
||||||
Why we need Jack kcontrols
|
Why we need Jack kcontrols
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
@ -29,11 +33,12 @@ How to use jack kcontrols
|
|||||||
=========================
|
=========================
|
||||||
|
|
||||||
In order to keep compatibility, snd_jack_new() has been modified by
|
In order to keep compatibility, snd_jack_new() has been modified by
|
||||||
adding two params :-
|
adding two params:
|
||||||
|
|
||||||
- @initial_kctl: if true, create a kcontrol and add it to the jack
|
initial_kctl
|
||||||
list.
|
if true, create a kcontrol and add it to the jack list.
|
||||||
- @phantom_jack: Don't create a input device for phantom jacks.
|
phantom_jack
|
||||||
|
Don't create a input device for phantom jacks.
|
||||||
|
|
||||||
HDA jacks can set phantom_jack to true in order to create a phantom
|
HDA jacks can set phantom_jack to true in order to create a phantom
|
||||||
jack and set initial_kctl to true to create an initial kcontrol with
|
jack and set initial_kctl to true to create an initial kcontrol with
|
Loading…
x
Reference in New Issue
Block a user