Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: hda - Add documentation for codec specific mixer controls of Analog codecs

* Channel Mode
This is an enum control to change the surround-channel setup,
appears only when the surround channels are available.
It gives the number of channels to be used, "2ch", "4ch" abd "6ch".
According to the configuration, this also controls the
jack-retasking of multi-I/O jacks.

* Independent HP
When this enum control is enabled, the headphone output is routed
from an individual stream (the third PCM such as hw:0,2) instead of
the primary stream.

Signed-off-by: Raymond Yau <superquad.vortex2@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Raymond Yau and committed by
Takashi Iwai
ce662bb2 eb335a40

+16
+16
Documentation/sound/alsa/HD-Audio-Controls.txt
··· 98 98 99 99 * Auto-Mute Mode 100 100 See Reatek codecs. 101 + 102 + 103 + Analog codecs 104 + -------------- 105 + 106 + * Channel Mode 107 + This is an enum control to change the surround-channel setup, 108 + appears only when the surround channels are available. 109 + It gives the number of channels to be used, "2ch", "4ch" and "6ch". 110 + According to the configuration, this also controls the 111 + jack-retasking of multi-I/O jacks. 112 + 113 + * Independent HP 114 + When this enum control is enabled, the headphone output is routed 115 + from an individual stream (the third PCM such as hw:0,2) instead of 116 + the primary stream.