diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-03-07 12:32:59 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-03-07 12:32:59 -0500 |
commit | f811c3cf8fae63ecc8a937ba7376490e2565f8f1 (patch) | |
tree | 2e1b91e0079b8f1b404260d2ea5cf51d513f6332 /Documentation/sound | |
parent | 3f550e323242bea82d07dfd06e6ce3f723eef7bd (diff) |
ALSA: hda - Consolidate add_in_jack_modes and add_out_jack_modes hints
There is no big merit to distinguish these two hints. Instead, just
have a single flag, add_jack_modes, for creating the jack mode enum
ctls for both I/O directions.
The hint string parser code is left and translated as add_jack_modes
just for keeping compatibility.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/alsa/HD-Audio.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/sound/alsa/HD-Audio.txt b/Documentation/sound/alsa/HD-Audio.txt index 77e176a35ce1..c3c912d023cc 100644 --- a/Documentation/sound/alsa/HD-Audio.txt +++ b/Documentation/sound/alsa/HD-Audio.txt | |||
@@ -461,10 +461,9 @@ The generic parser supports the following hints: | |||
461 | the corresponding mixer control, if available | 461 | the corresponding mixer control, if available |
462 | - add_stereo_mix_input (bool): add the stereo mix (analog-loopback | 462 | - add_stereo_mix_input (bool): add the stereo mix (analog-loopback |
463 | mix) to the input mux if available | 463 | mix) to the input mux if available |
464 | - add_out_jack_modes (bool): add "xxx Jack Mode" enum controls to each | 464 | - add_jack_modes (bool): add "xxx Jack Mode" enum controls to each |
465 | output jack for allowing to change the headphone amp capability | 465 | I/O jack for allowing to change the headphone amp and mic bias VREF |
466 | - add_in_jack_modes (bool): add "xxx Jack Mode" enum controls to each | 466 | capabilities |
467 | input jack for allowing to change the mic bias vref | ||
468 | - power_down_unused (bool): power down the unused widgets | 467 | - power_down_unused (bool): power down the unused widgets |
469 | - add_hp_mic (bool): add the headphone to capture source if possible | 468 | - add_hp_mic (bool): add the headphone to capture source if possible |
470 | - hp_mic_detect (bool): enable/disable the hp/mic shared input for a | 469 | - hp_mic_detect (bool): enable/disable the hp/mic shared input for a |